how I can identify the candlestick with the highest volume during the day
-
“Hello everyone! My question is how I can identify the candlestick with the highest volume during the day , and then mark its high or low with a line on the chart. Thank you

-
The problem is that there can always be a new candle later with a higher higher volume. You can never be sure the highest now will be the highest today.
-
Thanks For replay . But I need Highest volume for Last day.
-
@l-andorrà I mean previous days.
-
You can create this with FX blocks. but sometimes custom code works better and is easier, this will draw a line on previous day volume high candle, you can choose hour TF or current chart TF. Test on backtest, it is MT4 if you need MT5 and you struggle let me know: https://fxdreema.com/shared/XYlynIK4

-
@jstap Thank you so much for sharing this with me, it was exactly what I wanted and it turned out great! However, if you could also provide it for MT5, that would be fantastic, because I need it for MT5. I tried converting it from MT4 to MT5, but I couldn’t manage
-
This should work, you will have to test though, not capable to test on MT5 at the minute: https://fxdreema.com/shared/BoKoBNlhc
-
@jstap Thank you for your response, and I tested it out, but unfortunately, it didn’t work on MT5, so I’ll stick with the previous one and create my robot on MT4.
-
ok mate.