Type/to search

Bear Power Tracking Strategy

Common strategy
Created: 2024-01-12 11:43:08
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Bear Power Tracking Strategy is designed based on Dr. Alexander Elder's Elder Ray indicator to measure buying and selling pressure in the market. It uses a 13-day exponential moving average (EMA) to indicate the market consensus of value and uses the Bear Power indicator to measure the ability of sellers to push prices below the consensus value.

Strategy Logic

The core indicator of this strategy is Bear Power, which is calculated by subtracting the 13-day EMA from the daily low price. It reflects the ability of sellers to push prices below the average consensus of value.

When Bear Power crosses above the specified threshold, a long position is opened. When it crosses below, a short position is opened.

In addition, the long/short direction can also be switched via the "Reverse Trade" boolean parameter, which reverses the signal when set to True.

The strategy is simple and easy to implement with one indicator judging direction.

Advantage Analysis

The advantages of this strategy include:

  1. Simple to understand and implement with a single indicator
  2. Flexible parameter adjustment for different market environments
  3. Reversal trade enrichs strategy types

Risk Analysis

There are also some risks:

  1. False signals may be generated with a single indicator
  2. No stop loss may lead to huge losses
  3. Improper parameters may cause over-trading

Confirmation with multiple indicators, stop loss and parameter tuning could help optimize it.

Optimization Directions

Some directions to optimize the strategy:

  1. Add other indicators like MACD, KDJ to filter signals
  2. Add moving stop loss to limit losses
  3. Optimize indicator parameters for entry and exit points
  4. Fundamental analysis stock selection
  5. Combine with other strategies

Summary

The Bear Power Tracking Strategy has a simple concept of judging entry and exit by comparing one indicator to a threshold. As a indicator-based strategy, there is still large room for optimization in aspects like indicators, stop loss and stock selection to make it more steady and reliable.

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

//@version = 2
////////////////////////////////////////////////////////////
//  Copyright by HPotter v1.0 07/12/2016
// Developed by Dr Alexander Elder, the Elder-ray indicator measures buying 
Strategy parameters
Strategy parameters
Length
Trigger
Trade reverse
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)