TradingView
Electrified
2021년 2월 16일 오후 4시 49분

Stochastic RSI+ 

Apple Inc.NASDAQ

설명

Applies signal values to significant changes in momentum and can be used in conjunction with other indicators and analysis to improve trade timing.

Both "Signal Up" and "Signal Down" can be used for alerts.
The magnitude of the signal is the difference between K and D.
(See the code for the logic and implementation.)

Signal Up occurs when momentum is within the band and moving upward.
Signal Down occurs when momentum is within the band and moving downward.

Interpretation Note:
The Stochastic RSI is known for false signals, so it should never be used as a pure buy or sell signal. It is useful as a warning or to help with trade timing.
A good example of this is: If you are bullish on a stock, and the signal is negative (signal down), then it may be wise to not buy until the recent change in momentum has dissipated.

릴리즈 노트

  • Improved code readability.
  • Added K mode.
  • Added 6 (phase) alert conditions.

릴리즈 노트

Improved alter text.

릴리즈 노트

Fixed bug in signalUp and signalDown logic affecting alerts.

릴리즈 노트

Improved sample chart.

릴리즈 노트

  • Added option for VAWMA
  • Improved input layout.

릴리즈 노트

Updated to PineScript v5 and fixed issues with signal bands.

릴리즈 노트

histbase doesn't work right if the upper boundary (ceiling) isn't defined.

릴리즈 노트

Added option to use MFI instead of RSI.
코멘트
Electrified
I apologize but the histbase=100 no longer seems to be working with the signal down value.
더보기