Type/to search

Super BitMoon quantitative momentum trading strategy

Cryptocurrency
Created: 2023-09-15 16:13:05
Last modified: 3 years ago
1
Follow
1781
Followers

This strategy is called Super BitMoon. It is a short-term quantitative momentum trading strategy suitable for Bitcoin. The strategy has both long and short capabilities, allowing it to trade when Bitcoin breaks through key support or resistance levels.

How the strategy works:

  1. Use the ATR indicator to calculate recent volatility range and stop loss levels. When the price breaks through the previous candle's stop loss level, it signals a trend reversal.
  2. Use the Weighted Moving Average (WVF) and Bollinger Bands to determine if Bitcoin is overbought or oversold. If the WVF crosses below the Bollinger upper band, the market may be oversold and present a long opportunity.
  3. Use the RSI indicator to check if Bitcoin is oversold. If the RSI is below two oversold lines, it presents an opportunity to buy the dip.

Specific trading rules:

  1. If WVF crosses below Bollinger upper band, and price is above ATR stop loss level, go long Bitcoin.
  2. If RSI goes below 50 or 30 oversold lines, go short Bitcoin.

Advantages of this strategy:

  1. Has both long and short capabilities for two-way trading.
  2. Uses ATR stops to control risk and limit losses.
  3. Uses WVF, Bollinger Bands and RSI together to improve signal accuracy.

Risks of this strategy:

  1. Incorrect Bollinger and RSI parameters may generate bad signals.
  2. Sudden price spikes or crashes may trigger stop loss.
  3. Transaction costs impact profitability.

In summary, Super BitMoon is a solid quantitative momentum strategy ideal for short-term Indicators combos trading, with both trend following and mean reversion characteristics. With proper parameter tuning, it can achieve good risk-reward ratio. But traders still need to consider cost control and money management to reduce risks in live trading.

Source
Pine
/*backtest
start: 2023-09-07 00:00:00
end: 2023-09-08 09:00:00
period: 5m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=2
strategy("Super BitMoon v1", overlay=false, commission_value = 0.25, default_qty_type=strategy.percent_of_equity, default_qty_value = 100)

/////////////////////////////////////////////////////////////
Strategy parameters
Strategy parameters
From Month
From Day
From Year
To Month
To Day
To Year
ATR Stop's Length
ATR Stop's Multiple
Synthetic VIX's Length
Synthetic VIX's Bollinger Band's Length
Synthetic VIX's Bollinger Band's Std Dev
RSI's Length
RSI's Oversold Level 1
RSI's Oversold Level 2
Strategy Direction
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)