REDK BSI Гайд по трейдингу
Обновлено: July 22, 2026
The RedK BSI — это квантитативный инструмент технического анализа. REDK BSI port for the new ECharts chart engine. Optimized to Golden Standard. - Drastically reduced memory overhead by consolidating 11 historical arrays into O(1) Ring Buffers in _meta.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Lookback (
lookback): Controls the calculation period and sensitivity for market detection. - Main Длина (
mainДлина): Controls the calculation period and sensitivity for market detection. - Smoothing (
smoothing): Controls the calculation period and sensitivity for market detection. - Sentiment Длина (
sentimentДлина): Controls the calculation period and sensitivity for market detection. - 1. Close vs Low (
weightCloseVsLow): Controls the calculation period and sensitivity for market detection. - 2. BoP (
weightBop): Controls the calculation period and sensitivity for market detection. - 3. Rel BoP (
weightRelBop): Controls the calculation period and sensitivity for market detection. - 4. 2-bar Close (
weightClose2): Controls the calculation period and sensitivity for market detection. - 5. Shift Ratio (
weightShift): Controls the calculation period and sensitivity for market detection. - 6. Rel Shift (
weightRelShift): Controls the calculation period and sensitivity for market detection. - 7. Rel Range (
weightRelRange): Controls the calculation period and sensitivity for market detection. - 8. Rel Vol (
weightRelVol): Controls the calculation period and sensitivity for market detection. - Pivot Длина (
pivotLen): Controls the calculation period and sensitivity for market detection. - Show Divergences (
showDiv): Controls the calculation period and sensitivity for market detection. - Deviation Период (
devПериод): Controls the calculation period and sensitivity for market detection. - Deviation Множитель (
devMult): Controls the calculation period and sensitivity for market detection. - Sentiment (
sentiment): Controls the calculation period and sensitivity for market detection. - BSI (
bsi): Controls the calculation period and sensitivity for market detection. - Signal (
signal): 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. - Deviation Up (
devUp): Controls the calculation period and sensitivity for market detection. - Deviation Down (
devDown): 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. - BSI Deviation Up (
devUp): Controls the calculation period and sensitivity for market detection. - BSI Deviation Down (
devDown): Controls the calculation period and sensitivity for market detection. - BSI Value (
bsi): Controls the calculation period and sensitivity for market detection. - Signal Value (
signal): Controls the calculation period and sensitivity for market detection. - Sentiment Value (
sentiment): Controls the calculation period and sensitivity for market detection. - BSI crosses Signal (
bsi_cross_signal): Controls the calculation period and sensitivity for market detection. - BSI vs Zero (
bsi_vs_zero): Controls the calculation period and sensitivity for market detection. - Sentiment vs Zero (
sentiment_vs_zero): Controls the calculation period and sensitivity for market detection. - Sentiment Up/Bull (
sentimentUp): Controls the calculation period and sensitivity for market detection. - Sentiment Down/Bear (
sentimentDown): Controls the calculation period and sensitivity for market detection. - BSI Up/Bull (
bsiUp): Controls the calculation period and sensitivity for market detection. - BSI Down/Bear (
bsiDown): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - Deviation Up Signal (
devUp): Controls the calculation period and sensitivity for market detection. - Deviation Down Signal (
devDown): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
bullDiv- Бычий Divergence event signal.bearDiv- Медвежий Divergence event signal.devUp- BSI Deviation Up event signal.devDown- BSI Deviation Down event signal.
2. Фильтры и торговые уровни
lookback- Lookback value used for structural qualification or thresholds.mainДлина- Main Длина value used for structural qualification or thresholds.smoothing- Smoothing value used for structural qualification or thresholds.sentimentДлина- Sentiment Длина value used for structural qualification or thresholds.weightCloseVsLow- 1. Close vs Low value used for structural qualification or thresholds.weightBop- 2. BoP value used for structural qualification or thresholds.weightRelBop- 3. Rel BoP value used for structural qualification or thresholds.weightClose2- 4. 2-bar Close value used for structural qualification or thresholds.weightShift- 5. Shift Ratio value used for structural qualification or thresholds.weightRelShift- 6. Rel Shift value used for structural qualification or thresholds.weightRelRange- 7. Rel Range value used for structural qualification or thresholds.weightRelVol- 8. Rel Vol value used for structural qualification or thresholds.pivotLen- Pivot Длина value used for structural qualification or thresholds.showDiv- Show Divergences value used for structural qualification or thresholds.devПериод- Deviation Период value used for structural qualification or thresholds.devMult- Deviation Множитель value used for structural qualification or thresholds.sentiment- Sentiment value used for structural qualification or thresholds.bsi- BSI value used for structural qualification or thresholds.signal- Signal 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.devUp- Deviation Up value used for structural qualification or thresholds.devDown- Deviation Down value used for structural qualification or thresholds.bsi- BSI Value value used for structural qualification or thresholds.signal- Signal Value value used for structural qualification or thresholds.sentiment- Sentiment Value value used for structural qualification or thresholds.bsi_cross_signal- BSI crosses Signal value used for structural qualification or thresholds.bsi_vs_zero- BSI vs Zero value used for structural qualification or thresholds.sentiment_vs_zero- Sentiment vs Zero value used for structural qualification or thresholds.sentimentUp- Sentiment Up/Bull value used for structural qualification or thresholds.sentimentDown- Sentiment Down/Bear value used for structural qualification or thresholds.bsiUp- BSI Up/Bull value used for structural qualification or thresholds.bsiDown- BSI Down/Bear value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.devUp- Deviation Up Signal value used for structural qualification or thresholds.devDown- Deviation Down Signal value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.