PureBytes Links
Trading Reference Links
|
Hi, I tried to plot an ATR stop, but for some reason it was always below the chart. That is because if I plot the ATR itself, it will be only a small number, while if I plot the C-ATR, it is always below. How would you do to get an ATR that is sometimes below and sometimes not?
Thanks, Louis 2008/8/2 _sdavis <_sdavis@xxxxxxxxx>
Louis,
TJ gives this example in the help file:
// single line implementation of Chandelier exit
ApplyStop(stopTypeTrailing, stopModePoint, 3*ATR(14), True, True);
-Steve
--- In amibroker@xxxxxxxxxxxxxxx, "Louis P." <rockprog80@xxx> wrote:
>
> Hi,
>
> I can't find the formula for trailing ATR stop. Anyone has it at hand?
>
> Thanks,
>
> Louis
>
__._,_.___
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
__,_._,___
|