TradingView Supertrend Flip (Python)

Strategy based on Supertrend indicator flips with volume confirmation TradingView Supertrend Flip emulates the popular indicator's color changes. A flip from red to green signals a long entry and gree...

1.0K Downloads
☆☆☆☆☆ Rating
0 Reviews
NuGet 5.0.1 Install-Package StockSharp.Strategies.0014_TradingView_Supertrend_Flip.py -Version 5.0.1
TradingView Supertrend Flip (Python)

Strategy based on Supertrend indicator flips with volume confirmation TradingView Supertrend Flip emulates the popular indicator's color changes. A flip from red to green signals a long entry and green to red signals a short. The strategy exits on the next flip. Volume confirmation can be used to avoid whipsaws during thin trading periods. By only acting on flips with supporting volume, the method aims to capture more reliable reversals.

  • Entry Criteria: Signals based on ATR, Supertrend.

  • Long/Short: Both directions.

  • Exit Criteria: Opposite signal.

  • Stops: No.

  • Default Values:

  • SupertrendPeriod = 10

  • SupertrendMultiplier = 3.0m

  • VolumeAvgPeriod = 20

  • CandleType = TimeSpan.FromMinutes(5) [*]Filters:

  • Category: Trend

  • Direction: Both

  • Indicators: ATR, Supertrend

  • Stops: No

  • Complexity: Basic

  • Timeframe: Intraday (5m)

  • Seasonality: No

  • Neural Networks: No

  • Divergence: No

  • Risk Level: Medium

User Reviews

Login to write a review

No reviews yet