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

Re: "First trigger then signal"



PureBytes Links

Trading Reference Links

I realized after sending the last post that I didn't cover the wait N days
condition you asked about.
To do that in the example I gave Condition1 would be Xdays ago ie:
MRO(Low < Average(Low,La),mrolen,1)>-1 would change to MRO(Low[Xdays] <
Average(Low[Xdays],La),mrolen,1)>-1