BSM Guia de trading
Ultima actualizacion: July 22, 2026
The BSM (Bollinger on MACD) es una herramienta cuantitativa de análisis técnico. BSM (Bollinger on MACD) Ported from legacy klinecharts indicator: old/assets/indicators/BSM.js Optimized version:
¿Qué muestra el indicador?
- Estructura del mercado e impulso: Visualiza la dirección de la tendencia dominante y zonas clave de reversión.
- Señales COMPRA / VENTA: Muestra puntos de entrada y salida confirmados según reglas cuantitativas.
- Límites dinámicos: Proporciona niveles adaptativos para gestionar el riesgo y beneficio de las operaciones.
Ajustes clave
- Fast Longitud (
fastLen): Controls the calculation period and sensitivity for market detection. - Slow Longitud (
slowLen): Controls the calculation period and sensitivity for market detection. - Stdv Multiplicador (
stdevMult): Controls the calculation period and sensitivity for market detection. - Signal/BB Longitud (
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.
Cómo usar los parámetros de estrategia (Condition Source)
Dentro del módulo Strategy Tester, este indicador se puede utilizar tanto como fuente directa de señales como filtro del estado del mercado.
1. Eventos de señal
aboveUpper- MACD Above Upper Band event signal.belowLower- MACD Below Lower Band event signal.
2. Filtros y niveles de trading
fastLen- Fast Longitud value used for structural qualification or thresholds.slowLen- Slow Longitud value used for structural qualification or thresholds.stdevMult- Stdv Multiplicador value used for structural qualification or thresholds.bbLen- Signal/BB Longitud 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.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.