BSM Гайд по трейдингу
Обновлено: July 22, 2026
The BSM (Bollinger on MACD) — это квантитативный инструмент технического анализа. BSM (Bollinger on MACD) Ported from legacy klinecharts indicator: old/assets/indicators/BSM.js Optimized version:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Fast Длина (
fastLen): Controls the calculation period and sensitivity for market detection. - Slow Длина (
slowLen): Controls the calculation period and sensitivity for market detection. - Stdv Множитель (
stdevMult): Controls the calculation period and sensitivity for market detection. - Signal/BB Длина (
bbLen): Controls the calculation period and sensitivity for market detection. - MACD Line (
macd): Controls the calculation period and sensitivity for market detection. - MACD Line (Above Upper) (
macdBull): Controls the calculation period and sensitivity for market detection. - MACD Line (Below Lower) (
macdBear): Controls the calculation period and sensitivity for market detection. - Upper Band (
upperBand): Controls the calculation period and sensitivity for market detection. - Lower Band (
lowerBand): Controls the calculation period and sensitivity for market detection. - Basis (
basis): 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. - Breakout Up (
breakoutUp): Controls the calculation period and sensitivity for market detection. - Breakout Down (
breakoutDown): Controls the calculation period and sensitivity for market detection. - MACD Above Upper Band (
aboveUpper): Controls the calculation period and sensitivity for market detection. - MACD Below Lower Band (
belowLower): Controls the calculation period and sensitivity for market detection. - Breakout Up Size (
breakoutUp): Controls the calculation period and sensitivity for market detection. - Breakout Down Size (
breakoutDown): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
aboveUpper- MACD Above Upper Band event signal.belowLower- MACD Below Lower Band event signal.
2. Фильтры и торговые уровни
fastLen- Fast Длина value used for structural qualification or thresholds.slowLen- Slow Длина value used for structural qualification or thresholds.stdevMult- Stdv Множитель value used for structural qualification or thresholds.bbLen- Signal/BB Длина value used for structural qualification or thresholds.macd- MACD Line value used for structural qualification or thresholds.macdBull- MACD Line (Above Upper) value used for structural qualification or thresholds.macdBear- MACD Line (Below Lower) value used for structural qualification or thresholds.upperBand- Upper Band value used for structural qualification or thresholds.lowerBand- Lower Band value used for structural qualification or thresholds.basis- Basis 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.breakoutUp- Breakout Up value used for structural qualification or thresholds.breakoutDown- Breakout Down value used for structural qualification or thresholds.breakoutUp- Breakout Up Size value used for structural qualification or thresholds.breakoutDown- Breakout Down Size value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.