BERNOULLI DYNAMICS SIGNAL Гайд по трейдингу
Обновлено: July 22, 2026
The Bernoulli Dynamics Signal — это квантитативный инструмент технического анализа. BERNOULLI_DYNAMICS_SIGNAL - Golden Standard v2 Fixes: signature, _meta via options.prev, Monotonic Deque, roundRect polyfill, SMA drift, signal freeze, adaptive threshold, separate lockouts,
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Период (N) (
period): Controls the calculation period and sensitivity for market detection. - Порог (%) (
thresholdPct): Controls the calculation period and sensitivity for market detection. - Buy (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell (
sellSignal): Controls the calculation period and sensitivity for market detection. - Rev Buy (
rBuySignal): Controls the calculation period and sensitivity for market detection. - Rev Sell (
rSellSignal): Controls the calculation period and sensitivity for market detection. - PE Up (
peUp): Controls the calculation period and sensitivity for market detection. - PE Down (
peDown): Controls the calculation period and sensitivity for market detection. - Buy Intensity (
buyRatio): Controls the calculation period and sensitivity for market detection. - Sell Intensity (
sellRatio): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Reversal Buy (
rBuySignal): Controls the calculation period and sensitivity for market detection. - Reversal Sell (
rSellSignal): Controls the calculation period and sensitivity for market detection. - PE Up (
peUp): Controls the calculation period and sensitivity for market detection. - PE Down (
peDown): Controls the calculation period and sensitivity for market detection. - Buy Intensity (
buyRatio): Controls the calculation period and sensitivity for market detection. - Sell Intensity (
sellRatio): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.rBuySignal- Reversal Buy event signal.rSellSignal- Reversal Sell event signal.
2. Фильтры и торговые уровни
period- Период (N) value used for structural qualification or thresholds.thresholdPct- Порог (%) value used for structural qualification or thresholds.buySignal- Buy value used for structural qualification or thresholds.sellSignal- Sell value used for structural qualification or thresholds.rBuySignal- Rev Buy value used for structural qualification or thresholds.rSellSignal- Rev Sell value used for structural qualification or thresholds.peUp- PE Up value used for structural qualification or thresholds.peDown- PE Down value used for structural qualification or thresholds.buyRatio- Buy Intensity value used for structural qualification or thresholds.sellRatio- Sell Intensity value used for structural qualification or thresholds.peUp- PE Up value used for structural qualification or thresholds.peDown- PE Down value used for structural qualification or thresholds.buyRatio- Buy Intensity value used for structural qualification or thresholds.sellRatio- Sell Intensity value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.