Type/to search

30-Minute Swing Trading Strategy

Cryptocurrency
Created: 2023-09-14 17:44:03
Last modified: 3 years ago
1
Follow
1781
Followers

Strategy Logic

This strategy aims to identify medium-term swing trades using the 30-minute timeframe. It combines moving averages, RSI and more to gauge direction and entry timing.

The key trading logic:

  1. Compute two weighted moving averages of differing periods and compare their slope

  2. Use RSI indicator to identify overbought/oversold levels

  3. Consider swing trade opportunities at extreme RSI levels

  4. Confirm long/short direction using moving average slope

  5. Enter trades with reasonable stop loss for risk control

The strategy seeks to capture reversal opportunities in the medium-term, growing capital through frequent trading and strict risk management.

Advantages

  • 30-minute timeframe identifies shorter-term swings

  • RSI signals many reversal chances at extremes

  • Weighted moving averages smooth prices

Risks

  • Requires constant market monitoring

  • Reversals not guaranteed, losses possible

  • High frequency trading increases costs

Summary

This strategy aims to uncover medium-term swing trades using 30-minute patterns. But higher trade frequency necessitates cost controls and parameter optimization for sustained profitability.

Source
Pine
/*backtest
start: 2023-08-14 00:00:00
end: 2023-09-13 00:00:00
period: 2h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=2
// strategy("cowboy30minswing", overlay=true,default_qty_type=strategy.cash,default_qty_value=10000,scale=true,initial_capital=10000,currency=currency.USD)

//A Swing trading strategy that use a combination of indicators, rsi for target, hull for overall direction enad ema for entering the trade using the 30min
Strategy parameters
Strategy parameters
period
length
overSold
overBought
fastLength
fastLengthL
slowLength
slowLengthL
sl
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)