Thread: MACD indicator
View Single Post
  #63 (permalink)  
Old 03-17-2008, 10:44 PM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,954
fxbs is on a distinguished road
[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;
Attached Images
File Type: gif macd_shift_+sig.gif (22.8 KB, 903 views)
File Type: gif macd_shift_+sig2.gif (23.3 KB, 896 views)

Last edited by fxbs; 03-19-2008 at 07:33 PM.
Reply With Quote