https://github.com/guleyc/ift-indicator-with-macd
The IFISH applies some math functions and constants to a weighted moving average (WMA) of the relative strength index (RSI) of the closing price to calculate its oscillator position. The user may change the input (close) and period lengths. https://guley.com.tr
https://github.com/guleyc/ift-indicator-with-macd
pinescript tradingview
Last synced: 26 days ago
JSON representation
The IFISH applies some math functions and constants to a weighted moving average (WMA) of the relative strength index (RSI) of the closing price to calculate its oscillator position. The user may change the input (close) and period lengths. https://guley.com.tr
- Host: GitHub
- URL: https://github.com/guleyc/ift-indicator-with-macd
- Owner: guleyc
- Created: 2022-11-25T14:27:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T14:29:48.000Z (about 3 years ago)
- Last Synced: 2024-03-10T15:30:08.284Z (almost 2 years ago)
- Topics: pinescript, tradingview
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IFT Indicator with MACD - Pinescript
The Inverse Fisher Transform (IFISH) was authored by John Ehlers. The IFISH applies some math functions and constants to a weighted moving average (WMA) of the relative strength index (RSI) of the closing price to calculate its oscillator position. The user may change the input (close) and period lengths. This indicator’s definition is further expressed in the condensed code given in the calculation below.