why it so hard to do a very very simple trading EA? I'm so disappointed and very very angry.
-
https://fxdreema.com/shared/mWRufqbBd
My trading style is so simple hedging every time that the trend go opposite every time add lot +3 every time
Buy 1 lot then the first pending sell stop 4 lot is below 12 pips
then the price go down touch sell stop 4 lot then pending buy stop 7 lots above first buy 3pips
hedging like this every time, why it hard to make a very very simple rule like this?
trade must be hedge every time.
Buy Lot 1,7,13,19,25,32,38,44
Sell Lot 4,10,16,22,28,35,41,47
i try it so long time i don't know how to do operator please help me.thank you.
-
@zarbitz Let me share some issues:
-
None of the variables on the 'on Init' tab will work properly. Look at the pink point on its left. They need a 'For each trade' block on top to work properly. However, I guess there is no open trades when you run the EA on the chart for the first time. Right?
-
What are all those 'Pass' blocks suposed to do? I see no variables modifications inside any of them?
-
I see some inconsistencies in block numbers. Can you please decrease them to see more easuly the order in which they execute?
-
-
when I run the EA it buy 1 lot and it pending sell stop 4 lots for me. but the problem is its don't buy stop 7 lots for me when the price hit my last sell stop its mean that it don't hedging for me.every time. as i said the every times pending order get touch the ea must be create another opposite hedging pending stop order every time and far away from previous price level every time and the lots size must be plus+3 very time too. i don't know how to do it hedging every time like this. thank you sir.
OK I make it more simple in this link
https://fxdreema.com/shared/yQSyeAqHd -
@zarbitz Do yuo really need to use the group mode 'All (automatic and manual)'? Are you really planning ti open manual trades. I guess that can be the problem because I can't find in your explanations you are planning to do that.