SuzyG
12-28-2006, 03:49 AM
If I set the lookBackPeriod to be 0, I get no result:
CrossAbove(EMA(10), SMA(20), 0)
Is this as expected?I can only see the crossover 1 bar later. Is it possible to know exactly when it occurs?
CrossAbove(EMA(10), SMA(20), 1) <-- this works fine.
Thank you.
CrossAbove(EMA(10), SMA(20), 0)
Is this as expected?I can only see the crossover 1 bar later. Is it possible to know exactly when it occurs?
CrossAbove(EMA(10), SMA(20), 1) <-- this works fine.
Thank you.