RSI PRO Гайд по трейдингу
Обновлено: July 22, 2026
The RSI Pro — это квантитативный инструмент технического анализа. RSI_PRO Ported from legacy klinecharts indicator: old/assets/indicators/rsi_pro.js Features:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- RSI Длина (
rsiLen): Controls the calculation period and sensitivity for market detection. - RSI Source (
rsiSource): Controls the calculation period and sensitivity for market detection. - MA Type (
maType): Controls the calculation period and sensitivity for market detection. - MA Длина (
maLen): Controls the calculation period and sensitivity for market detection. - BB StdDev (
bbStd): Controls the calculation period and sensitivity for market detection. - Calculate Divergence (
showDiv): Controls the calculation period and sensitivity for market detection. - RSI Line (
rsi): Controls the calculation period and sensitivity for market detection. - RSI MA (
ma): Controls the calculation period and sensitivity for market detection. - Bollinger Bands (
bb): Controls the calculation period and sensitivity for market detection. - Horizontal Levels (70/30) (
level): Controls the calculation period and sensitivity for market detection. - Middle Level (50) (
levelMid): Controls the calculation period and sensitivity for market detection. - Бычий Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Медвежий Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection. - RSI (
rsi): Controls the calculation period and sensitivity for market detection. - MA (
ma): Controls the calculation period and sensitivity for market detection. - BB Upper (
upBand): Controls the calculation period and sensitivity for market detection. - BB Lower (
lowBand): Controls the calculation period and sensitivity for market detection. - Upper (70) (
h70): Controls the calculation period and sensitivity for market detection. - Middle (50) (
h50): Controls the calculation period and sensitivity for market detection. - Lower (30) (
h30): Controls the calculation period and sensitivity for market detection. - RSI Prev (
rsiPrev): Controls the calculation period and sensitivity for market detection. - RSI Delta (
rsiDelta): Controls the calculation period and sensitivity for market detection. - Bull Div (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bear Div (
bearDiv): Controls the calculation period and sensitivity for market detection. - RSI (
rsi): Controls the calculation period and sensitivity for market detection. - RSI MA (
ma): Controls the calculation period and sensitivity for market detection. - BB Upper (
upBand): Controls the calculation period and sensitivity for market detection. - BB Lower (
lowBand): Controls the calculation period and sensitivity for market detection. - RSI Prev (
rsiPrev): Controls the calculation period and sensitivity for market detection. - RSI Delta (
rsiDelta): Controls the calculation period and sensitivity for market detection. - Бычий Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Медвежий Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
bullDiv- Бычий Divergence event signal.bearDiv- Медвежий Divergence event signal.
2. Фильтры и торговые уровни
rsiLen- RSI Длина value used for structural qualification or thresholds.rsiSource- RSI Source value used for structural qualification or thresholds.maType- MA Type value used for structural qualification or thresholds.maLen- MA Длина value used for structural qualification or thresholds.bbStd- BB StdDev value used for structural qualification or thresholds.showDiv- Calculate Divergence value used for structural qualification or thresholds.rsi- RSI value used for structural qualification or thresholds.ma- MA value used for structural qualification or thresholds.upBand- BB Upper value used for structural qualification or thresholds.lowBand- BB Lower value used for structural qualification or thresholds.h70- Upper (70) value used for structural qualification or thresholds.h50- Middle (50) value used for structural qualification or thresholds.h30- Lower (30) value used for structural qualification or thresholds.rsiPrev- RSI Prev value used for structural qualification or thresholds.rsiDelta- RSI Delta value used for structural qualification or thresholds.bullDiv- Bull Div value used for structural qualification or thresholds.bearDiv- Bear Div value used for structural qualification or thresholds.rsi- RSI value used for structural qualification or thresholds.ma- RSI MA value used for structural qualification or thresholds.upBand- BB Upper value used for structural qualification or thresholds.lowBand- BB Lower value used for structural qualification or thresholds.rsiPrev- RSI Prev value used for structural qualification or thresholds.rsiDelta- RSI Delta value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.