Recently I saw that in the RTX Volume Scope you are now able to add Delta Finish (High) and Delta Finish (Low) as text above the footprint.
Would we be able to have the same data points added to the BSTAT indicator?
Recently I saw that in the RTX Volume Scope you are now able to add Delta Finish (High) and Delta Finish (Low) as text above the footprint.
Would we be able to have the same data points added to the BSTAT indicator?
Hi,
it should be already possible. Just create a custom indicator equal to the Volume Breakdown token set up as Delta Finish
Then add that Custom indicator on the same pane than the BSTAT indicator. And on the BSTAT setup window, select "Indicator 1" as data.
Then you see a new line with delta finish on your BSTAT table
Eddy
Thanks Eddy, that is how I have it setup currently, which the CI pane hidden. It might be better than having it as a direct option in BSTAT since using "Indicator 1" allows you to paint BSTAT cell for that specific data the same color as the CI, as opposed to the colors that are set in BSTAT. Makes it a bit easier to spot.
For those interested, the RTL code is as follows:
Delta Since High = (VB_DeltaBarHigh - VB_DeltaBarClose) * (-1)
with the VB_DeltaBarHigh token set to "Result: Delta Bars" and "Statistic: Deltabar High". VB_DeltaBarClose token is set to "Result: Delta Bars" and "Statistic: Deltabar Close"
Delta Since Low = ( VB_DeltaBarClose -VB_DeltaBarLow )
with VB_DeltaBarLow token set to "Result: Delta Bars" and "Statistic: Deltabar Low".