Hull pullback strategy
-
... shots of this mornings trades..
https://s40.photobucket.com/user/shovel52/media/total.jpg.html?sort=3&o=0
Here is another "cyborg" you have to manual exit..This triggers when ma 1 pulls back to the Hull ma 20, and triggers multiple times per bar. It is best in a trending market. Maybe someone can come up with an exit strategy so you don't have to baby sit..This one triggers long and short, unlike the BB strategy "could only get it to trade long" something to do with the candle wick function . If anyone is interested
I will post the " Hull average indicator" or you can get it from the code base..here is the ea. -
It works on candle ID 0 everywhere. Are you sure it works properly?
-
I'm sorry
l'andorrà Are you referring to this strategy "Hull" or the BB strategy? Are you saying you tried it and it works "using the candle upper wick size (pips)"? please explain.. -
No, no. What I meant is that I don't like EAs working on candle ID 0 in general. I'm not questioning your indicators, sorry
I strongly recommend you to change all operands to candle ID 1 and then testing the EA again and see what you get. -
Ok , thanks for the input, I thought "candle ID 0 was the candle that was open, and candle ID1 was the next candle that hasn't opened yet. I am wrong? I know you were not questioning my indicator, I just wondered if you had put the EA on a chart and it had worked for you..I still don't understand how it could work " long" but not "short", (ROAR) had said it was because of this example .
@shovel52 Yes it works for longs, because this silly condition is usually true:
lets say, candle upper wick is 15 pips EURUSD is at 1.1070Condition: 15 is above or equal 1.1070 -> TRUE -> open buy
0
I don't understand how this can happen, and not be opposite for short trade..regards John -
@shovel52 said in Hull pullback strategy:
Ok , thanks for the input, I thought "candle ID 0 was the candle that was open, and candle ID1 was the next candle that hasn't opened yet. I am wrong? I know you were not questioning my indicator, I just wondered if you had put the EA on a chart and it had worked for you..I still don't understand how it could work " long" but not "short", (ROAR) had said it was because of this example .
@shovel52 Yes it works for longs, because this silly condition is usually true:
lets say, candle upper wick is 15 pips EURUSD is at 1.1070Condition: 15 is above or equal 1.1070 -> TRUE -> open buy
0
I don't understand how this can happen, and not be opposite for short trade..regards John -
@shovel52 said in Hull pullback strategy:
Yes it works for longs, because this silly condition is usually true:
lets say, candle upper wick is 15 pips EURUSD is at 1.1070Condition: 15 is above or equal 1.1070 -> TRUE -> open buy
0
I don't understand how this can happen, and not be opposite for short trade..regards JohnIt is a strict arithmetical question. Number 15 will always be higher than number 1.1070 ;).