Use strategy templates and indicators to test hypotheses quickly. This page mirrors the same Learn content you see from the Strategies tab in the console, so names and behavior stay consistent.
Simple Moving Average (SMA)
The SMA calculates the average price over a specified number of periods. It smooths out price fluctuations to reveal underlying trends.
Trend
Relative Strength Index (RSI)
RSI measures the speed and magnitude of price changes. It oscillates between 0 and 100, indicating overbought (above 70) or oversold (below 30) conditions.
Momentum
MACD (Moving Average Convergence Divergence)
MACD shows the relationship between two moving averages. It consists of the MACD line, signal line, and histogram.
Trend
Bollinger Bands
Bollinger Bands consist of a middle band (SMA) and two outer bands that expand/contract based on volatility. Prices tend to stay within the bands.
Volatility
Average True Range (ATR)
ATR measures market volatility by calculating the average of true ranges over a period. Higher ATR = more volatility.
Volatility
Exponential Moving Average (EMA)
EMA is a moving average that reacts faster to recent price changes than SMA by giving more weight to recent data.
Trend
SMA Crossover
Classic trend-following strategy using two moving averages
- Entry: SMA(20) crosses above SMA(50)
- Exit: SMA(20) crosses below SMA(50)
- Risk: 2% per trade, 5% stop-loss
RSI Mean Reversion
Buy oversold, sell overbought using RSI
- Entry: RSI(14) < 30
- Exit: RSI(14) > 70
- Risk: 1% per trade, 3% stop-loss
Bollinger Bands Squeeze
Trade breakouts from low volatility periods
- Entry: Price breaks above upper Bollinger Band after squeeze
- Exit: Price returns to middle band
- Risk: 2% per trade, ATR-based stop
Multi-Leg Iron Condor
Options strategy with four legs for neutral market outlook
- Entry: Sell call spread + sell put spread
- Exit: Close all legs at 50% profit or expiration
- Risk: Defined risk strategy
EMA Trend Filter + RSI Pullback
Trade pullbacks only when price is above EMA(200)
- Entry: Close > EMA(200) AND RSI(14) < 35
- Exit: RSI(14) > 55
- Risk: 4% SL, 8% TP
VWAP Intraday Trend (simple)
Long above VWAP, exit below VWAP
- Entry: Close crossAbove VWAP
- Exit: Close crossBelow VWAP
- Risk: 2% SL, 4% TP
Donchian Breakout (20)
Breakout trend following using Donchian Channels
- Entry: Close > DonchianUpper(20)
- Exit: Close < DonchianMid(20)
- Risk: 6% SL, 12% TP
Keltner Breakout (20,2)
Breakout using Keltner Channel upper band
- Entry: Close > KC upper
- Exit: Close < KC middle
- Risk: 5% SL, 10% TP
MACD Trend Flip
Enter when MACD crosses above signal; exit on cross below
- Entry: MACD line crossAbove signal
- Exit: MACD line crossBelow signal
- Risk: 5% SL, 10% TP
ADX Trend Strength Filter
Only trade when trend strength is high (ADX > 20)
- Entry: ADX>20 AND SMA10 crossAbove SMA30
- Exit: SMA10 crossBelow SMA30
- Risk: 6% SL, 12% TP
Bollinger Mean Reversion
Fade extremes: buy lower band touch, exit at midline
- Entry: Close < BB lower AND RSI < 40
- Exit: Close > BB mid
- Risk: 3% SL, 5% TP
Stochastic Oversold Bounce
Buy when %K crosses above %D from oversold zone
- Entry: %K crossAbove %D AND %K<20
- Exit: %K>80 OR %K crossBelow %D
- Risk: 3% SL, 6% TP
SuperTrend Trend Rider
Enter when SuperTrend flips bullish; exit on flip bearish
- Entry: Close crossAbove SuperTrend
- Exit: Close crossBelow SuperTrend
- Risk: 5% SL, 12% TP
Ichimoku Cloud Trend
Trade trend when price is above cloud; exit on close below cloud
- Entry: Close > Ichimoku cloud top
- Exit: Close < Ichimoku cloud bottom
- Risk: 7% SL, 14% TP
Parabolic SAR Flip
Enter on SAR flip; exit on opposite flip
- Entry: Close crossAbove PSAR
- Exit: Close crossBelow PSAR
- Risk: 5% SL, 10% TP
ROC Momentum (12)
Ride momentum when ROC is positive and accelerating
- Entry: ROC(12)>0 AND Close>SMA50
- Exit: ROC(12)<0
- Risk: 6% SL, 12% TP
MFI Reversal (14)
Mean reversion using Money Flow Index
- Entry: MFI(14)<20
- Exit: MFI(14)>50
- Risk: 3% SL, 6% TP
CCI Trend (20)
Trade trend when CCI breaks above +100; exit below 0
- Entry: CCI(20) crossAbove 100
- Exit: CCI(20) < 0
- Risk: 6% SL, 12% TP
Prebuilt 1: SMA(5) / SMA(20) + RSI(10)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(5) crossAbove SMA(20) AND RSI(10) > 45
- Exit: SMA(5) crossBelow SMA(20) OR RSI(10) < 40
- Risk: 4% SL, 8% TP
Prebuilt 2: SMA(7) / SMA(25) + RSI(12)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(7) crossAbove SMA(25) AND RSI(12) > 45
- Exit: SMA(7) crossBelow SMA(25) OR RSI(12) < 40
- Risk: 5% SL, 10% TP
Prebuilt 3: SMA(9) / SMA(30) + RSI(14)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(9) crossAbove SMA(30) AND RSI(14) > 45
- Exit: SMA(9) crossBelow SMA(30) OR RSI(14) < 40
- Risk: 6% SL, 12% TP
Prebuilt 4: SMA(11) / SMA(35) + RSI(16)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(11) crossAbove SMA(35) AND RSI(16) > 45
- Exit: SMA(11) crossBelow SMA(35) OR RSI(16) < 40
- Risk: 7% SL, 14% TP
Prebuilt 5: SMA(13) / SMA(40) + RSI(18)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(13) crossAbove SMA(40) AND RSI(18) > 45
- Exit: SMA(13) crossBelow SMA(40) OR RSI(18) < 40
- Risk: 4% SL, 16% TP
Prebuilt 6: SMA(15) / SMA(45) + RSI(20)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(15) crossAbove SMA(45) AND RSI(20) > 45
- Exit: SMA(15) crossBelow SMA(45) OR RSI(20) < 40
- Risk: 5% SL, 18% TP
Prebuilt 7: SMA(5) / SMA(50) + RSI(10)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(5) crossAbove SMA(50) AND RSI(10) > 45
- Exit: SMA(5) crossBelow SMA(50) OR RSI(10) < 40
- Risk: 6% SL, 8% TP
Prebuilt 8: SMA(7) / SMA(55) + RSI(12)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(7) crossAbove SMA(55) AND RSI(12) > 45
- Exit: SMA(7) crossBelow SMA(55) OR RSI(12) < 40
- Risk: 7% SL, 10% TP
Prebuilt 9: SMA(9) / SMA(20) + RSI(14)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(9) crossAbove SMA(20) AND RSI(14) > 45
- Exit: SMA(9) crossBelow SMA(20) OR RSI(14) < 40
- Risk: 4% SL, 12% TP
Prebuilt 10: SMA(11) / SMA(25) + RSI(16)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(11) crossAbove SMA(25) AND RSI(16) > 45
- Exit: SMA(11) crossBelow SMA(25) OR RSI(16) < 40
- Risk: 5% SL, 14% TP
Prebuilt 11: SMA(13) / SMA(30) + RSI(18)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(13) crossAbove SMA(30) AND RSI(18) > 45
- Exit: SMA(13) crossBelow SMA(30) OR RSI(18) < 40
- Risk: 6% SL, 16% TP
Prebuilt 12: SMA(15) / SMA(35) + RSI(20)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(15) crossAbove SMA(35) AND RSI(20) > 45
- Exit: SMA(15) crossBelow SMA(35) OR RSI(20) < 40
- Risk: 7% SL, 18% TP
Prebuilt 13: SMA(5) / SMA(40) + RSI(10)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(5) crossAbove SMA(40) AND RSI(10) > 45
- Exit: SMA(5) crossBelow SMA(40) OR RSI(10) < 40
- Risk: 4% SL, 8% TP
Prebuilt 14: SMA(7) / SMA(45) + RSI(12)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(7) crossAbove SMA(45) AND RSI(12) > 45
- Exit: SMA(7) crossBelow SMA(45) OR RSI(12) < 40
- Risk: 5% SL, 10% TP
Prebuilt 15: SMA(9) / SMA(50) + RSI(14)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(9) crossAbove SMA(50) AND RSI(14) > 45
- Exit: SMA(9) crossBelow SMA(50) OR RSI(14) < 40
- Risk: 6% SL, 12% TP
Prebuilt 16: SMA(11) / SMA(55) + RSI(16)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(11) crossAbove SMA(55) AND RSI(16) > 45
- Exit: SMA(11) crossBelow SMA(55) OR RSI(16) < 40
- Risk: 7% SL, 14% TP
Prebuilt 17: SMA(13) / SMA(20) + RSI(18)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(13) crossAbove SMA(20) AND RSI(18) > 45
- Exit: SMA(13) crossBelow SMA(20) OR RSI(18) < 40
- Risk: 4% SL, 16% TP
Prebuilt 18: SMA(15) / SMA(25) + RSI(20)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(15) crossAbove SMA(25) AND RSI(20) > 45
- Exit: SMA(15) crossBelow SMA(25) OR RSI(20) < 40
- Risk: 5% SL, 18% TP
Prebuilt 19: SMA(5) / SMA(30) + RSI(10)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(5) crossAbove SMA(30) AND RSI(10) > 45
- Exit: SMA(5) crossBelow SMA(30) OR RSI(10) < 40
- Risk: 6% SL, 8% TP
Prebuilt 20: SMA(7) / SMA(35) + RSI(12)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(7) crossAbove SMA(35) AND RSI(12) > 45
- Exit: SMA(7) crossBelow SMA(35) OR RSI(12) < 40
- Risk: 7% SL, 10% TP
Prebuilt 21: SMA(9) / SMA(40) + RSI(14)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(9) crossAbove SMA(40) AND RSI(14) > 45
- Exit: SMA(9) crossBelow SMA(40) OR RSI(14) < 40
- Risk: 4% SL, 12% TP
Prebuilt 22: SMA(11) / SMA(45) + RSI(16)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(11) crossAbove SMA(45) AND RSI(16) > 45
- Exit: SMA(11) crossBelow SMA(45) OR RSI(16) < 40
- Risk: 5% SL, 14% TP
Prebuilt 23: SMA(13) / SMA(50) + RSI(18)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(13) crossAbove SMA(50) AND RSI(18) > 45
- Exit: SMA(13) crossBelow SMA(50) OR RSI(18) < 40
- Risk: 6% SL, 16% TP
Prebuilt 24: SMA(15) / SMA(55) + RSI(20)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(15) crossAbove SMA(55) AND RSI(20) > 45
- Exit: SMA(15) crossBelow SMA(55) OR RSI(20) < 40
- Risk: 7% SL, 18% TP
Prebuilt 25: SMA(5) / SMA(20) + RSI(10)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(5) crossAbove SMA(20) AND RSI(10) > 45
- Exit: SMA(5) crossBelow SMA(20) OR RSI(10) < 40
- Risk: 4% SL, 8% TP
Prebuilt 26: SMA(7) / SMA(25) + RSI(12)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(7) crossAbove SMA(25) AND RSI(12) > 45
- Exit: SMA(7) crossBelow SMA(25) OR RSI(12) < 40
- Risk: 5% SL, 10% TP
Prebuilt 27: SMA(9) / SMA(30) + RSI(14)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(9) crossAbove SMA(30) AND RSI(14) > 45
- Exit: SMA(9) crossBelow SMA(30) OR RSI(14) < 40
- Risk: 6% SL, 12% TP
Prebuilt 28: SMA(11) / SMA(35) + RSI(16)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(11) crossAbove SMA(35) AND RSI(16) > 45
- Exit: SMA(11) crossBelow SMA(35) OR RSI(16) < 40
- Risk: 7% SL, 14% TP
Prebuilt 29: SMA(13) / SMA(40) + RSI(18)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(13) crossAbove SMA(40) AND RSI(18) > 45
- Exit: SMA(13) crossBelow SMA(40) OR RSI(18) < 40
- Risk: 4% SL, 16% TP
Prebuilt 30: SMA(15) / SMA(45) + RSI(20)
Curated starter strategy (parameter variant) for quick backtesting and iteration.
- Entry: SMA(15) crossAbove SMA(45) AND RSI(20) > 45
- Exit: SMA(15) crossBelow SMA(45) OR RSI(20) < 40
- Risk: 5% SL, 18% TP
Why Backtest?
Backtesting helps validate if a strategy has a historical edge before real capital is at risk. Use this with the Risk Management section in Help & Docs for consistent sizing and drawdown controls.