General - page 481

Hi, when you drop indicator, expert, script on chart there is a window pop up, How can I customize that window? Specifically, I want to omit common and color tab, and make a new tab and design its objects etc. On top of that how can I design a menu so can pop up when ever I call it? I just want a
  vps doesent work  (5)
Hello all. the EA's do not react when they run over VPS ....when they reach the TP value they do not trigger they also do not open a new trade. Over my computer it works VPS is not working MQL VPS error message I am bringing my Local Oliver Koin 192 Oliver Koin 2021.03.10 08:14 #3 EN 2021.03.10
I just bought the <Deleted> indicator for Metatrader 4 from the MQL5 Communtity Center, but I can't find the indicator. They also haven't sent me a password for the MQL5 community center even after I inputted my login and email address. Thanks, Eric
Greetings! I'm pretty new to MT5 but I know we can backtest our Expert Advisors with historical data provided by the broker of choice. My current EA is just sending and receiving data and commands from a Python script I wrote. This script contains the actual strategy, which is based on the brokers
How can I copy the same volume as the signal provider Please guide, thank you
[Deleted]
I have MT5 mobile app. On my PC I set up an account and made a deposit. How do I connect it to my MT5 mobile app
I registered my account name is used Herocross and show it on the Profile, however, after I registered the seller, the name change to My real name Wai kin Liu, I would like to show as Herocross instead of Wai Kin Liu. Can I do that ? pls find the attachment
I can log in to the mql5.com website no problem. In trying to get the MetaTrader 5 android app set up it takes me to an mql5 login screen and the same login info doesn't work. Any ideas
Hi everybody I would like to code a trailing stop in percentage instead of pips Usually this is what i' am doing input int InpTrailStop = 15 ; // Trail Stop (pips) input int InpTrailStep = 2 ; // TrailStep (pips) // in init section ExtTrailStop = InpTrailStop * m_adjusted_point; ExtTrailStep =
  Missing Cash  (1)
My signal provider claims to have received nothing from the $30 I paid for his signals, and the money is not in my account. Who's fooling who? This is the signal provider: <...>
Accepted the update today, restarted, since then about 10 times once it runs and i try to do any back testing or optimization, it causes the blue screen of death on windows 10. After few times of this happening and trying to figure out what happened. MetaTrader lost all my registered accounts! Now i
[Deleted]
Hello, I have a freelance job delay for 11 days and he Developer has not performed the Demonstration of the solution. I messaged him via freelance chat and he has no response. what can I do now
Hi, once I downloaded a script from the official mql codebase site, the script that removed those title strips from chart windows in the terminal (the ones on the pic) to have more space. After hard drive crash I lost it and I don't remember the name, I think it was something like windowsCaptions
how I can change my email ID in profile while its not valid any more and cannot be verified as well, service desk forwards me to this forum to find help on this topic pleeeease help
Print ( "0.3/0.1 : " , 0.3 / 0.1 ); //3 Print ( "(int)(0.3/0.1) : " ,( int )( 0.3 / 0.1 )); //2 Print ( "(int)(3.0) : " ,( int )( 3.0 )); //3 Print ( "0.4/0.1 : " , 0.4 / 0.1 ); // 4 Print ( "(int)(0.4/0.1) : " ,( int )( 0.4 / 0.1 )); // 4 Print ( "(int)(4.0) : " ,( int )( 4.0 )); //
I am trying to open demo account in the bse using MT5 but every time it gives error "Failed to open demo account please check internet connection or contact Metaquote for BSE support service" I have attached the Print screen of the error. Please help to to solve the issue. Thank you so much
I've seen many trading systems here, but none has a convincing stop loss for an hourly chart. Plz suggest your possible stop loss strategy on 1 hour tf and let's hope we might strike it right. Essentials for the stop loss, 1- Should be less than 50. Preferrably less than 30/35. 2- Should be...
  signal  (1)
Can I use mt4 acct to receive the signals
Hi, I have bad results with SymbolInfoDouble(Symbol(),SYMBOL_LASTHIGH) and SymbolInfoDouble(Symbol(),SYMBOL_LASTLOW) functions which give 0.0 result on mql5...Why ? Maybe I have missed anything ... Normally these 2 functions give the more High and the more Low of the day. I have resolved this
This is driving my nuts. When I click Copy Signal it opens the wrong MT5 (different broker). When I use the Search feature in the correct MT5 I cannot find the Signal name, even though it exists. Please help
MQL5 is at liberty to make whatever decisions you like about your website. Total is the owner. At this moment I have more than 15 contracted signals, some with real money and others in demo. To get to select such a number of signals, I exhausted a long selection process but above all of STUDYING
Deal all, I was wondering, why does one of the signals have a green tick, while the other does not have the tick? Each signal is from a different broker, so does this says thing about the broker reliability? What does it indicates
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>