This is read-only version of AFL library entry. Ability to add user formulas
and comment is only available from members-only area.
Details:
Formula name:
IFT of RSI - Multiple TimeFrames
Author/Uploader:
Brian Richard - brianrichard99 [at] hotmail.com
Date/Time added:
2004-07-30 23:43:41
Origin:
Keywords:
IFT, RSI, TimeFrame
Level:
semi-advanced
Flags:
indicator
DISCLAIMER: Most formulas present in AFL on-line library are submitted
by the users and are provided here on an "as is" and "as available" basis.
AmiBroker.com
makes no representations or warranties of any kind to the contents or the operation
of material presented here. We do not maintain nor provide technical support
for 3rd party formulas. Description:
This is the Inverse Fisher Transform (IFT) of the Relative Strength Index (RSI), across multiple timeframes. It only shows two timeframes at any given time -- the currrent chart time frame, and the next largest time frame (see code for details).
Hourly chart: When the IFT is oversold on the daily IFT, and lifting up above the oversold line -- and the hourly IFT is also rising -- this is a good buy signal. The reverse is true for a short signal.
This may be used with 5 min., hourly, daily, and weekly charts.
Included is Tom DeMark-style duration analysis, which includes trend strength arrows. These arrows are not buy or sell signals. Instead, they represent extreme conditions, which usually end up with a strong rebound, or a strong continuation of the trend. Use something like the Volume Flow Indicator (VFI) to help determine which way the trend will go.
The white IFT line always represents the smaller time frame (i.e, the default time frame for the chart).
You may want to build a version of this that uses Tom DeMark's Range Expansion Index, instead of the IFT or RSI. This works well to help determine what this IFT indicator will likely do next.