PureBytes Links
Trading Reference Links
|
Example:
If price down to -5% since I bought exit on price equal to stop
level on the same bar when stop was triggered.
ApplyStop(stopTypeLoss,1,5,1,0)
----------------------------------------------------------------
Can anyone explain me in english this function:
ApplyStop(stopTypeTrailing,3,1,1,0,0);
Is it really tradable?
Is there a way to know when the stop is activated and to read
Trailing Amount (exit price)?
-------------------------------------------------------------
Is it possible to enable alert text with trailing stop?
Example(invented code):
Tstop=ApplyStop(stopTypeTrailing,3,1,1,0,0);
AlertIf(Tstop,"","EXIT NOW AT "+trailingAmount,stop);
Thanks in advance
---
Giuseppe
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/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/
|