Forum

email alert

Hi I have an indicator which sends email alerts, How can I set up mt4 to send me emails to my gmail account? I have window 10 pro Thanks

FormatLiterals, declaration without type, TimeSpanFormat.mq

Hi An EA which complied Ok before but after mql5 update it failed to compile with the error 'FormatLiterals' - declaration without type TimeSpanFormat.mqh Any body else having this problem and how to fix it? Thanks

Prepairing MT4 platform for a signal copying

Hi I added only the symboles which I saw listed in the Statistics tab of a signal which I want to copy, then signed up for the signal and noticed that it opened some deals in a pair which is not listed in the Market Watch or in the Statistics tab. It is running now on a mql5 VPS. Do I need to match

iHighest error 4073 No history data

Hi This line of code in an EA in mql4 is giving No history data error; iHighest (mSymbol, mPeriod, MODE_HIGH , barsGroup, i); Reading up on https://docs.mql4.com/series/copyrates Is this the only way to fix it? Since CopyRate gets the data from the server into an array. But then do I have to make up

Specified account has been used for subscribing to signals. Signals resale is prohibited.

Hi I am getting this message when creating my own signal. The account in questions has been unsubscribed from said signal. How can I use it? Thanks

Signal Disabled

Hi I noticed that my mt4 account running on mql5 vps did not copy the signal for 2 days, the image attached shows the vps journal, Any idea why and how to get it to work again? Thanks

FileReadString reading the Upper case as a Lower case

Hi This mql4 code read the txt file string but as lower case not as upper case as it is saved in the file. Any idea where is the problem and how to get it to read the text as is? Thanks // string file contents // USD s w int filehandle= FileOpen (filename, FILE_READ | FILE_ANSI | FILE_COMMON , 0 );

Current open positions during signal renewal time

Hi What will happen to the open positions by a signal copy if not renewed? MT4 signal running on MQL5 VPS. i.e. I don't want to renew the signal and don't want it to close the open positions at the time of its expiry. Thanks

Synch the opened order from the signal provider with opened order on my mt4 terminal running on mql5

Hi Is there a way where I can match the orders from a signal provider I am copying with orders on my terminal, it is running in mql5 vps? I find the time is not the most easy to use but an order number from the provider terminal which shows in the vps journal, can this be possible? Thanks

Time in the terminal > Account History

Hi a MQL5 VPS with a MT4 signal copy is running. What time is the Times in the Account History? the VPS or the signal provider ...etc? thx