PureBytes Links
Trading Reference Links
|
Cm = 10;
CmValue = IIf(ATR(2)>ATR(20),Cm * ATR(2),Cm *
ATR(20));
ApplyStop(stopTypeTrailing, stopModePoint, CmValue, 1,
True,0);
Chandelier Exit. Uses 10 * ATR, can be a bit better
than a plain jane 10 * ATR(10); exit.
--- darn97 <bruce.arnheim@xxxxxxxx> wrote:
> I am a new Amibroker user and am putting together my
> toolbox of useful
> exits. Is there some place where I could get code
> examples for
> different exits, like MAE, trailing stops, and
> scaling out of trades?
> My current approach is to search for keywords in the
> help and have
> found this cumbersome to learn how to code. Any
> help would be
> appreciated.
>
> Bruce
>
>
>
>
>
>
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|