CM SLINGSHOT Гайд по трейдингу
Обновлено: July 22, 2026
The CM SlingShot System — это квантитативный инструмент технического анализа. CM SlingShot System Ported to v2.0 format (1:1 Visuals & Logic) Original by ChrisMoody
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Show Aggressive (Yellow) (
showAgg): Controls the calculation period and sensitivity for market detection. - Show Conservative (Entry) (
showCons): Controls the calculation period and sensitivity for market detection. - Show Trend Triangles (
showTri): Controls the calculation period and sensitivity for market detection. - Show Entry Arrows (
showArr): Controls the calculation period and sensitivity for market detection. - Show (
showLetters): Controls the calculation period and sensitivity for market detection. - Hide Data in Tooltip (
hideData): Controls the calculation period and sensitivity for market detection. - EMA Fast (38) (
emaFast): Controls the calculation period and sensitivity for market detection. - EMA Slow (62) (
emaSlow): Controls the calculation period and sensitivity for market detection. - Cloud Fill (
cloudFill): Controls the calculation period and sensitivity for market detection. - Aggressive Bar (
colAggressive): Controls the calculation period and sensitivity for market detection. - Conservative Bar (
colConservative): Controls the calculation period and sensitivity for market detection. - Trend Up (
colTrendUp): Controls the calculation period and sensitivity for market detection. - Trend Down (
colTrendDn): Controls the calculation period and sensitivity for market detection. - Buy Signal (
signalBuy): Controls the calculation period and sensitivity for market detection. - Sell Signal (
signalSell): Controls the calculation period and sensitivity for market detection. - Conservative Buy (
buy_conservative): Controls the calculation period and sensitivity for market detection. - Conservative Sell (
sell_conservative): Controls the calculation period and sensitivity for market detection. - Is Aggressive (Pullback) (
is_aggressive): Controls the calculation period and sensitivity for market detection. - Trend Direction (
trend_dir): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
signalBuy- Buy Signal event signal.signalSell- Sell Signal event signal.buy_conservative- Conservative Buy event signal.sell_conservative- Conservative Sell event signal.
2. Фильтры и торговые уровни
showAgg- Show Aggressive (Yellow) value used for structural qualification or thresholds.showCons- Show Conservative (Entry) value used for structural qualification or thresholds.showTri- Show Trend Triangles value used for structural qualification or thresholds.showArr- Show Entry Arrows value used for structural qualification or thresholds.hideData- Hide Data in Tooltip value used for structural qualification or thresholds.emaFast- EMA Fast (38) value used for structural qualification or thresholds.emaSlow- EMA Slow (62) value used for structural qualification or thresholds.cloudFill- Cloud Fill value used for structural qualification or thresholds.colAggressive- Aggressive Bar value used for structural qualification or thresholds.colConservative- Conservative Bar value used for structural qualification or thresholds.colTrendUp- Trend Up value used for structural qualification or thresholds.colTrendDn- Trend Down value used for structural qualification or thresholds.is_aggressive- Is Aggressive (Pullback) value used for structural qualification or thresholds.trend_dir- Trend Direction value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.