Buy or Sell order with condition at open new bar
-
good morning
I would like to be certain that what set fxdreema is correct: (i'm not sure)
OPEN new order SELL on open new candle only when previos candle crossing trendline (LL_1) and close below trendline...
See image
Best regards
Activemax......
barclose.JPG -
No trade - this checks if there is a trade currently running or not
Once per bar - this is a filter and can pass 1 time for the current bar - in the beginning of the bar, in the middle, in the end, nevermind. Only if this block is on top level it passes in the beginning.
Condition - this compares some things at the current moment and passes if the comparison is true
Sell now - when this block is run, it creates a new Sell trade