[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plotting ApplyStop



PureBytes Links

Trading Reference Links

Hi, Ken,

Tomasz said we can visualize the applystop after backtesting with 
the equity

stephane

> All:
> 
> Am I correct that it is not possible to plot an applystop function?
> 
> And is this because Applystop does not create an arrany of values
> representing a changing amount, just a true or false.
> 
> I tried:
> 
> ZZ=ApplyStop(2,2,L-tm*ATR(pds),1);
> Plot(ZZ,"ZZ",10,4);
> 
> and got a horizontal line at 1.
> 
> I guess it is not possible.
> 
> Of course I am using scRemBuyTrail with good results.....
> Just curious on the Applystop....
> 
> Thanks,
> 
> Ken