KeithM » 03 Oct 2016 08:06 wrote:Is there a way to configure the EA so it does the following:
- Trade H1 CSS crosses if H4 CSS is in alignment
- Then continue to open a trade in the direction of H1 CSS at the end of each H1 candle?
I am looking to test a variance of Zennor's original suggested strategy but only trade an H1 cross if H4 agrees. Then keep trading in the direction of CSS on the hour. I will only start hedging a pair if the CSS reverses for both H1 and H4.
I have attached a chart which may explain it better. In the example the blue box illustrates the London session. I would only have started trading this pair after the cross.
As I understand it, if I use CSSDiff then it would have started trading every candle from the beginning. If I use CSSCross it would only place a single trade at the end of the 5th candle.
Hi Keith!
What you explain is something that I plan to support in next Round after this version is baselined.
Because I need to do some refactoring of the code before I can support it in an easy way.
In a coming version it will be possible to specify what indicators that must be aligned for 2+ trades.
In that way we can wait for the Cross as a start and then just look for Diff h1 and diff h4 every new your.
So just give me some more time

Again, the reason is that I try to create rules that are generic so that we can reuse it in different setups.
BR
Mathias