I need help with my Grid EA please!
-
Hi everyone, I'm brand new to fxdreema.
I've been trying to create a grid EA that sells above a certain price level at intervals of 10pips.
The other condition is that I only want the sell order to trigger if the bar closes bearish (close < open).This is what I have so far: https://fxdreema.com/shared/WKxJvQeFc
While backtesting, it opened 2 sell orders at a time in 10pip increments, totally disregarding the bear candle condition.
Any help would be appreciated.
Thanks!
-
@ggtrader welcome!

As you can see, the position-increasing logic flow doesn't contain any condition for bear candles - you must add it there as well.
It opens 2 orders at a time, because "add to volume" does the first and "sell now" does the second. Remove one of those blocks.I'm too lazy to make corrected project, you seem a smart guy and probably will succeed!
-
Thanks roar, it's finally working!