Forum

Signals not available in the Terminal

I have saved a few Signals in the my MQL5 account but when I open a terminal some of my favorite Signals are not visible in the terminal? Why? Also I do not see any option to search a Signal by name? How do I resolve this issue? Baljit Oberoi

Multiple Signal Subscriptions on a same account

Can we subscribe more than one signal on a single account

Subscribed Signal Not Copied

I have subscribed to a new signal and also to a MQL5 VPS, and synchronized the setting with the VPS . Do I need to keep the MT5 app open or can I close my app since the settings are synchronized with the VPS. I had closed the app and the signal did not copy the trades. Please advise

Signal not being copied correctly

I am copying a signal and realized that the trades are not being copied correctly. It sold one trade when it is open with the signal provider . See attached the log and the screen shots. Can anyone help

Code to identify candle sticks

Does anyone know of any EA/indicator that can identify various candles ticks using code? I am looking for a code library. Baljit

Indicator of another Indicator

Is there an easy way to place indicator on top of another indicator. For example I would like to smooth out the momentum indicator and would like to do that by calculating moving average of momentum. How do I achieve this

Trailing Stop

Could someone explain how does trailing stop works in MT4? Mt4 provides minimum value as 30 points as trailing stop. What does it mean if the value is set for EURUSD at 1.07612, at what value will the sell trigger? Similarly for USDJPY it is set at 113.123 then at what value will it be sold

Historical data for debugging of EA in MQL4

I am trying to debug EA code in MQL4 and I can only debug on the real time data. The option to do debugging on the historical data is disabled (Under Debug / Start on History Data). Does anyone know how I can get historical data in the Meta Editor

Error compiling a sample EA

I tried compiling an EA which is posted below https://www.mql5.com/en/articles/100 The code is giving compilation error at the following (as wrong parameters count) adxHandle=iADX(NULL,0,ADX_Period); I do not see any issue with the statement. How do I fix the error? Error list is attached