Primitives
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
| Prop | Type | Default | Description |
|---|---|---|---|
id | string | - | Optional session delta force instance id |
plot | boolean | true | Whether to plot the latest delta force value |
paddingClose | boolean | false | Whether to add bar.close to the plotted delta force value |
plotPadding | number | 0 | Offset added to the plotted delta force value |
round | boolean | true | Whether to round each xx force push and sum update |
plotWidth | number | 10 | Plot line width |
SQL example
TICK sessionDeltaForce id="id" plot=true round=true paddingClose=true plotPadding=3 plotWidth=10