How do I check whether 'Optimisation' or 'Forward Optimisation' is in progress? - page 4

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
I do that 12 times in a whole volking-forward cycle. This is a minute loss at worst. Compared to the duration of testing itself, sometimes measured in hours, it's insignificant. At least I've got the full report pictures of both backing and forwarding and the terminal, by the way, does not get hung up because of the oversupply of charts, because I'm clearing them.
One pass in the tester for several hours?
One pass in the tester for hours?
One pass is 12 back optimisations. That's minutes. The whole cycle is 12*5=60. But after each step of forward, I reload the terminal, copy charts and get forward profit .For this I do not start optimization, but a usual run - this is the moment when OnTester data can be processed.
Got it, got it.
How much, by the way, could such a job in the marketplace cost - processing the results of a separate forward run and storing in a file, say, two parameters - linear balance regression and net profit?
In order to make the processing work at the right time - you can make some external flag or let it check the status of tetting in the ini-file every time and on the second initialization OnTester is triggered. Saw that optimization is disabled - counted, discounted.
How much, by the way, could such a job in the marketplace cost - processing the results of a separate forward run and storing in a file, say, two parameters - linear balance regression and net profit?
In order to make the processing work at the right time - you can make some external flag or let it check the status of tetting in the ini-file every time and on the second initialization OnTester is triggered. Saw that optimization is disabled - counted, discounted.
And yet the question remains unanswered, how to determine in the code whether 'Optimisation' or 'Forward Optimisation' is in progress?
What do you mean? Is forward optimisation running or simple optimisation? Or, during forward optimization, should we separate back and forward runs?
Theoretically there may be one value, but when we get closer, it may be a different one. On forward optimization is also true.
1.
Check Ini file. If Forward -Custom &&Optimization - Disabled, start counting for the second OnTester initialization
Other cases are ignored.
2-й
Write both first and second initialization. I will decide for myself which is even and which is not
3-й
We count and write everything in a row and find the result by the number of the line in the file N=number of all optimization frames + 1
We need to determine when forward optimization starts and at that time OnTester() change the calculations.