General - page 37

Hi all, Please look at the picture below. The red lines are drawn by the value which is provided with iBands function. What is wrong with them? Why they are not matched with Bollingers end points? (The upper band value is normalized just to see if there was difference (but not)) here is the code
Hello everyone, Did anybody facing same issue with mql5 website when opened on laptop or pc ? Website on my system is not opening properly but everything is fine on mobile mode
For a few days now, there has been no report af any values for the calendar events. Is this happening to me only, or is this a common thing
  Thank you, William Roeder!  (35   1 2 3 4)
I feel that this needs to be said, even if I am the only one to think this way. Many have criticised @William Roeder because of his posts appearing to seem somewhat cold-hearted or even rude. His posts are certainly unforgiving. But one cannot deny the value of his posts and the effort and
Is it possible to change an EA so that it trades the same number of positions and chooses the same entries, but swaps the direction of the positions
[Deleted]
Hi. Please would anyone share a link where I can create the request to get the refund for the accidentally topping my account? I read a bunch of answers and found relevant buttons that can't be clicked on them. In sum, I have money in my account that I deposited. I don't plan to use them and I'd
Dear MetaQuotes Team, I hope this message finds you well. I am writing to request an enhancement to the MetaTrader 5 platform to better support 4K monitors. Currently, the platform's interface, particularly the charts, do not scale adequately on high-resolution screens, making the graphical elements
Or, I think so. I am very novice at Forex, so almost every trade is a loss. So knowing that, I could trade against myself. It is doable, by means of EAs. The only problem is a psychological one. I should be convinced that I want to win trades when I trade. Is there any thread where smbdy played with...
Hey, I have a m2 chip macbook air. I am trying to install Metatrader5 by running this command: ```pip install Metatrader5``` But the command says ERROR: Could not find a version that satisfies the requirement Metatrader5 (from versions: none) ERROR: No matching distribution found for Metatrader5. I
  MT5/mql5 reported and confirmed bugs.  (111   1 2 3 4 5 ... 11 12)
I will use this topic to post reported bugs to Metaquotes in a centralized place. Please DON'T POST here without contacting me in private firstly. I don't want this topic to become garbage and polluted by useless discussion. So contact me first please, we will check together if the bug is confirmed
Sảnh. can you guide me to delete the arow shape on the chart on mobile, pc
Hello there, I wonder if anyone can help me with this, basically I have a long list of trades on different currency pairs that happened in the past, all the trades are stored in a file (let's say a CSV). What I'm trying to achieve is backtesting the same trades and change TP, SL parameter to
Hi, I am looking for a tool to copy trades on another account on the same terminal. Lots should be proportionnal depending on balance/equity. I am not sure to find one doing this. Any advice? Thank you
MT5 Cloud Network returns 0 passes
Hello everyone. What do you think about not using this ugly like button until they change it to a better looking one
Good morning; I'm developing an EA that uses the Ichimoku Indicator. When I check the various values, I noted that the value for the Chikou Span is incorrect. Please see screenshot attached. How can I correct this? If anyone has encountered this problem, please point me in the right direction
In the market place of MetaTrader 5 I can see my published indicator as expexted. In the market place of MetaTrader 4 I do NOT see my published indicator as expexted. I tried: searching on New. manulally deinstallaling my indicator by deleting the .ex4 and mq4 files. restarting MetaTrader 4 Any
I'm writing a footprint indicator and often I get some very long values in the last few elements which shouldn't be there. In my humble opinion those are memory address. Sorry for not posting any code but I'm not doing anything fancy, just using ArrayResize , ZeroMemory and ArraySize . Anybody has
Hello everyone, I am trying to record some values in an array and I want them to be in a sequence such that the latest update should be on top and it should hold 10 such messages. I have figured out the use of the mod operator to implement a kind of circular buffer stuff but I don't know how to go
Dear All I had recently needed to reinstall MQL5 Platform and facing a problem with Strategy Tester. It keeps on showing 'Waiting for Update' and no data is processed. I have downloaded M1 data for more than a year and testing only recent 3 months. Attached the screen shot and tester initialization
Hi all, After I update MT5 from version 4350 to 4410. I cannot start MT5 again. Interim solution, I keep old version of terminal64.exe (version 4350 - size 67MB) and copy to replace to terminal64.exe (version 4410 - size 89MB), and I can still run MT5 terminal. I search about BEX64 fixing
my Ea fail the test because it won't place any trades, but this is an Ea as a trading panel on the chart , and of course it won't place any trades , it is Sami auto ea , what can I do
Hello Guys I have a problem to connect to my remote agent (my other laptop) in the journal I get the message: KJ 0 10:49:13.948 Agent_192.168.179.13:2001 connection closed DQ 2 10:49:13.948 Agent_192.168.179.13:2002 authorization on still connected agent PD 0 10:49:13.948 Agent_192.168.179.13...
Hi All, I have an issue with login my MQL account in MT5 terminal. But i can login on MQL website with same username/password. What could be the reason of the issue. in my MT5 terminal it is giving login details are wrong. Best Regards, SR
I am interested in an ea that opens pending orders, such as Buy limit and sell limit at the same time. Once the one is activated the other will automatically be cancelled. The EA should have fix SL of about 600points and the TP is 30points for each pending orders. It should open orders only in
Hello, I have 3 live account on MT5 which disconnected all at once. I have a MT4 live account which did not disconnect. All the other MT5 & 4 demo accounts stayed connected I reconnected manually, first only slow connections but it found the fast connections auto. All platforms have the latest
Hi All, My EA uses a file which it loads on initializing the EA. When I migrate the EA, the initialization of the EA fails as the supporting file is not present on VPS. How can I copy/migrate the supporting file to the VPS? Thank you
Hi, I am trying to write a trading bot using C++ in vscode which will be connected to metatrader 5 via binding (zeromq) on macOS. But after I installed brew install zeromq and also moved the zmq.h to : " /Users/kiro/Library/Application Support/net.metaquotes.wine.metatrader5/drive_c/Program
Hi, I created a listview from standard library. when I delete an Item from ListView, its Index stay in selected after deleting. How can I deselect the Index after deleting Items