General - page 48

Strategy tester trades not closing it's opened ACTIVE trades First, I apologize of this has been touched on. I have spent literal days digging through the mql4/5 forums and there is soo much touching on the topic, but not addressing it exactly, or the proposed changes do not work. Hello, This topic
I found here (https://www.metatrader5.com/en/terminal/help/signals/signal_monitoring) this info on the slippage page. It seems that there is a separate tab where you can read slippage of those following the signal with the MQL VPS (and see the improvement), see the text: " A separate tab provides
please anyone can help me this support service i need to solve my problem it is the first ea i would like to publie test on EURUSD,H1 (netting) there are no trading operations test on XAUUSD,D1 (netting) there are no trading operations test on GBPUSD,M30 (netting) there are no trading operations
Hello Everyone! I need a code that print the actual number of a specific news event on opening of every candle. But it always returns "0.0"!! Where exactly did I make mistake? #property copyright "Copyright 2024, MetaQuotes Ltd." #property link "https://www.mql5.com" #property version "1.00"
Do you have any experience with BPMN 2.0 notation in programming with MQL4/MQL5
I created some buttons. but if I restart mt5 the state resets how do I save the state and read it when I restart? .ini file .xml file or are there other methods? thanks
Just recently I have a big problem with Meta trader 5. Everytime it just keeps open different windows. The order windows wont close properly for Instance it just keeps reopenng it, Same with log in window. I have tried everything reinstal diffferent versions, Think it must be the latest version of
Hello there... First of all thank you to all the coders who make MT5 such an awesome platform. Can one of you geniuses write an indicator/tool for MT% known as Equity Monitor? mb
Where can I get a Visa or MC Card that is able to receive funds from MQL withdrawal as an EU citizen
I want to delete a pending order at specified time, but always getting error in MetaEditor5 //+------------------------------------------------------------------+ //| Delete all pending orders at the specified time | //+------------------------------------------------------------------+ void
  Metatrader 6: New features  (88   1 2 3 4 5 ... 8 9)
So the developers of MetaQuotes Software Corp. are getting ready to prepare Metatrader 6 to replace the 5-th version that will be 5 years old on June 1 of this year . The developers need ideas what the new version should contain that would be really useful for speculators and traders. Accordingly
  MT5 Netting  (3)
I have downloaded MT5 from the MQL5 website. When I install it, it opens in Hedging mode. Can I change it to Netting
  contact number  (26   1 2 3)
Hello, does this site have a contact number? I did not find anything on the site? Please if anyone knows help
Hi, I'm just running this simple service code using MetaQuotes server and CiADXWilder class ( https://www.mql5.com/en/docs/standardlibrary/technicalindicators/trendindicators/ciadxwilder ), but it is not working properly: //+------------------------------------------------------------------+ //|
I checked this signal in the morning and it was showing a growth of ~300000%. No, it shows only a percent of 10,000. At one point it has magically changed. I have studied a little bit his transactions and I am wondering if there is any possibility of them being fake. How sure is the what is shown
Hi, Immediately after installing MT5 for Windows today from https://www.metatrader5.com/en/download , the Help -> About menu shows that I have MT5 build 4490 (picture attached). I want the latest release MT5 build 4410 for Windows, not bu ild 4490 . Therefore, how to install the latest
now my financial positions are limited,l how to solve this issue
Just wondering a general question if anyone uses MT5 to trade based on the news or fundamentals using automated EA´s of their own (or 3rd party) I thought it was one of the key benefits of MT5 over MT4 but as I am now just starting to look into it I notice they miss some key information, e.g
Hi all, I seem it's not possible to apply the magic number with trade.PositionOpen, is it correct? Thank you
Hello everyone, I'm wondering where I could report problems with non-Windows versions of MetaTrader. I currently use the Linux version and e.g. the Reports are not working there, as well as some settings are not being saved when MetaTrader is closed. Is there any way to report these problems
HI i would like to get a free expert advisor that can use arrows from an indicator on that same chart to buy or sell when the indicator arrow is opened on the chart? roddi
How can a client cancel an mql5 Freelance Arbitrage order? Arbitration You have made an offer to cancel the order. Please wait for the other party to consider it
Hello everybody. I am in a situation in witch i spent 50 usd + vat on an expert that does not work as expected. It should proportionally trade for me to match my signal, but it does not open any new trade. I have tried to reach to the seller but it won't respond. It won't respond to any of the
Hi, I would like to know how to delete an account in MT5 for Mac OS. I know how to do it in Windows (thanks to the Windows online help that comes with the Mac version of MT5), and I know how to do it on an iPhone thanks to the many videos showing this online. I would like to know how to delete an
  vps issue  (10)
after set up vps with EA and telegram provider then turn off computer then turn on have to reset again and above migration successful not see and telegram signal providers
  Expert Logs  (7)
Hi I need to find past expert logs but it seems that expert logs only go up to a certain date how do i find older history logs I really need it to help me solve an issue with a prop firm please help me find all the expert logs on my trading broker. Thank you
Forex - work or play? What do you think, colleagues ? )
From the image, you can see those are multiple options for bulk operations. Can I customize the context menu so it only shows: Close all positions Close profitable positions Close losing positions Is it possible to customize it? How can I modify the context menu
Hi My name is Shaun I wanted to know if anyone knows the code that I can put into one of my EA? I am vision impaired and would like the entry line, stop loss line and take profit line to be larger so that I can manually drag those lines and see them better on my monitor. I really like how you have
int minStopLevel = SymbolInfoInteger ( Symbol (), SYMBOL_TRADE_STOPS_LEVEL ); if (minStopLevel == - 1 ) { Print ( "Error retrieving minimum stop level" ); return ; } double minStopDistance = minStopLevel * _Point ; double spread; if (! SymbolInfoDouble ( Symbol ()