BIG CANDLE OSC Гайд по трейдингу
Обновлено: July 22, 2026
The Big Candle Oscillator — это квантитативный инструмент технического анализа. BIG_CANDLE_OSC (BCO) Optimized to Golden Standard. - Removed 50K size Memory Leaks by implementing Float64Array Ring Buffers for Z-Score/ATR.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Период анализа (
period): Controls the calculation period and sensitivity for market detection. - Signal EMA (
signalПериод): Controls the calculation period and sensitivity for market detection. - Show Zones (
showZones): Controls the calculation period and sensitivity for market detection. - Show Table (
showTable): Controls the calculation period and sensitivity for market detection. - Table Sum Период (
tableПериод): Controls the calculation period and sensitivity for market detection. - BCO Value (
val): Controls the calculation period and sensitivity for market detection. - BCO Signal (
signal): Controls the calculation period and sensitivity for market detection. - BCO Sum (
sumBCO): Controls the calculation period and sensitivity for market detection. - BCO Value (
val): Controls the calculation period and sensitivity for market detection. - BCO Signal (
signal): Controls the calculation period and sensitivity for market detection. - BCO Sum (
sumBCO): Controls the calculation period and sensitivity for market detection. - Big Bull Zone (
bigBull): Controls the calculation period and sensitivity for market detection. - Big Bear Zone (
bigBear): Controls the calculation period and sensitivity for market detection. - Big Bull Reversal (
bigBullRev): Controls the calculation period and sensitivity for market detection. - Big Bear Reversal (
bigBearRev): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
bigBull- Big Bull Zone event signal.bigBear- Big Bear Zone event signal.bigBullRev- Big Bull Reversal event signal.bigBearRev- Big Bear Reversal event signal.
2. Фильтры и торговые уровни
period- Период анализа value used for structural qualification or thresholds.signalПериод- Signal EMA value used for structural qualification or thresholds.showZones- Show Zones value used for structural qualification or thresholds.showTable- Show Table value used for structural qualification or thresholds.tableПериод- Table Sum Период value used for structural qualification or thresholds.val- BCO Value value used for structural qualification or thresholds.signal- BCO Signal value used for structural qualification or thresholds.sumBCO- BCO Sum value used for structural qualification or thresholds.val- BCO Value value used for structural qualification or thresholds.signal- BCO Signal value used for structural qualification or thresholds.sumBCO- BCO Sum value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.