CM TWIGGS MONEY FLOW Trading Guide
Last updated: July 22, 2026
The CM Twiggs Money Flow is a quantitative technical analysis tool. CM_TMF (CM Twiggs Money Flow) Ported from legacy klinecharts indicator: old/assets/indicators/CM_Twiggs_Money_Flow.js The legacy script drew channel background + dashed thresholds.
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- TMF Period (
period): Controls the calculation period and sensitivity for market detection. - Upper Threshold (x 0.1) (
upperX): Controls the calculation period and sensitivity for market detection. - Lower Threshold (x 0.1) (
lowerX): Controls the calculation period and sensitivity for market detection. - Hist High (Trend) (
histHigh): Controls the calculation period and sensitivity for market detection. - Hist Low (Trend) (
histLow): Controls the calculation period and sensitivity for market detection. - Hist Range (Neutral) (
histMid): Controls the calculation period and sensitivity for market detection. - TMF Line (
tmfLine): Controls the calculation period and sensitivity for market detection. - Upper Threshold (
upper): Controls the calculation period and sensitivity for market detection. - Lower Threshold (
lower): Controls the calculation period and sensitivity for market detection. - Zero Line (
zero): Controls the calculation period and sensitivity for market detection. - Above Upper (
_aboveUpper): Controls the calculation period and sensitivity for market detection. - Below Lower (
_belowLower): Controls the calculation period and sensitivity for market detection. - TMF Value (
tmfLine): Controls the calculation period and sensitivity for market detection. - Above Upper Threshold (
_aboveUpper): Controls the calculation period and sensitivity for market detection. - Below Lower Threshold (
_belowLower): Controls the calculation period and sensitivity for market detection.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
_aboveUpper- Above Upper Threshold event signal._belowLower- Below Lower Threshold event signal.
2. Filters and Trade Levels
period- TMF Period value used for structural qualification or thresholds.upperX- Upper Threshold (x 0.1) value used for structural qualification or thresholds.lowerX- Lower Threshold (x 0.1) value used for structural qualification or thresholds.histHigh- Hist High (Trend) value used for structural qualification or thresholds.histLow- Hist Low (Trend) value used for structural qualification or thresholds.histMid- Hist Range (Neutral) value used for structural qualification or thresholds.tmfLine- TMF Line value used for structural qualification or thresholds.upper- Upper Threshold value used for structural qualification or thresholds.lower- Lower Threshold value used for structural qualification or thresholds.zero- Zero Line value used for structural qualification or thresholds._aboveUpper- Above Upper value used for structural qualification or thresholds._belowLower- Below Lower value used for structural qualification or thresholds.tmfLine- TMF Value value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.