built-in mt4 volume indicator
-
Hi,
Any one can tell me how to add the built-in mt4 volume indicator, thank you -
@heiminsha2019
You don't need the "indicator", the volume can be found in the candle properties

-
@roar
thank you , but how can i know the volume is "up"(green ) or "down"(red) -
@heiminsha2019
You can compare ID 0 to ID1, or ID1 to ID2.ID means the candle order number: 0 is the current candle, 1 is the previous candle, 2 is the 2nd newest candle and so on.

-
@roar
I found another indicator same as this , THX alot ^^