Errors, bugs, questions - page 1897
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
my calculation works out like this:
how does it end up being correct?
It is not clear what the doubt is - my logic is simple - calculate how much was spent on buying assets in total (if we forget about the margin) and divide by the total number of units purchased - this will be the average price of one asset - i.e. breakeven.
I remember the developers talking about the possibility of exchanging data between agents. Where can I see an example?
It seems that the frame channel is one-way - from agents to the terminal, but not vice versa.
Runtime error
Local agents return the same TerminalInfoInteger(TERMINAL_DLLS_ALLOWED) value until you reload the terminal.
For example, you want DLL agents not to execute. You uncheck the DLL checkbox in the terminal, and the agents keep "happy".
if there are strings and arrays in the structure like this {0} is better not to initialize it, it threw an exception in my case.
I remember the developers talking about the possibility of exchanging data between agents. Where can I see an example?
Seems to be a one-way frame channel - from agents to the terminal, but not the other way around.
Forum on trading, automated trading systems and testing of trading strategies
Working with the Expert Advisor Files in the Strategy Tester
Renat Fatkhullin, 2012.08.27 01:41
When working with clud or remote agents, the files used (for reading) must be clearly specified through #property tester_file "myfile1.dat". In this case, the tester passes these files to the cloud along with the source EA, with changes to this file controlled and cached on the cloud servers and agents.
It is possible to transfer large amounts of raw data to the clouds, and receive calculations including massive data via FrameAdd() in the report.
In the standard MQL5\Experts\Examples\Moving Average\Moving Average.mq5
Magic check has been missed in TradeSizeOptimized.
Please check this variant.
For my part I have run 9 instances of this EA with different settings and magics to trade online on the embedded VPS - I will watch https://www.mql5.com/ru/signals/305333.
Take a look at this option, please.
For my part, I've run 9 instances of this EA with different settings and magics to trade online on the built-in VPS - I'll be watching https://www.mql5.com/ru/signals/305333.
This EA's lot selection is affected by any third-party trade (including other instances) on the original symbol.
In this piece it happens