View Single Post
  #82 (permalink)  
Old 11-18-2008, 11:07 PM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by tigertrader View Post

...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"?

Last edited by fxbs; 11-18-2008 at 11:15 PM.
Reply With Quote