Sksoon
Sksoon
Sksoon
Added topic How to code MACD crossover?
How to code for the first MACD (Green) crossover only (if MACD second time crossover then it is consider as not valid signal)
Sksoon
Added topic Can anyone help me check my code?? Sell ordersend is not work but buy ordersend is work and no error is occur.
int start() { double FastMA,LastFastMA, LastSlowMA,SlowMA; int X; FastMA=iMA(NULL,0,10,0,MODE_SMA,PRICE_CLOSE,0); LastFastMA=iMA(NULL,0,10,0,MODE_SMA,PRICE_CLOSE,1); SlowMA=iMA(NULL,0,20,0,MODE_SMA,PRICE_CLOSE,0);
Sksoon
Registered at MQL5.community