Quote:
Originally Posted by tigertrader
...Anyone got a better indicator with arrows or dots on the price panel that take into account extremes of the indicator with the signal line inside the ergodic line?
FX_Sniper's alert also confuses me as it always ends with i=0. Does this mean anything and if not any suggestions on recoding to make it into something intelligible to mere traders.
|
looks like Increase left i=0; from testing option i=o, i=1 (arert - cross on open bar (current, as warning); cross on closed bar(previouse) - confirmed cross
if (MainCCI[i] > ErgoCCI[i]){
{signal = "SHORT";...
Alert("Sniper going Short on ",Symbol()," i= ",i);
we should ask Increase to put it again (i0, i1); and/or add price - 2 be more informative (he's a good guy, and he has like 20 different versions)
what is "extremes of the indicator with the signal line inside the ergodic line"?