Type/to search

Weekend Range Trading Strategy

Cryptocurrency
Created: 2023-09-13 11:53:09
Last modified: 3 years ago
1
Follow
1781
Followers

This strategy specifically trades the weekend price swings by determining long/short direction based on pre-set percentage bands. It is a typical range trading system.

Strategy Logic:

  1. Set percentage bands based on previous Friday close, e.g. 4.5% up/down.

  2. Enter short if price exceeds upside band, enter long if below downside band.

  3. Add positions when reaching new bands in existing direction.

  4. Take profit when accumulated gains reach threshold, such as 10%.

  5. Allow maximum two simultaneous positions, one in each direction. Close all before Monday open.

Advantages:

  1. Fixed percentage bands allow mechanical trading.

  2. Multi-tier entries achieve better cost basis.

  3. Periodicity is stable, unaffected by fundamentals.

Risks:

  1. Unable to limit single trade loss size, risks large losing trades.

  2. Fixed parameters fail to adapt changing volatility across periods.

  3. Periodicity may change over time, invalidating the model.

In summary, this strategy frequently trades the weekend cycle but faces challenges locking in profits consistently. Exercise caution on parameter failure and outsized losses when applying.

Source
Pine
/*backtest
start: 2023-01-01 00:00:00
end: 2023-09-12 00:00:00
period: 2d
basePeriod: 1d
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=3
//Copyright Boris Kozak 
// strategy("XBT Weekend Trade Strategy", overlay=true, default_qty_type=strategy.percent_of_equity,)
strategy.initial_capital=50000
Strategy parameters
Strategy parameters
Leverage
Profit Taking Percent Threshold
Backtest Start Year
Backtest Start Month
Backtest Start Day
Backtest Stop Year
Backtest Stop Month
Backtest Stop Day
Color Background?
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)