WalkForwardDemo MT5
FREE
Pubblicato:
23 maggio 2017
Versione attuale:
1.3
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

The sets should be used on D1 timeframe. For example, optimization using wfo-demo-cluster.set from above post on EURUSD D1, for date ranges from 01.01.2017 to November 2019 produces the following cluster report:
As you see, the best combination of window/step sizes is 120/10, that is 120 days window for in-sample optimization and 10% forward step (12 days) out of sample. To jump quickly to the rolling walk-forward test for this combination just click on corresponding cell in any of the cluster tables, and get something like this (depends from your broker quotes and other tester settings):
This is the complete forward performance of the EA on the specified dates range (2 years), not a backtest.
The sets should be used on D1 timeframe. For example, optimization using wfo-demo-cluster.set from above post on EURUSD D1, for date ranges from 01.01.2017 to November 2019 produces the following cluster report:
As you see, the best combination of window/step sizes is 120/10, that is 120 days window for in-sample optimization and 10% forward step (12 days) out of sample. To jump quickly to the rolling walk-forward test for this combination just click on corresponding cell in any of the cluster tables, and get something like this (depends from your broker quotes and other tester settings):
This is the complete forward performance of the EA on the specified dates range (2 years), not a backtest.
I tried the EA today and it didn't produce a cluster report but only the overall summary.
I tried the EA today and it didn't produce a cluster report but only the overall summary.
Feel free to send me more details (what you did exactly, what you see in logs etc).
Feel free to send me more details (what you did exactly, what you see in logs etc).
Thanks for your rapid reply.
Here are what I had done and what I got in return.
I attach the optimization screen, inputs screen and the html result screenshots.
I haven't got the walk forward matrix, and that's what I need indeed.
Can you say where I go wrong?
Thanks for your rapid reply.
Here are what I had done and what I got in return.
I attach the optimization screen, inputs screen and the html result screenshots.
I haven't got the walk forward matrix, and that's what I need indeed.
Can you say where I go wrong?
walk forward matrix= cluster report
walk forward matrix= cluster report
Oh very sorry Stanislav.
I have sorted out all of the questions in my mind and the DEMO works well.
I'm very sorry for taking your time.
But one last question: As I know, wfo_expression is 'custom indicator formula'. Does it mean that a coder can add his own criteria in there?
For example I want to use Sortino Ratio (Annualized Profit/Downside Standard Deviation). Can it be done?
Thank you in advance.
But one last question: As I know, wfo_expression is 'custom indicator formula'. Does it mean that a coder can add his own criteria in there?
For example I want to use Sortino Ratio (Annualized Profit/Downside Standard Deviation). Can it be done?
Thank you in advance.
The formula supports only a limited set of predefined variables (statistics) you can use for calculations - see full description in the blogpost. This is a simple way, which does not require coding - an end-user can elaborate and enter his/her formula on their own. Unfortunately, the default statistics do not contain enough information for calculation Sortino Ratio. On the other hand, the library provides much more powerful way of custom calculations using a callback function - it can be assigned in EA's source code via wfo_setCustomPerformanceMeter. This is indeed a task for a coder (or an advanced user). There you can implement Sortino Ratio.
The formula supports only a limited set of predefined variables (statistics) you can use for calculations - see full description in the blogpost. This is a simple way, which does not require coding - an end-user can elaborate and enter his/her formula on their own. Unfortunately, the default statistics do not contain enough information for calculation Sortino Ratio. On the other hand, the library provides much more powerful way of custom calculations using a callback function - it can be assigned in EA's source code via wfo_setCustomPerformanceMeter. This is indeed a task for a coder (or an advanced user). There you can implement Sortino Ratio.
Thank you for the answer Stanislav. Have a good night there.
The sets should be used on D1 timeframe. For example, optimization using wfo-demo-cluster.set from above post on EURUSD D1, for date ranges from 01.01.2017 to November 2019 produces the following cluster report:
As you see, the best combination of window/step sizes is 120/10, that is 120 days window for in-sample optimization and 10% forward step (12 days) out of sample. To jump quickly to the rolling walk-forward test for this combination just click on corresponding cell in any of the cluster tables, and get something like this (depends from your broker quotes and other tester settings):
This is the complete forward performance of the EA on the specified dates range (2 years), not a backtest.
Hi Stanislav,
Im getting an incomplete WFO. I set the date as you set it (2015-2017) but im only seeing one iteration on the results.