Type/to search

NoroBands Momentum Position Strategy

Cryptocurrency
Created: 2024-01-18 10:58:48
Last modified: 2 years ago
1
Follow
1776
Followers

img

Overview

This strategy combines Noro's bands theory with quantitative techniques to form a momentum breakout strategy. It generates trading signals by calculating moving averages, RSI, bands, color bars and other indicators to implement band breakout trading.

Strategy Logic

  1. Calculate upper and lower bands using average true range. Price breaking through upper band indicates long signal while breaking lower band gives short signal.
  2. Use RSI indicator to determine overbought and oversold zones. RSI below 30 suggests long while above 70 suggests short.
  3. Breaking max and min prices shows price momentum direction.
  4. Color bars indicate bullish or bearish markets. Green means bull market for long while red means bear market for short.
  5. Combine moving average to identify divergence for trade signals.

Advantages

  1. Multiple indicators combination improves accuracy.
  2. Combining bands theory and quantitative techniques makes the strategy more effective.
  3. Blending momentum breakout and mean reversion trading expands profit room.
  4. High extensibility to adjust parameters according to markets.

Risks

  1. Parameters need constant optimization and testing.
  2. Fails to respond timely to long-short switches, causing losses probably.
  3. High trading frequency, affected easily by fees and slippage.
  4. Parameters should be adjusted timely to suit different cycles.

Optimization

  1. Multi-timeframe validation to find best parameter combination.
  2. Add stop loss to reduce single loss.
  3. Larger position management to improve profit efficiency.
  4. Combine deep learning for auto parameter optimization.

Summary

This strategy combines typical quantitative indicators to achieve effective profit through momentum and mean reversion indicators. It also uses average true range theory to locate reasonable entry points. A good example of combining theory and techniques. With parameters optimization and risk control improvement, it will become a efficient and stable quantitative strategy.

Source
Pine
/*backtest
start: 2023-01-11 00:00:00
end: 2024-01-17 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/


//@version=2
strategy("Noro's Bands Strategy v1.5", shorttitle = "NoroBands str 1.5", overlay=true)
Strategy parameters
Strategy parameters
Long
Short
Period
Use ColorBar
Use CryptoBottom
Use RSI
Use min/max
Use pyramiding
Show Bands
Show Background
Show Locomotive
Show Avg.price line
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)