Click here to Login








Inverse Fisher Transform

by QuantShare, 338 days ago
Share |






Inverse Fisher Transform was first introduced by John Ehlers in an article published in May 2004 issue of the Technical Analysis of Stocks and Commodities magazine.

It is the inverse of the fisher transform which can be downloaded here Fisher Transform - Technical Indicator. It is well suited to transform oscillator indicators because it is easier to transform their result into the required input interval, which is in the range of [-5, 5]. The result of the Inverse Fisher Transform will be between -1 and 1.

If applied to big values the result has a big change to be -1 or 1. For that reason, a preliminary transformation must be done to any time-series passed as an argument to the inverse fisher transform.




Example of calculating the inverse fisher transform of the relative strength index:

a = rsi(14);
a = 0.1 * ( a - 50 ); // Interval Transformation
a = inverseft(a);

The inverse fisher indicator name is "inverseft". It has only one parameter, which is the time-series to transform.


RSI-based trading system:

a = rsi(14);
buy = a > 70;

Inverse Fisher Transform-based trading system:

a = 0.1 * ( rsi(14) - 50 );
a = inverseft(a);
a = (a + 1) * 50; // Restore the initial interval [0-100]
buy = a > 70;



Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 1152


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Detect chart patterns using the auto support/resistance indicator

Getting Accurate Backtesting Results: Survivorship bias-free S&P 500

10 masks to create thousands of rules to use into your trading system

Trading System Analysis: Backtesting report and custom measures

How to predict and trade the stock market using pivot points

9 mistakes you should avoid when backtesting an end-of-day stock trading system

6 ways to download free intraday and tick data for the U.S. stock market

Reducing risk and increasing return by combining several trading systems

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items