How can I get value to Accumulation/Distribution ?
-
How can I get the value of Accumulation/Distribution?

How can I get the value of the indicator?
I want to place several levels, the difference between them is ten thousand points if the level exceeds the highest purchase, and if the level exceeds the lowest sale.
I want to place a variable to see levels when moving and compare it to the current price -
Easy. Create a double variable and use it here:

-
@l-andorrà thankyou i want TO know the level A/D .
-
I try to get the volume index levels, by adding a variable, so that if the price exceeds the level / or decreases, the buy and sell signals will be.
Is there an explanation to better understand the variables? -
You can try this:

-
@l-andorrà

It is required to calculate the levels for the indicator, where the difference between each level and the other will be ten thousand points.
So if the index was above the level it would be a buy signal, and the opposite is true.
The level changes as the price moves.
Is there a suggestion -
@khalids222 In your screenshot the levels are 1000 so I used this. If you need 10000 adjust it accordingly.

-
@trader-philipps Thank you very much - I am so grateful for your help
-
@l-andorrà THANK YOU