Strategies

donchian-breakout

paper-donchianactive

Donchian channel breakout, ATR-based stops/targets

Total trades
0
Win rate
(0W · 0L)
Total P&L
£0.00
Avg R-multiple
Best trade
Worst trade

Cumulative P&L · last 0 trades

Not enough trades yet.

Parameters

{
  "lookback": 20,
  "atr_period": 14,
  "atr_mult_stop": 2,
  "atr_mult_target": 4
}

rsi-mean-reversion

paper-rsi-mractive

RSI mean reversion with 200MA trend filter

Total trades
0
Win rate
(0W · 0L)
Total P&L
£0.00
Avg R-multiple
Best trade
Worst trade

Cumulative P&L · last 0 trades

Not enough trades yet.

Parameters

{
  "oversold": 30,
  "ma_filter": 200,
  "atr_period": 14,
  "overbought": 70,
  "rsi_period": 14,
  "atr_mult_stop": 1.5,
  "atr_mult_target": 2
}