CM SLINGSHOT Trading Guide
The CM SlingShot System is a fast-paced trend-following overlay indicator based on the crossover of a fast and slow Exponential Moving Average (EMA), combined with specific pullback (aggressive) and breakout (conservative) visual confirmations.
What does the indicator show?
- EMA Cloud Fill: The shaded area between the Fast (38-period) and Slow (62-period) EMAs that clearly visually defines the current trend direction.
- Trend Triangles: Small triangles painted at the top or bottom of the chart signaling the exact bar when a trend shift is confirmed.
- Colored Bars: Candles are highlighted in green/red for fully confirmed 'Conservative' entries and yellow for early 'Aggressive' pullback entries.
- Signal Arrows & Letters: Clear 'B' (Buy) and 'S' (Sell) markers providing explicit entry points based on the conservative breakout strategy.
Key Settings
- Show Aggressive (Yellow): Toggles visibility of early pullback entries which occur when the trend is intact but price momentarily dips against the EMA.
- Show Conservative (Entry): Toggles visibility of standard trend breakout entries, which trigger when the price cleanly crosses back into the direction of the trend.
- Display Elements: Easy toggles to hide or display the Trend Triangles, Entry Arrows, and "B"/"S" text letters on the chart to reduce clutter.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, you can leverage the data from this indicator to create powerful logical conditions for trade entries and exits.
1. Main Buy / Sell Triggers
These boolean signals represent the primary confirmed setups inside the system.
Conservative Buy— Emits a true boolean when an upward trend is intact and price successfully breaks back above the Fast EMA after a pullback.Conservative Sell— Emits a true boolean when a downward trend is intact and price drops back below the Fast EMA.Is Aggressive (Pullback)— Triggers true when price is counter to the current EMA trend, identifying potential early accumulation zones (yellow bars).
Strategy Example: For a robust automated long position, use an operator checking if Conservative Buy is_true. For taking early scaled entries during a dip, use an operator checking if Is Aggressive is_true while ensuring Trend Direction == 1.