Indicators

sessionDeltaForce

Sum each contiguous same-sign close delta for the active session

sessionDeltaForce (all)

Sum each contiguous same-sign close delta for the active session

Input parameters

PropTypeDefaultDescription
idstring-Optional session delta force instance id
plotbooleantrueWhether to plot the latest delta force value
paddingClosebooleanfalseWhether to add bar.close to the plotted delta force value
plotPaddingnumber0Offset added to the plotted delta force value
roundbooleantrueWhether to round each xx force push and sum update
plotWidthnumber10Plot line width

SQL example

TICK sessionDeltaForce id="id" plot=true round=true paddingClose=true plotPadding=3 plotWidth=10

On this page