Guide
How does the Follow Line Indicator止盈止损 strategy work ?
The Follow Line Indicator止盈止损 strategy deploys Bollinger Bands to determine market trends and active trading signals. Here's how it functions:
- Bollinger Bands Calculation:
- Upper Band (BBUpper) is calculated by adding standard deviation to the Simple Moving Average (SMA).
- Lower Band (BBLower) is determined by subtracting standard deviation from the SMA.
- BBSignal Determination:
- If the closing price exceeds BBUpper, it indicates an upward trend (BBSignal = 1).
- If below BBLower, the trend is downward (BBSignal = -1).
- Otherwise, BBSignal = 0, signifying no clear trend.
- ATR Filter Usage:
- Enabling the ATR filter adjusts the TrendLine using ATR values based on the daily high or low.
- If disabled, uses simplest daily high or low comparisons.
- Signal Generation:
- Buy signals are generated when today's trend reverses from yesterday's downward trend.
- Sell signals occur when an upward trend reverses.
- Visualization and Alerts:
- Plots trend lines colored blue for upward and red for downward trends.
- Specific markers and alerts indicate buy or sell occurrences on the chart.
- Stop-L