milanese wrote:Ok here again you go,with
HigherTF you choose the HTF for the trendcheck, OOTB it is 240=H4
Cheers
Tommaso
So far so good....It looks like the HigherTF= is working...
Now we need to come up with away to add additional positions. This might be a tricky part so let's see if I can break it down.
1: If I am running the EA on a 15 minute TF and HigherTF= is set for 240 I would like to add an additional trade if on the 1 minute chart HA Line turns RED by x amount of BARS...
Now this might sound confusing so lets look at this carefully with what we have. We are now looking at three different TF's.
The 15 minute TF where the EA is.
The 240 minute TF HA Line for bigger trend that we follow.
The 1 minute TF HA Line where we look to ADD more positions on the 15 minute chart.
How does this work? Let's say we have the EA on the 15 minute chart with the following settings:
DelayTheEntryForXBars=3
PriceWithinHALine=15
HigherTF=240
Price action goes UP and the HA Line turns BLUE. After 3 BARS with Price within 15 pips of HA Line the EA opens first position. This is what is working now.
After the new position opens up the EA should monitor the 1 minute chart HA Line which would normally be BLUE because 15 minute HA Line just turned BLUE three bars ago.
When the 1 minute HA Line turns RED a BUY position should open up on the 15 minute chart. This is inverse to what the 15 minute EA first BUY does.
So for the second BUY to occur the 1 minute HA Line has to turn RED....
I hope I am not confusing things here.... Let me know if I am....
If you can get this working with the 1 minute chart then after we should look at adding a variable of how many bars to wait once HA Line turns RED before opening the BUY position....
I am trying to keep a common theme of using the HA Line for everything as the strategy I use is using HA Line pretty much for everything.
Thanks....