PureBytes Links
Trading Reference Links
|
Sell = 0;
ApplyStop(2,2,3.6*ATR(30),0,True,True);// trailing Stop
ApplyStop(0,2,2*ATR(30),0,True,True);// initial stoploss
I am using the above 2 stops in a system, however I want to use the
Close of my trigger day – 1.5atr(30) as my initial stoploss (ie
TriggerClose-1.5*atr(30)). How do I do this. Can it be written into
the second applystop or do I have to write both applystops as a
formula. Thanks in advance Phill
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|