General - page 103

  mt5 connection  (1)
random day and time connection issues with MT5 is a vps required for steady connection? all other apps tabs ect ok
  VPS  (1)
Computer system crashed Need to download new mql5 platform VPS did not transfure over to new trading platform Clearfork
MT5: new order is always rejected. impossible to close any opened position
I am trying to set conditions for long and Short longCond = (Source1 > filt[i] && Source1 > Source1[i - 1] && upward[i] > 0) || (Source1 > filt[i] && Source1 < Source1[i - 1] && upward[i] > 0); shortCond = (Source1 < filt[i] && Source1 < Source1[i - 1] && downward[i] > 0) || (Source1 < filt[i] &&
Hi, I've been trying to upload an EA to the market for weeks, until I found out that you have to copy it to the tester folder (if I'm not mistaken). 99.9% of the time the custom indicator does not load, I lowered the frequency, to see if it would load faster (I attribute it to the fact that the
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