@roar I will try again with max 3 symbols and see if outcomes are still unexplicable.
Latest posts made by bryan01993
-
RE: Set Market Properties BUGposted in Bug Reports
-
RE: Set Market Properties BUGposted in Bug Reports
@roar Did you use the "set market" block in that proyect in which you ran that backtest that you sent? and if you used it how many pairs did you put into the block?
-
RE: Set Market Properties BUGposted in Bug Reports
@roar I checked for RAM during the optimization and it had plenty to go on still, and I test the bots only on a percandle basis, this time being 4 Hour candles.
-
RE: If you preset the pairs for trading inside a project, why does changing the pair in MT5 backtest setup panel, change backtest results?posted in Questions & Answers
@l-andorrĂ I already made a Bug report about that block. providing evidence on backtest about the error. However I am doing further tests to see if I can find where things go nuts.
-
Set Market Properties BUGposted in Bug Reports
Hello, I have just started to use the set current market block, so take this bug finding with a grain of salt. This is the proyect that I have used it inhttps://fxdreema.com/shared/a3XQcZs7. I have used the block so that I can optimize finding the common set of parameters that maximizes profit in a list of pairs that i have given the block as a string input, so as I understand: the bot will run through this list (matterless of the current symbol chosen on MT5 Backtester/Optimization) and will make a portfolio of the list of pairs and run through it.
However I have noticed that:
- results will change based on the symbol selected in the backtester.
- Here I attach a optimization on all marketwatch symbols (all 10 pairs are in marketwatch) and observe that depending on the pair returns DO change. (image 2) ![Optimizations all pairs image 2
] - results from the backtest when selecting that pair (for example USDCADMT5) will often differ from the one in the previous image, it will change the results on the backtest. And the change is incredibly random, seldom have I backtested and the same result would be as expected. However I have not found it to be evidence of commisions/ SWAP charges, it severely changes trades.
-
RE: Is it Possible to save a report after a ST or Optimization pass?posted in Questions & Answers
I want to be able to automatically export the Report that you can save after a backtest (the HTML one that opens on the browser) after it has passed certain parameters, I look for this so that i can merge bots and create a portfolio.
-
RE: Is it possible to store the HTML detailed report that is default in MT4 after each Optimization Pass?posted in Questions & Answers
It's ok, I can read code (it takes me a lot of time), and touching the .ini files get me in no trouble. I have already learned how to make it it run from the CMD (Windows), however I am looking for a way to put them inside the EA, so I can produce Reports enough to make the tests.
-
RE: Is it Possible to save a report after a ST or Optimization pass?posted in Questions & Answers
The chart is the balance chart, however i am actively looking for a way for it to store that same report in the link as a HTML file inside the code of the EA
-
Is it possible to store the HTML detailed report that is default in MT4 after each Optimization Pass?posted in Questions & Answers
Hi, I'm trying to make the EA store a HTML detailed report after each pass has succefully achieved a minimun profit, however i cannot find the command in MQL4 to achieve this.
I know you can do it from the .ini files, but it won't happen after each optimization pass, only after a backtest.
Can someone throw some light here please?