MACD PRO Гайд по трейдингу
Обновлено: July 22, 2026
The MACD Pro — это квантитативный инструмент технического анализа. MACD_PRO Optimized to Golden Standard. Improvements:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Fast Длина (
fastLen): Controls the calculation period and sensitivity for market detection. - Slow Длина (
slowLen): Controls the calculation period and sensitivity for market detection. - Signal Длина (
signalLen): Controls the calculation period and sensitivity for market detection. - Oscillator MA (
oscMa): Controls the calculation period and sensitivity for market detection. - Signal MA (
sigMa): Controls the calculation period and sensitivity for market detection. - Bull Up (
macdBullUp): Controls the calculation period and sensitivity for market detection. - Bull Down (
macdBullDown): Controls the calculation period and sensitivity for market detection. - Bear Down (
macdBearDown): Controls the calculation period and sensitivity for market detection. - Bear Up (
macdBearUp): Controls the calculation period and sensitivity for market detection. - MACD (
dif): Controls the calculation period and sensitivity for market detection. - Signal (
dea): Controls the calculation period and sensitivity for market detection. - Bull Cross (
bullCross): Controls the calculation period and sensitivity for market detection. - Bear Cross (
bearCross): Controls the calculation period and sensitivity for market detection. - MACD Line (
dif): Controls the calculation period and sensitivity for market detection. - Signal Line (
dea): Controls the calculation period and sensitivity for market detection. - Growing Bull (Base) (
macdBullUp): Controls the calculation period and sensitivity for market detection. - Weakening Bull (Base) (
macdBullDown): Controls the calculation period and sensitivity for market detection. - Growing Bear (Base) (
macdBearDown): Controls the calculation period and sensitivity for market detection. - Weakening Bear (Base) (
macdBearUp): Controls the calculation period and sensitivity for market detection. - MACD Line (
dif): Controls the calculation period and sensitivity for market detection. - Signal Line (
dea): Controls the calculation period and sensitivity for market detection. - Histogram (
macd): Controls the calculation period and sensitivity for market detection. - Hist Green (Бычий Up) (
isMacdBullUp): Controls the calculation period and sensitivity for market detection. - Hist Light Green (Бычий Down) (
isMacdBullDown): Controls the calculation period and sensitivity for market detection. - Hist Red (Медвежий Down) (
isMacdBearDown): Controls the calculation period and sensitivity for market detection. - Hist Light Red (Медвежий Up) (
isMacdBearUp): Controls the calculation period and sensitivity for market detection. - Bull Cross (
bullCross): Controls the calculation period and sensitivity for market detection. - Bear Cross (
bearCross): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isMacdBullUp- Hist Green (Бычий Up) event signal.isMacdBullDown- Hist Light Green (Бычий Down) event signal.isMacdBearDown- Hist Red (Медвежий Down) event signal.isMacdBearUp- Hist Light Red (Медвежий Up) event signal.bullCross- Bull Cross event signal.bearCross- Bear Cross event signal.
2. Фильтры и торговые уровни
fastLen- Fast Длина value used for structural qualification or thresholds.slowLen- Slow Длина value used for structural qualification or thresholds.signalLen- Signal Длина value used for structural qualification or thresholds.oscMa- Oscillator MA value used for structural qualification or thresholds.sigMa- Signal MA value used for structural qualification or thresholds.macdBullUp- Bull Up value used for structural qualification or thresholds.macdBullDown- Bull Down value used for structural qualification or thresholds.macdBearDown- Bear Down value used for structural qualification or thresholds.macdBearUp- Bear Up value used for structural qualification or thresholds.dif- MACD value used for structural qualification or thresholds.dea- Signal value used for structural qualification or thresholds.bullCross- Bull Cross value used for structural qualification or thresholds.bearCross- Bear Cross value used for structural qualification or thresholds.dif- MACD Line value used for structural qualification or thresholds.dea- Signal Line value used for structural qualification or thresholds.macd- Histogram value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.