Search found 5 matches

by ClarkFX
14 Oct 2012
Forum: MultiCharts .NET
Topic: Issues with setting a stoploss [SOLVED]
Replies: 1
Views: 2206

Issues with setting a stoploss [SOLVED]

When I set a stoploss to a position I use the method invocation GenerateStopLoss(SL); This expression does not contain the current price of the instrument. Is there a way to update the stoploss by using the current price? For example, it should be something like this: UpdateStopLoss(CurrentPrice - N...
by ClarkFX
10 Oct 2012
Forum: MultiCharts .NET
Topic: How to allow longs and shorts concurrently
Replies: 1
Views: 1925

How to allow longs and shorts concurrently

Hi, I've been working with MultiCharts.NET and coding some signals. One of my signals right now, I have allowed to have a maximum of 5 trades open at once. What I want is for the long and shorts to be open at the same time to reach their respective targets or stops. Right now it seems like I can hav...
by ClarkFX
09 Jul 2012
Forum: MultiCharts
Topic: cross over condition
Replies: 12
Views: 8946

Re: cross over condition

Try "Crosses Above"
by ClarkFX
08 Jul 2012
Forum: MultiCharts
Topic: Setting a Hard Stop/Target in Pips
Replies: 2
Views: 1169

Re: Setting a Hard Stop/Target in Pips

Awesome, thank you Josh. I appreciate it. :) Is there a way to trail orders by the more recent swing high/low formed? Based off of your code, I would assume it would look something like this: Vars: s_high (0); If MarketPosition = 1 then begin s_low = SwingLow(1, low, 2, 50); Sell ("LE Stop") 1 contr...
by ClarkFX
07 Jul 2012
Forum: MultiCharts
Topic: Setting a Hard Stop/Target in Pips
Replies: 2
Views: 1169

Setting a Hard Stop/Target in Pips

Hi, I'm new to using MultiCharts, and have been starting to program my own systems. One of the things I am not sure on is how to set a hard stoploss or take profit in pips (Forex) rather than in % or $ value. I'm also having troubles finding out to set trailing stops in pips as well. I tried looking...

Go to advanced search