Help needed to troubleshoot optimization results in mt4
-
Am trying to export my backtested optimization results to an excel spreadsheet but the results table is showing only one pass with all the results . Other tables show results after each trade like in a normal backtest . How can that be achieved in the optimization results table ?
-
@od what was the optimization parameter you had used?
-
@vonmunchy
I did not select any box in the expert properties but the results look like above -
@od hard to say much without the project link.
Check from settings what you choose as optimization pameters. Example, balance max, min dd, custom max.
-
@vonmunchyhttps://fxdreema.com/shared/jEJF7wU5b
-
@od said in Help needed to troubleshoot optimization results in mt4:
You need inputs to optimize first.
https://fxdreema.com/instructions/builder/constants-and-variables
-
@vonmunchy I've read the instructions on how to create constants and variables but I really do not understand the importance to create them , please inform me on that . Anyways I've tried to create a constant on TP and LOTSIZE but the results at the table are still in one pass . Check below
I want the results of each trade just one by one in the same format as in the table so that I can copy it to a spreadsheet . https://fxdreema.com/shared/icMAWtuxc -
@od seriously im not trying to be rude. But to create EAs you dont just jump right into a platform and hoping its a matter of spending a couple of mins and suddenly you have the solution for everything.
If someone was asking help on building a specific logic or how certain blocks works than yes, anyone who has any experience here will definitely help out.
When people don't know anything about trading, the platforms or in this case what optimization is about what, most people will ignore subjects like this because its your job to understand the basic which is freely available for anyone with a simple google search.
If you don't understand the importance inputs that means you don't know what optimization is about is about and i suggest you look up youtube videos. There are plenty of basic fxdreema videos there that covers all most all the basics and alternatively you read mq4 documentation on the tester.
https://www.metatrader4.com/en/trading-platform/help/overview/strategy_tester
-
@vonmunchy No offence taken am learning . Thanks for the link .
-
-
@od What do you exactly need from the video?
-
agreed with above....MQL is a coding language. Dreema is just an interface to be able to simplify coding but it doesnt mean you shouldn't still understand the basics to the language. To be honest, it would probably help you a lot because to know what you can do with the code itself instead of having to rely on blocks, it will save you tons of time on building and testing in the future when you do find that edge you're looking for especially. Finding an "edge" isn't the hardest part of this journey.
I too didn't understand what a variable or constant was until a few weeks ago.
-
@l-andorrĂ Someone could have stumbled on this post and be left hanging just some insight .
-
@jsauter86 For sure it is a time saver , am learning to optimize timeframes with the custom MQL block . I could have created different bots with different timeframes and same strategy ,but with the knowledge on constants and variables it becomes possible with only one bot
-
@od I mostly agree with jsauter86.