trade on candle low 0
-
hello,
i have an indicator that show support and resistance regions on the chart.
i could identify support area "i mean a rectangle" by "for each object" and "modify variable".
i could identify upper area and lower area in that support rectangle.
i could determine "half" in support area.
now i want to determine every time price (candle low 0) reach to "half price", take position BUY.
problem:
i tried candle low 0 (==) , (X<) , (X>) "half" get BUY.
but it doesn't work.
please help me. -
Does the indicator repaint? Because if it does, the bot is doomed. Before moving on you should check that.
-
it doesn't matter if it is repainted or not. because bot can identify upper area and lower area in that support rectangle.
and bot can determine "half" in support area. the problem is that, i want every time price (in candle 0) reach to "half price", take position BUY.
https://fxdreema.com/shared/ZqXapng4d -
@l-andorrà
M
melmdoost
about 16 hours agoit doesn't matter if it is repainted or not. because bot can identify upper area and lower area in that support rectangle.
and bot can determine "half" in support area. the problem is that, i want every time price (in candle 0) reach to "half price", take position BUY. -
Block 4 is selecting the object via loop. In order to do that you need to use a 'For each object block' above it.
-
@l-andorrà
thank you, But as you can see, it is used a "For each object" exactly above it! i mean Block num 2 (green box). -
Sorry, didn't see it. And did you check both price levels are correctly stored into those variables?