PureBytes Links
Trading Reference Links
|
OK I am slowly working thru APPLYSTOP func to see what I can
obtain ...
how does this AB example for chandelier know to hang off a HIGH as
opposed to close etc and then how long for ?
It appears that it would be hanging off the close so if this is so
why is it a chandelier ? ..
ApplyStop(stopTypeTrailing, stopModePoint, 3*ATR(14), True, True );
regards
moz
--- In amibroker@xxxxxxxxxxxxxxx, das300@xxxx wrote:
>
> Im tryingto code some back testing -
>
> I have an entry trigger . ... easy and completed
> I have three (3) exit levels i need to incorporate in back testing
>
> LINE 3 = top profit taker ------------- Fn3
>
> LINE 2 = gate---------------------------Fn2
>
>
> ENTRY PRICE ------------------> static figure buy @ BPrc = $x.xx
>
>
> STOP LINE ---------------------------- > Fn3
>
>
> NOTES - STOP , LINE 3 , LINE 2 are all a function of the bought
price
> BPrc and not a function of the future prices.
>
> I want to SELL when price hits less than STOP , Close finishes
above
> LINE2 then closes below LINE 2 in the future @ close OR price hits
> LINE3 at that price.
>
> Can anyone give guidance or direction ??
>
> Regards
> maurice.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|