CROSS ACCEPT Trading Guide
Last updated: July 22, 2026
The Cross Accept is a quantitative technical analysis tool. CROSS_ACCEPT: Cross Accept Indicator Logic: 1. EMA 50 crosses EMA 200.
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
- EMA 5 Length (
ema5Len): Controls the calculation period and sensitivity for market detection. - EMA 50 Length (
ema50Len): Controls the calculation period and sensitivity for market detection. - EMA 200 Length (
ema200Len): Controls the calculation period and sensitivity for market detection. - Min Signal Distance (
minDist): Controls the calculation period and sensitivity for market detection. - Show Signals (
showSignals): Controls the calculation period and sensitivity for market detection. - Trigger Mode (
triggerMode): Controls the calculation period and sensitivity for market detection. - Retest Max Bars (
retestMaxBars): Controls the calculation period and sensitivity for market detection. - Retest Zone ATR (
retestZoneAtr): Controls the calculation period and sensitivity for market detection. - Min Cross Break ATR (
minBreakAtr): Controls the calculation period and sensitivity for market detection. - Min EMA50 Slope ATR (
minSlopeAtr): Controls the calculation period and sensitivity for market detection. - Short Signal (
signal): Controls the calculation period and sensitivity for market detection. - Long Signal (
signalLong): Controls the calculation period and sensitivity for market detection. - Cross Long (
buy_signal): Controls the calculation period and sensitivity for market detection. - Cross Short (
sell_signal): 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
signal- Short Signal event signal.signalLong- Long Signal event signal.buy_signal- Cross Long event signal.sell_signal- Cross Short event signal.
2. Filters and Trade Levels
ema5Len- EMA 5 Length value used for structural qualification or thresholds.ema50Len- EMA 50 Length value used for structural qualification or thresholds.ema200Len- EMA 200 Length value used for structural qualification or thresholds.minDist- Min Signal Distance value used for structural qualification or thresholds.showSignals- Show Signals value used for structural qualification or thresholds.triggerMode- Trigger Mode value used for structural qualification or thresholds.retestMaxBars- Retest Max Bars value used for structural qualification or thresholds.retestZoneAtr- Retest Zone ATR value used for structural qualification or thresholds.minBreakAtr- Min Cross Break ATR value used for structural qualification or thresholds.minSlopeAtr- Min EMA50 Slope ATR value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.