Here is my manual trading system, I don't know if it is good to produce an EA for this but would save a lot of time watching charts
Timeframes : M15 H1 H4
Pairs : E/U, G/U
Indicators : ZigZag 13,5,5 + stochs 13,3,3
Trading hours : 8:00 - 20:00 (london open + 12)
I attached the indicator I use. It plot the lines when previous hi/low is fixed.
I plot 2 lines from previous hi & low. When the price break one of those by a number of pips defined by the pip difference between current hi-low, I trigger a trade, long or short depends the direction.
Positions can be confirmed with higher timeframe or directly by the stochs (if you like them).
SL is Pips difference / 2
TP isn't clearly defined, I currently use a jumping stop and I move my SL at BE when I have 15pips. I also tested trailing stop.
Example on the attached charts :
GU : Hi-low pips difference is around 43. When price break the blue line by 4pips (43/10), a long trade is triggered.
EU : Hi-Lo pips = 40. Short has been triggered at redline + 4pips
It doesn't produce a lot of trades but they are profitable when triggered.
Maybe we can use buy/sell stops and launch new pending orders if hi-low hasn't been broken.
Does anyone have the time to code this into an EA ?
Tell me what do you think ! Comments highly welcome !
Cheers,
Lio