Aggression series — 11 values including threshold state and flip flags.
Strategy Series Adapters
Non-visual indicators whose only job is to expose the computed order flow values as plain numeric series. Strategy Builder sees them in its Indicator Value dropdown like any other indicator, so you can build a condition on aggression or on a profile level without writing C#.
No code required. Code welcome.
Two adapters ship. The aggression series exposes buy pressure, sell pressure, the net histogram, raw volumes, threshold state and flip flags. The profile series exposes POC, value area high and low, the aggression and ROC points of control, and session aggression totals — read from the profile indicator's own computed output, so an adapter cannot drift from what your chart shows. Coded strategies get node-level lookups the plot interface cannot carry.
Profile series — 15 values including POC, VAH/VAL and aggression points of control.
Reads the indicator's computed output rather than recalculating, so it cannot disagree with your chart.
Where it fits.
The bridge between the suite and your own strategies — with or without C#.
Requires NinjaTrader 8. OF-DEV-ADAPTER-001