Combination of different strategies or different Timeframes
-
Good day house,
Please, I'm pretty new here. How can I go about combining different custom indicators to achieve a refined entry and exit position EA using fxdreema builder.
OrCombination of different Timeframes on the the Same custom indicator(such that, the higher timeframe of the custom indicator will serve as trend and lower timeframe of the custom indicator will serve as entry and exit trigger.
Please help, thanks in advance
-
@chriswillson Well, that depends on what you want to get and what your strategy is about. But before that you need to be sure those custom indicators:
- Are correctly imported into fxDreema (that's not necessarily the case for all of them).
- Don't repaint.
The second point is simply crucial. If it repaints, simply forget it here. Did you check both points?
-
Thanks so much for your candid reply.
I checked those conditions, (1) I imported the custom indicator proper, cos they're working well after I'm done creating the EA using them, that shows that I imported them very well. (2) They don't repaint, I'm pretty sure of that, cos I checked to ensure that they don't repaint. Some of them are arrow indicators, while others are trend-histogram indicators. So,-So I want to make the arrow indicator into an EA, which I have done successfully, but the results are not so good. Hence, I want to either use higher timeframe for Determining trend and lower timeframe for entries, so as to filter out some noise. Then close each trade with opposite signal.
Or combine two or more of the custom indicators so as to refine my entries and exit. Also, close the position with the opposite signal.
Thanks in advance. I wait for your response soon Sir.
-
@chriswillson I would try to combine different timeframes first. You can combine different timeframes in your EA by selecting them this way, for example:

I hope it helps.