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

Re: count bars since entry



PureBytes Links

Trading Reference Links

Hi,

with hold(buy,period), you have the number of days you want to keep 
the trade.

stephane

> I use the following to count bars since entry and it did not work.
> Is there any function in AFL that refers to position?
> 
> sell=barssince(buy=1)>5;