Type/to search

Price Volume Trend Strategy

Common strategy
Created: 2023-12-25 13:09:48
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy uses momentum indicators to track short-term price movements and determine market trend directions for buy and sell operations. The strategy name "Price Volume Trend Strategy" reflects the idea of using price changes and volume changes to judge the trend.

Principles

The strategy first calculates the momentum of prices. By calculating the difference between the current period price and the previous period price, it can reflect the absolute change in prices over the latest period. A positive value indicates a price increase, and a negative value indicates a price decrease. Then the moving average of this difference value is calculated for filtering to obtain the average momentum indicator.

When the latest price is greater than the average momentum, it indicates that the price is rising. When the latest price is less than the average momentum, it indicates that the price is falling. Determine the price trend direction based on this indicator. Combined with volume amplification filtering, only signals with relatively large trading volumes are selected in actual trading.

According to the identified upward and downward price trends, corresponding buy and sell operations are carried out.

Advantage Analysis

  • The strategy judges trends quickly and can quickly capture short-term price movements, which is suitable for short-term operations
  • Avoid being misled by false breakouts through volume filtering
  • Implemented the operating logic of chasing rises and killing falls
  • High trading frequency, suitable for aggressive investors

Risk Analysis

  • Vulnerable to the impact of abnormal market fluctuations, with certain false signal risks
  • Slippage risks caused by frequent trading
  • May miss medium and long term trends, and long-term profitability needs to be verified

Optimization Directions

  • Adjust the parameters of momentum indicators to optimize judgment effects
  • Optimize volume filtering parameters to improve signal quality
  • Increase stop-loss mechanisms to control single loss
  • Incorporate more factors to ensure multi-factor driven

Conclusion

The strategy overall tracks short-term price change trends through momentum indicators, and quickly determines entry and exit timing. The advantages are fast operation, chasing rises and killing falls. The disadvantages are signal quality and long-term profitability need to be examined. Through parameter adjustments and enhanced risk control mechanisms, the strategy can become an important component of high-frequency strategies, combined with other low-frequency strategies.

Source
Pine
/*backtest
start: 2022-12-18 00:00:00
end: 2023-12-24 00:00:00
period: 1d
basePeriod: 1h
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/
// © russtic

//@version=2
Strategy parameters
Strategy parameters
From Month
From Day
From Year
To Month
To Day
To Year
strength toggle
strength elimination
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)