@Zackry
It kinda worked but only partially ,, I will explain what is the simple setup of this EA - it will give you heads up what conditions/connections might be missing.
- going long & open BUY #1
- need to define once the Buy #1 opened 4 zones - Start , recovery , TP , SL
- if The first trade is @ loss of X pips ( meaning it got to "Recovery" zone) then the EA needs to open up the trade #2 - SELL NOW with SL / TP in same zones as trade #1.
- IF trade #2 , which is a short position is @ X pips loss - then the EA opens trade #3 with Long position... same TP / SL as trade #1 ...
- you might have guessed it - if trade #3 is @ X pip loss then ( same as before) the EA will open another SELL Position.
So this is a hedged / martingale type EA . customizing the Lot Size / Pip Profit/SL targets,, but the logic of taking the next trade in the sequence is the same - Only when former trade is at certain loss of pips.
Do you how to work it out ?
** I think that if placing horizontal lines once trade #1 is opened will help define where to open all future trades