|
[quote=SVGuss;198144] well, osma histo; second macd line shifted:
Buffer4[i]=iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,i-1)-iMA(NULL,0SlowEMA,0,MODE_EMA,PRICE_CLOSE,i-1);
but:
buffer 3 (osma) ; arrow signals :
if ((Buffer3[i-1] > 0) && (Buffer3[i] < 0) && Buffer3[i-1] > HistThreshold)//Long Begin
__________
see there is no buff 3 [i-1], only buff 4[ i-1] so...thing repaint signals like hell, be aware ...
macd & entry/exit signals put together cool though;
Last edited by fxbs; 03-19-2008 at 07:33 PM.
|