I want to construct an indicator that plots bars with wicks. Each bar of this indicator is defined as follows:
Open of the indicator bar=0
Close of the indicatorbar= Close(Price)-Open(Price)
High of the indicatorbar= High(Price)-Open(Price)
Low of the indicatorbar= Low(Price)-Open(Price)
Close of the indicatorbar= Close(Price)-Open(Price)
If you look on the attached picture, you will see "Order Flow Cumulative Delta" indicator plotted on the below the price chart. I want something similar.
Any advice?
Many thanks in advance!

Comment