I need help with a very simple set up
-
Here's the condition:
When the current candle is higher or lower than multiple previous(x) candles if the candle closes bullish open a buy order if bearish a sell order. X should be a variable that I can specify.
I have used the market property like this but the results don't seem right.
-
@jzfusion maybe it's because you're using candle high, you're not seeing the results you want . Try candle close or market properties with bid price on the left side
-
I did and added another condition however I notice that it trades continously and there's no pause

-
is it on tick? try it on Candle time

Then write whats happen also write more information. What exactly you want to do.
-
@jzfusion
You can use the (once ber bar) block or start the conditions with the (no trade) block -
Please use Test strategy in metatrader with visual mode and you will se.
If i undertand you , you want open trade when price acros some level or the candle close above some level? Its different.
The body of candle can be very big and you will be to far away from your level. If you want open when price cross some level then you must use some stop after this, Pass one block, No trade Block and Buy block ....
On other hand the Candle is Bid price you dont need second condition.
Is it clear :--)))? -
Can you please share you project? I guess there is something missing behind it all.