AO Strategy Templates

Strategy Overview
Section titled “Strategy Overview”- AO Trend Following — Zero-line crossovers filtered by ADX
- AO + RSI Confluence — Momentum alignment
- AO + EMA Direction — Timing in trends
Strategy 1: AO with Trend Filter
Overview
Use AO signals filtered by ADX trend strength for directional trades.
When This Works Best
- Trending markets
- 4H to 1D timeframes
Algorithm Configuration
| Setting | Value |
|---|---|
| Type | BOTH |
| Position Size | 45% of equity (REL) |
| Order Type | MARKET |
| Timeout | COOLDOWN_ONLY, 3 bars |
Long Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | AO | ao_above_threshold | 0 |
| Required | ADX | adx_above_threshold | 25 |
Long Exit Conditions
| Setting | Value |
|---|---|
| Required | AO · ao_below_threshold |
| Stop Loss | 5% (REL), trailing |
| Take Profit | 10% (REL) |
Short Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | AO | ao_below_threshold | 0 |
| Required | ADX | adx_above_threshold | 25 |
Short Exit Conditions
| Setting | Value |
|---|---|
| Required | AO · ao_above_threshold |
| Stop Loss | 5% (REL), trailing |
| Take Profit | 10% (REL) |
Recommended Parameters
| Indicator | Parameter | Value | Notes |
|---|---|---|---|
| AO | Period | 14 bars | Standard |
| ADX | Threshold | 25 | Trend filter |
Strategy 2: AO + RSI Confluence
Overview
Combine AO with RSI extremes for higher-conviction entries.
When This Works Best
- Markets with periodic pullbacks
- 1H to 4H timeframes
Algorithm Configuration
| Setting | Value |
|---|---|
| Type | BOTH |
| Position Size | 35% of equity (REL) |
| Order Type | MARKET |
| Timeout | REGULAR, 2 bars |
Long Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | AO | ao_above_threshold | 0 |
| Required | RSI | rsi_below_threshold | 35 |
Long Exit Conditions
| Setting | Value |
|---|---|
| Required | RSI · rsi_above_threshold · 60 |
| Stop Loss | 4% (REL) |
| Take Profit | 8% (REL) |
Short Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | AO | ao_below_threshold | 0 |
| Required | RSI | rsi_above_threshold | 65 |
Short Exit Conditions
| Setting | Value |
|---|---|
| Required | RSI · rsi_below_threshold · 40 |
| Stop Loss | 4% (REL) |
| Take Profit | 8% (REL) |
Recommended Parameters
| Indicator | Parameter | Value | Notes |
|---|---|---|---|
| AO | Period | 14 bars | Standard |
| RSI | Period | 14 | Momentum |
Strategy 3: AO + EMA Direction
Overview
Use EMA for trend direction and AO for entry timing.
When This Works Best
- Trending markets with clear direction
- 4H to 1D timeframes
Algorithm Configuration
| Setting | Value |
|---|---|
| Type | BOTH |
| Position Size | 40% of equity (REL) |
| Order Type | MARKET |
| Timeout | COOLDOWN_ONLY, 5 bars |
Long Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | AO | ao_above_threshold | 0 |
| Required | EMA | price_above_ema | — |
Long Exit Conditions
| Setting | Value |
|---|---|
| Required | EMA · price_below_ema |
| Stop Loss | 5% (REL) |
| Take Profit | 10% (REL) |
Short Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | AO | ao_below_threshold | 0 |
| Required | EMA | price_below_ema | — |
Short Exit Conditions
| Setting | Value |
|---|---|
| Required | EMA · price_above_ema |
| Stop Loss | 5% (REL) |
| Take Profit | 10% (REL) |
Recommended Parameters
| Indicator | Parameter | Value | Notes |
|---|---|---|---|
| AO | Period | 14 bars | Standard |
| EMA | Period | 20 bars | Direction |
Backtesting Recommendations
Section titled “Backtesting Recommendations”- Test with different timeframes: AO’s fixed periods work differently on various TFs
- Compare AO vs MACD: See which momentum oscillator works better for your asset