i had wrote a EA in mt5(mql5), that my codes include ZigZag indicator#
so when i perform strategy tester and run backtest when the display mode is active the graph and result are good, but when it is disable the graph goes down and result is bad !!!
where is the problem?
Here is one possible reason - https://www.mql5.com/en/book/applications/indicators_make/indicators_test:
In the tester the indicators are calculated on each tick under any of the following conditions:
- In visual mode
- If there is the tester_everytick_calculate directive
- If they have the EventChartCustom call or the OnChartEvent or OnTimer functions

- www.mql5.com
In the tester the indicators are calculated on each tick under any of the following conditions:
- In visual mode
- If there is the tester_everytick_calculate directive
- If they have the EventChartCustom call or the OnChartEvent or OnTimer functions
I would like to find this text ^ in the book, but I couldn't find it at the link provided
Here is one possible reason - https://www.mql5.com/en/book/applications/indicators_make/indicators_test:
the link that you mentioned does not exist
and one other thing when i run back test with visual mode enable it takes a lot of time
please help me
i know that making profitable EA is hard ,you do not understand what i said
Then rewrite your post, or nobody will understand what you're saying.
This is what I got from your post:
"When visual mode is enabled, the results are good. When visual mode is disabled, the results are bad as seen on the graph"
Then rewrite your post, or nobody will understand what you're saying.
This is what I got from your post:
"When visual mode is enabled, the results are good. When visual mode is disabled, the results are bad as seen on the graph"
So what the hell is "display mode" what are you talking about then?
Btw, there is no graph to be seen when running it on visual mode.
There is a problem with formatting of inline link in that post (I don't know why) - unfortunately I can't edit posts - ask moderators.
But the same link with proper formatting is provided in a dedicated box at the bottom of that same post, like this - https://www.mql5.com/en/book/applications/indicators_make/indicators_test
|
|
V

- www.mql5.com
the link that you mentioned does not exist
and one other thing when i run back test with visual mode enable it takes a lot of time
please help me
there's a button you can drag left and right to speedup the backtest process mate, rather thn that generally nothing else can help you speedup the time.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
hi everyone
i had wrote a EA in mt5(mql5), that my codes include ZigZag indicator#
so when i perform strategy tester and run backtest when the display mode is active the graph and result are good, but when it is disable the graph goes down and result is bad !!!
where is the problem?
please help me , thanks