MA Volume Strategy (Python)

MA Volume combines a moving average trend filter with volume surges to time entries. Rising volume alongside price above the average signals strong accumulation; falling volume below the average indic...

437 下载量
☆☆☆☆☆ 评分
0 评价
NuGet 5.0.0 Install-Package StockSharp.Strategies.0133_MA_Volume.py -Version 5.0.0
MA Volume Strategy (Python)

MA Volume combines a moving average trend filter with volume surges to time entries. Rising volume alongside price above the average signals strong accumulation; falling volume below the average indicates distribution. The strategy trades in the direction of the moving average when volume expands, exiting once volume dries up or the average reverses. A percent stop protects against sudden shifts in trend.

  • Entry Criteria: indicator signal

  • Long/Short: Both

  • Exit Criteria: stop-loss or opposite signal

  • Stops: Yes, percent based

  • Default Values:

  • CandleType = 15 minute

  • StopLoss = 2% [*]Filters:

  • Category: Trend following

  • Direction: Both

  • Indicators: Moving Average, Volume

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Intraday

  • Seasonality: No

  • Neural networks: No

  • Divergence: No

  • Risk level: Medium

用户评价

登录 以撰写评价

暂无评价