
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
After each pass, the brief settings of the tester are copied to the clipboard.
In which file can this be removed?
Good day . Can someone please tell me how to disable logs in the tester ?
https://www.mql5.com/ru/search#!keyword=%D0%BE%D1%82%D0%BA%D0%BB%D1%8E%D1%87%D0%B8%D1%82%D1%8C%20%D0%BB%D0%BE%D0%B3%D0%B8%20%D1%82%D0%B5%D1%81%D1%82%D0%B5%D1%80%D0%B0
In which file can this be removed?
I don't get it.
Hi @fxsaber, great library. Could you please help to figure out what could be wrong in the case of the function call:
The line works fine:
TesterSettings.Add("EURUSD");
The next one gives an error at the call stage:
And this one does not compile at all:
behaviour on the video https://monosnap.com/file/e1aRT2V2Z24CK63jMaiz78LoS5DB0y
Hi @fxsaber, great library. Could you please help me to understand it
I only use MTTester.mqh. Try to understand this example.
I don't get it.
I meant that after performing a pass in the task list, this occurs in the clipboard of the computer:
As far as I understand this is a MultiTester function and it can be removed so that there are no overlaps in the clipboard when there are other tasks in the clipboard.
I meant that after performing a pass in the task list, this occurs in the clipboard of the computer:
As far as I understand this is a MultiTester function and it can be removed so that there are no overlaps in the clipboard when there are other tasks in the clipboard.
Not sure what you are running or how you are using it. I have no conflicts when running several Testers in parallel.
Or as it follows from your comments in this thread earlier, the clipboard is used for multitester operation and important information about settings is transferred through it and not just output information that can be painlessly removed?
API Tester via clipboard. This is how the developers have implemented it.
Forum on trading, automated trading systems and testing trading strategies.
Libraries: MultiTester
fxsaber, 2024.01.17 12:13 AM
Getting Tester settings: CTRL+C -> GetStringFromBuffer.
Setting Tester settings: SetStringToBuffer -> CTRL+V.
In my scripts I always provide a pause option in case I need the clipboard for other tasks.