Until the next FAQ revision, this is a reference for filtering redundant signals. Here is a simple method:
|
|
buy:= c> mov(c,10,e);
sell:= c< mov(c,10,e);
buy and barssince(ref(buy, -1)) > barssince(ref(sell, -1))
|
Here are some other links that might be useful:
http://forum.equis.com/viewtopic.php?t=928
http://forum.equis.com/viewtopic.php?t=924
http://forum.equis.com/viewtopic.php?t=1199
http://forum.equis.com/Training/FormulaTraining/Lesson4.html
Traders' Consortium