- Volumes - Volume Indicators - Technical Indicators - Price Charts, Technical and Fundamental Analysis
- Volumes - Volume Indicators - Indicators - Charts - MetaTrader 5 for Android
- Volumes - Volume Indicators - Indicators - Chart - MetaTrader 5 for iPhone
I have an EA that use H4 and D1 timeframe.
do backtest on higher timeframe.
if your signal use H4 and D1, so try btest on D1
do backtest on higher timeframe.
if your signal use H4 and D1, so try btest on D1
Just the contrary: using H4 it's possible to reconstruct D1 in the expert code and process it appropriately in addition to H4, but using D1 there is no way to drill down to H4.
I have an EA that use H4 and D1 timeframe.
Do you have the source codes?
How does the EA "use" 2 timeframes? If it processes them independently, you can run 2 backtests and then merge their results. If the algorithm analyses both timeframes simultaneously, the only solution is to adjust the code (if is's available).
Just the contrary: using H4 it's possible to reconstruct D1 in the expert code and process it appropriately in addition to H4, but using D1 there is no way to drill down to H4.
I mean.. if use signal h4 and D1, so backtest on D1
example:
EMA_H4=iMA(Symbol(),240,.................
EMA_D1=iMA(Symbol(),1440,.................
if ( EMA_H4 == blabla && EMA_D1==blabla ) execute...
I mean.. if use signal h4 and D1, so backtest on D1
example:
EMA_H4=iMA(Symbol(),240,.................
EMA_D1=iMA(Symbol(),1440,.................
if ( EMA_H4 == blabla && EMA_D1==blabla ) execute...
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use