Type/to search

Momentum and Fear Index Crossover Strategy

Common strategy
Created: 2024-01-23 14:27:23
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy judges market trends by calculating the crossover between a momentum indicator and a fear index, and issues sell signals when the two indicators make specific crosses to catch sharp downturns.

Strategy Principle

  1. Calculate the 50-period momentum indicator. It represents the price change relative to 50 periods ago.

  2. Calculate the 22-period corrected fear index. It represents market panic through the ratio of highest and lowest prices.

  3. When the momentum indicator crosses below the fear index, it indicates downside pressure in the market.

  4. If the momentum continues to fall into the danger zone (between -5 and 5), a strong sell signal is issued.

Advantage Analysis

  1. Using the fear index, an indicator of market sentiment, can effectively determine structural changes in the market.

  2. The momentum indicator can judge the speed and magnitude of price changes and aid in determining trend changes.

  3. Combining two different types of indicators can improve the accuracy of identifying sudden events.

  4. Adjusting parameters allows flexible adaptation to different market environments.

Risk Analysis

  1. Crossovers of the fear index and momentum do not guarantee every large decline. Other indicators need to be considered to make the final decision.

  2. No stop loss after selling fails to effectively control losses.

  3. Reversals and re-entries are not considered. The strategy only suits capturing sudden crashes.

Optimization Directions

  1. Set a stop loss after selling to control losses.

  2. Add other indicators to judge and improve signal reliability, e.g. volume, Bollinger bands.

  3. Add re-entry signals to enable the strategy to run long-term cycles.

  4. Optimize parameters to find the best parameter combinations.

Summary

The strategy issues market decline alerts through crossovers of the momentum indicator and fear index. It can effectively capture sudden market crashes. But the strategy only suits short-term usage without exit mechanisms and risk control. Further improvements are needed to make it a sustainable long-term strategy.

Source
Pine
/*backtest
start: 2023-12-01 00:00:00
end: 2023-12-31 23:59:59
period: 2h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © gary_trades

//THIS SCRIPT HAS BEEN BUIL TO BE USED AS A S&P500 SPY CRASH INDICATOR (should not be used as a strategy).
Strategy parameters
Strategy parameters
Length
Source
bandUpper
bandLower
showVixFix
showMomentum
VIX Fix Length
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)