--- In [email protected], "jollypollyanna" <jollypolly...@...>
wrote:
>
>
> I found the following note in "Back testing your trade ideas"
>
> Please note that 3rd parameter of ApplyStop function (the    amount)
is
> sampled at the trade entry and held throughout the trade.


Well I think this new feature should be able to vary the "amount' during
the trade but what would be very helpful is an array example using the
volatile feature.

volatile -
decides if amount (or distance) (3rd parameter) is sampled  at the trade
entry and remains fixed during the trade (Volatile = FALSE - old 
behaviour) or if can vary during the trade (Volatile = TRUE) (allows
single line  Chandelier exit implementation)

Although using this feature I still cannot get the result I am looking
for.

Reply via email to