General - page 100

Is it possible to sort assets downloaded from metatrader 5 using python by sector
I have 5 computers and in 2 of them the tranding agents are not connecting to the cloud. I saw that agent manager was running an old version of Manager, I just donwloaded the manager from the mql5.com and reinstalled, but the version is installing is 3808, is there any way to force to update or to
I had reinstalled windows on my PC. I needed to activate a lib which is being used in my MT5 terminal but unfortunately that lib is not delisted from market. How do I activate this library now? It's not listed on market so not getting the "Install on the terminal" option. Is there any other way
Hello friends and expert, I want to copy the coordinat info like time and price based on cursor or crosshair location, is that possible? or there is indicator to copy that? here's example
Hi, I have been experimenting with the synthetic formula to generate custom symbols that are the reverse of primary symbols. For example, my broker displays USDJPY, but there is no JPYUSD symbol available. So, I attempted to create JPYUSD by using the formula 1/"USDJPY" and setting the digits to 8
Well I've just been doing some testing and experienced some very strange behaviour. I was expecting 1 min OHLC and Open Prices to give very similar results as I had created two custom symbols , both with a spread of 1 point. What I got was two curves that diverged from each other (The red line and
Hello everyone, I have a quick question. Let's say I purchased an indicator from the MQL5 marketplace. If the seller releases a new update a week later, will my MetaTrader terminal automatically update the indicator I already have to the latest version? Or do I need to manually update it myself? And
  Time gone  (4)
Hello, the time seems to have disappeared from my mt5 platform. I'm using a mobile phone... Can anyone help
what does that message mean, i am confused it was the weekend i didnt even log in ?!? i changed investor password now and re put it into signal and error is still showing
I can't login to the trader community through the MQL5 and MQL4 applications, but when I log in via the website I can. So how to deal with it
  Coders joking :-D  (69   1 2 3 4 5 6 7)
[Deleted]
My broker provides many forms of info from its sever, I want to know which is Tick data and which is not? There is 1. The Aggregate Trade Streams which push market trade information that is aggregated for fills with same price and taking side every 100 milliseconds. (it only has price info and bid
pls i cant log into my real Exness broker account, the only available option on the MT5 software on my laptop is the MetaQuotes-Demo server, kindly take a look at the attached screenshot. however i'm able to log in just fine on the MT5 mobile app. thank you
[Deleted]
Hello, I am using MT-5 I have subscribed to one of "SIGNAL" I have subcribed to "VPS" as well Now when that person initiates any trade from "SIGNAL PROVIDER" group, it automatically initiates a trade and that is fine but at the same time, there is another trade open with same price and same lot
Hi there ! I am trading according to supply ansd demand zones ,and i am interested if anyone has some good ideas and experience to improve
Hi All, Can anyone recommend how to trade the opening of the NY Stock market with pending orders for US500 and US100? Thanks, Pej
Hi all, Here is a script: void OnStart () { ChartSetSymbolPeriod ( 0 , Symbol (), PERIOD_M5 ); } It suppose to set TF on current chart to M5. When I try to run a script it shows a pop-up "Do you really want to stop script...?" If I click No, script does not work, if I click Yes, script works
Comments that do not relate to the " Somebody that could help me to write this code please. ", have been moved into this topic
HI there - My EA had about 30 open Buy trades EURUSD trading on 15 min timeframe - so when the price went up into profit at the start of the next 15min candle, the EA triggered a Close trade command to all of these to close, but , for some reason - I DO NOT KNOW WHY - the trades only closed very
The updated version of the MetaTrader 5 platform will be released on Thursday, November 12, 2020. The new version features the following changes: Terminal: Fixed display of the synthetic Market Depth feature. Previously, this feature could be unavailable for some symbols. Synthetic Market Depth is
Hello, I have a news advisor that is loading a webpage and downloading the data. There are two options to choose from, FXstreet, and myFXbook. MyFxbook seems to be caching our request and only presenting us the same page, even though their website has changed data. I've tried setting the max-age or
Any code snippet to connect to wss address through mql5 script? There are third party libs using dlls but they are untrustworthy. I need native wss Websocket connection from mql5. Thanks, Anubhav
I am using an indicator and I have connected using the python metatrader5 package, but I don't know how to get specific indicator data. I have a specific indicator that I want to extract data from in my program but I don't know how. Chatgpt seems to be wrong on this also :S
Hey, have question regarding managing EA's on VPS. Lets say, I'm away from computer, and my EA starts doing crazy things (lets assume its ea from market) so is any posibility to remove ea from vps or swap ea's outside mt5? like i dont know, via team viewer or something like this? Regards
Hello, I made a mistake buying and canceled the order, I haven't activated anything and the 7 days haven't passed, how come even if I canceled, the money hasn't returned to my account? (I want to switch from mt4 to mt5) Thanks
Hi, Does the MQL5 support the option to create a synthetic symbol -> add to watchlist -> edit the formula so it has quotes. I've managed to create the syntgetic symbol and add it to the watchlist but can not find a way to add a formula with the EA (when I do it manually it work like a charm). Does
  how many rows in a file?  (16   1 2)
hello there, I would like to check, how many rows are in a file. I am working with CSV files. I have tried "file size", but it gives the size in terms of bites, not rows. If you are aware of any trick, thanks in advance. This is for MQL5
I would like to copy object e.g rectangle drawn on chart. How to do that on mac
  Swaps and Liquidity providers  (22   1 2 3)
My broker gives me a positive swap if i short EURUSD . But the overnight euribor rate is 3.392% (at the time of writing). Shouldn't the broker be paying a positive swap on the buy side ? Does that mean the LP of that broker is opening an opposite position ? (so i short eurusd , the LP will then buy
string filename= "Mql5CalendarEvents.db" ; //--- create or open the database in the common terminal folder int db= DatabaseOpen (filename, DATABASE_OPEN_READWRITE | DATABASE_OPEN_CREATE | DATABASE_OPEN_COMMON ); if (db== INVALID_HANDLE ) { Print ( "DB: " , filename, " open failed with