CM TWIGGS MONEY FLOW Гайд по трейдингу
Обновлено: July 22, 2026
The CM Twiggs Money Flow — это квантитативный инструмент технического анализа. 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.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- TMF Период (
period): Controls the calculation period and sensitivity for market detection. - Upper Порог (x 0.1) (
upperX): Controls the calculation period and sensitivity for market detection. - Lower Порог (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 Порог (
upper): Controls the calculation period and sensitivity for market detection. - Lower Порог (
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 Порог (
_aboveUpper): Controls the calculation period and sensitivity for market detection. - Below Lower Порог (
_belowLower): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
_aboveUpper- Above Upper Порог event signal._belowLower- Below Lower Порог event signal.
2. Фильтры и торговые уровни
period- TMF Период value used for structural qualification or thresholds.upperX- Upper Порог (x 0.1) value used for structural qualification or thresholds.lowerX- Lower Порог (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 Порог value used for structural qualification or thresholds.lower- Lower Порог 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.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.