BERNOULLI DYNAMICS SIGNAL Trading Guide
Last updated: July 22, 2026
The Bernoulli Dynamics Signal is a quantitative technical analysis tool. BERNOULLI_DYNAMICS_SIGNAL - Golden Standard v2 Fixes: signature, _meta via options.prev, Monotonic Deque, roundRect polyfill, SMA drift, signal freeze, adaptive threshold, separate lockouts,
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- Period (N) (
period): Controls the calculation period and sensitivity for market detection. - Threshold (%) (
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.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.rBuySignal- Reversal Buy event signal.rSellSignal- Reversal Sell event signal.
2. Filters and Trade Levels
period- Period (N) value used for structural qualification or thresholds.thresholdPct- Threshold (%) 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.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.