BERNOULLI DYNAMICS Гайд по трейдингу
Обновлено: July 22, 2026
The Bernoulli Dynamics — это квантитативный инструмент технического анализа. BERNOULLI_DYNAMICS Golden Standard v2. Fixes:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Период (N) (
period): Controls the calculation period and sensitivity for market detection. - MP Up (
mpUp): Controls the calculation period and sensitivity for market detection. - MP Down (
mpDown): Controls the calculation period and sensitivity for market detection. - KE Up (
keUp): Controls the calculation period and sensitivity for market detection. - KE Down (
keDown): 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. - Zero (
zero): Controls the calculation period and sensitivity for market detection. - MP Up (
mpUp): Controls the calculation period and sensitivity for market detection. - MP Down (
mpDown): Controls the calculation period and sensitivity for market detection. - KE Up (
keUp): Controls the calculation period and sensitivity for market detection. - KE Down (
keDown): 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.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Срабатывает, когда a bullish market condition is confirmed.sellSignal- Срабатывает, когда a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Фильтры и торговые уровни
period- Период (N) value used for structural qualification or thresholds.mpUp- MP Up value used for structural qualification or thresholds.mpDown- MP Down value used for structural qualification or thresholds.keUp- KE Up value used for structural qualification or thresholds.keDown- KE Down 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.zero- Zero value used for structural qualification or thresholds.mpUp- MP Up value used for structural qualification or thresholds.mpDown- MP Down value used for structural qualification or thresholds.keUp- KE Up value used for structural qualification or thresholds.keDown- KE Down 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.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.