Forum

MT4 Live trading using Expert Advisor

When i'm using expert advisor in MT4 to open trades, it doesn't work by himself. I need to check the "Ask manual confirmation" checkbox or else nothing happen. If there is an open trade condition from the expert advisor, if the "Ask manual confirmation" is not checked, nothing happen but as soon as

MT5 will trade on GBPUSD but not EURUSD

Hi, I'm trying to trade on GBPUSB and EURUSD with a custom EA I created. It is succesfully trading on GBPUSD but not on EURUSD. It is the same EA with the same settings on both pairs. I don't see any message in the journal or expert tabs regarding EURUSD but I can see GBPUSD trades taking place. My

How to access MACD indicator buffer

Hi, i'm new to mql5 and i'm trying to use MACD indicator. Here's a part of my code : #include <Expert\Signal\SignalMACD.mqh> double MACD_Main[]; double MACD_Signal[]; int MACD_handle; int OnInit () { MACD_handle= iMACD ( Symbol (), 0