Need assistance on how to make a block to mention the high of the closed candle
-
-
Need to find candle high of a particular server time with adding 1 point to that high.
-
When any candle keep close above the mentioned point, then we should take the high of that particular candle and add 1 point to that high.
-
After this, if any candle break the high of that particular closed candle, then it should take buy there.

-
-
If I understant it correctly, the bot is simply checking the highest price of the previous three closed candles and then adding + 1pip, no matter what shape those three candles have. Is that correct?
-
@l-andorrà Highest price of three candles of a specified time and not the previous three candles. For eg. server time 01:00 to 04:59. In this time, it should take the high and add 1pips.
If any candle keep close above this point, then that particular candle high + 1pips to be noted. When this point gets break, then buy call.
-
highest or lowest price from market properties using time adjusted by + or - 1 pip
-
@karthiiytrade23 As jstap said, you can do it this way:
