Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Indicators Description

1. Component Deconstruction

Exponential Moving Averages (EMAs)

Fair Value Gap (FVG) - Custom Implementation

The script employs a custom, state-managed FVG detection engine rather than a simple, stateless pattern search.

Pivot Points - Custom Implementation

2. Logic Layering & Confluence

The script’s engine is built on a strict, hierarchical filtering process where each condition acts as a gatekeeper for the next. A signal is only generated if the market narrative unfolds in a precise sequence.

3. The Execution Engine

Trigger Conditions (Long Signal)

The final ifvgValidL signal returns true if and only if the following boolean logic is satisfied:

ifvgFireL AND showLong AND (all conditions below)

Exit Conditions & Mathematical Constants

The script employs a fixed Risk-to-Reward framework based on structural price points, not volatility measures like ATR.