General - page 493

i have an EA sending push notifications to my phone. it is hosted on mql5 vps. it was working fine and i was receiving all the push notifications. then out of the blue it stopped sending notifications and the journal has many of these messages "2019.02.12 16:03:31.642 Notifications: failed send...
  need help!  (1)
I have a robot that only works on my demo account and don't function on live account. what can I do so I can let it run on my live account
I'm looking for a Ronot on the clues that works with VPS
hi i have a problem i don't understand yet when i make abridge with interactive brokers and when i submit the EA *** to MT 5 can i make both of them in seem time i mean i want to start the EA *** and connect in seem time with IBKR interactive brokers ? when i attach the chart with ib_order_copy its
Hello, i have a signal subscription but it doesn't work on my EU ESMA regulated account due to leverage restrictions (at least that's what i think). So i have opened an account with the correct leverage outside of the EU. How can i activate the signal on this new account without paying again? Thanks
Hi all, I'm experiencing this issue: migration a chart with EA to mql5 VPS give the error. It seems mql5 VPS can't find the EA in its subfolder. May anyone help please
I am trying to understand the logic why it did not work on the first code, the below code is supposed to measure the number of pips between TP and SL My question is why the name of the function and name of the double declaration in the body can not have the same name? specially that it make more
When does a signal get to be made public? <Deleted>
In the seller section, the Photo of my document it's taken today, but the system gives me an error
Do brokers set ONE commission for all currency/comodity pairs they trade? Or can they set different commission for specific pairs too. I am trying to determine why the commission for XAUUSD for a particular broker is large, e.g. $20 per lot
Hi, I am trying to create a handle for a custom indicator in my EA. However the custom indicator has in its code used several #include statements to import many Enums which it uses in its input. When i initialize the inputs in the EA they require the definition of those enums. However if i import
Hi its been months im having this issue, my MT5 wont update to the new version and it seems stuck at the old version......Everytime a pop up appear for a live update, and when i restart it still wont update....Does somebody know how to fix this issue
Hi, MT5 " optimization results " window, there is "Drawdown %", but it's max DD %, I want to view relative DD% in the "optimization results", how to do it? please help. thank you
i am a beginner to coding mql5 language. i was able to get the positionclosepartial to work but it keep running on the same position each time a new position opens. please can anyone help me fix this problem? //+------------------------------------------------------------------+ //|
when i need to open an real account it not allowed me to join with broker metaquotes software corp. please any one tell what i have to do? mention i bridge the account with interactive brokers
  signals  (5)
my own signal does not allow subscription what's the problem please help
I bought a signal and it appears on my mt4 account but I am not receiving the signals what to do
Hi , I am new to trading: can anyone help me with my concern mentioned bellow I have a demo account with a broker and they provide with Meta Trader 4 and 5 but I am comfortable with trading view , How can I swish the flat form and keeping same broker and can I do the same thing with ta live account
Forgot I was already logged in to mql5 on my laptop. Had then tried to login with my android phone and received "error 403" on phone. When I opened my laptop, it also shows same error message. How can I reset everything? Had tried turning off and on modem, clear cache but did not work. Can anyone
Hello I need help with how to lock my EA/Script based on my login account number ? example: my login number in my broker is 12345, and I want my EA/Script can run only in that login number. also how to lock the EA/Script that can run in one broker only? (example: my EA/Script can run only in FXDD)
Hi, I need someone help me how to access mql community through my broker mt4 platform. I've already tried to login with valid email and password but unsuccessfully. This is because I want to buy one indicator in the market but can't go through. Does anyone that has the same problem with me and
Hi guys, anyone have the same problem with me ? try to migrate experts and it's failed. "DLLs are not allowed" any chance to fix it ? thanks heaps
The verticle price column on the far right of my chart is missing and I don't know how to put it on there, can anyone help
Hello all, I've been making a program so I can see what percent of the time a moving average cross (with price) gets faded and what percent of the time it is a breakout. This is purely based on the close of the next candle. Right now it appears that it is claiming every candle close is a breakout or
Hello! The code below gives me occasional zero divide warning. Please help me form the code in the way that will prevent this error. Thank you. double NormalizeScaleValuesRange( double old_min, double old_max, double new_min, double new_max, double value) { // Round numbers: old_min=
  not accessible  (4)
hello, i just recently got a vps and i can't access mql5 to install my indicators, when i go to the website it says not accessible any help will be appreciated
Please help!! All MT4 files have been changed to PDF files and I dont know how to fix them. Please see the attached photo. Windows 10.
share your experience from your practise only :) without any combinations with other indicators, just one standard indicator that comes with MT4/5 not any other indicators
On MT5 I have an EA running on a BTCUSD chart. When a new market or stoplimit order is opened by the user, the EA is supposed to automatically add SL and TP. All good in general but on BTCUSD it may happen that when opening a sellstop or limitsell order that it's TP goes into the negtive price
Hi all, I'm new on coding. Below attach is the pivot code and it only show the line. But I want add the name like Resistance, Support,Pivot and the price below the line. " ObjectSetString (chart_ID,name, OBJPROP_TEXT ,text); " And I have seen so much using this, and I actually didn't understand