Help to build an EA
-
After subscribing to fxdreema I would like to reproduce an EA that proved good results on calgo (ctrader)
This are the indication for buy position:
Conditions to buy:- the first position with the initial value of FirstLot is opened if the last candlestick is bullish, i.e. two bullish candle in a row.
- the subsequent positions are opened with a PipStep value or larger from the last opened position; the lot of every new position is increased by the FirstLot value.
Any help is much appreciated as I can't figure out how to make the EA open the subsequent positions.
-
Well, one way is to put multiple pending orders and forget. Check Buy/Sell peniding order in grid. I think this will be easier to make.
Also this can be made with trades only. Something like: For each Trade - pips away from open price - once per trade - add to volume (or Buy/Sell now).
I had some examples somewhere and I need to make some for the examples, but right now I am little lazy to make one
Try something and if you don't get it I will try to do something. -
__Well, one way is to put multiple...[/quote:222qouab]
Very fair, at the end is good to learn how to do it with fxdreema, I am sure you agree with that

I have gave it a go and the result is a graph at zig zag. First time for my experience to see that. Interesting.
For each trade, I set to Not more that 1 trade (seems fair)
https://fxdreema.com/shared/zuRvfOTCc