Strike Mode (Quadrants):
- 2 Quad ITM: Measures Call ITMs (Strikes <= ATM) and Put ITMs (Strikes >= ATM). Default behavior for flow analysis.
- 2 Quad OTM: Measures Call OTMs and Put OTMs only.
- Full 4 Quad: Sums up all selected strikes uniformly.
Anomaly Highlight (Blue Outline):
If the cell has a thick blue border, it indicates a massive anomaly where Nifty moved in one direction (e.g., dropped), but Net Options premium moved heavily in the opposite direction (e.g., massive calls accumulated). Watch these closely!
Difference Methods (Modes):
- 1. HH/LL of TF: Calculates
High - Low of the entire timeframe. Sign (+/-) is determined by the TF Candle's Open & Close direction.
- 2. TF Open-Close: Calculates
Close - Open of the TF candle.
- 3. T2 - T1 Close: Current TF Close minus Previous TF Close.
- 4. Extremes vs T1: Uses Current High/Low against Prev Close based on TF trend.
- 5. Custom Formula: Write your own math logic using defined variables.
Custom Formula Variables:
O, H, L, C : Current TF Candle
O_prev, H_prev, L_prev, C_prev : Previous TF Candle
Functions: abs(x), max(a,b), min(a,b)
Form. Sign Option: If Absolute, calculation determines sign. If Candle Dir, the TF Open/Close overrides the formula's calculated math sign.