iAndi
iAndi
Friends

Add friends via their profile or user search and you will be able to see if they are online

iAndi
Added topic MACD divergence between waves
#include <MovingAverages.mqh> #property indicator_separate_window #property indicator_buffers 4 input int InpFastEMA = 12 ; input int InpSlowEMA = 26 ; input int InpSignalSMA = 9 ; input int InpWidth = 2 ; double ExtMacdBufferRed[]; double
iAndi
Registered at MQL5.community