Questions from Beginners MQL5 MT5 MetaTrader 5 - page 861
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
View the trades belonging to the position and see their volume.
Just unpin all the position trades found (properties of each) - figure out what you need to search for there.
Thank you.
I need help in creating a file, in particular, specifying the correct location for its storage.
I use portable version of MT5 and I need the file to be created in folder MT5\MQL5\Files, but it is created in MT5\Tester/Agent-127.0.0.1-3000\MQL5\Files during initialization in the Strategy Tester.
I need help in creating a file, in particular, specifying the correct location for its storage.
I use portable version of MT5 and I need the file to be created in folder MT5\MQL5\Files during initialization in the Strategy Tester, but it is created in MT5\Tester/Agent-127.0.0.1-3000\MQL5\Files.
There is no solution in pure MQL. You have to use WinAPI. Or by hand)))
The way the files are distributed was specially made for security reasons.
There is no solution in pure MQL. Only by using WinAPI. Or by hand)))
This distribution of files was done for security reasons.
The optimizer stores data not in the folder of agents, but in the folderMT5\MQL5\Files - it is not logical.
How do I set a different magic number to the order to be placed in this code? Different from this generic one -
How do I set a different magic number to the order to be placed in this code? Different from this generic one -
arrow_color=clrNONE[in] The colour of the opening arrow on the chart. If CLR_NONE - there is no arrow. In MT5, the arrow is always displayed - there is no corresponding parameter in the MqlTradeRequest structure. How do you deal with it? It is easy to do it on your chart. However, if another chart is opened for the symbol, you have to try again...
Please advise how to make a function that sets the right number of orders! for example, I want it to open the orders we have specified but no more than that. in mql4
Before sending an order to open with another magician, execute this line with the desired magician. Next, return the magician to its place.
Is that correct ? Thank you