This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
In the November 2002 issue of the Stocks and Commodities magazine, John Ehlers wrote an article "Using the Fisher Transform" and introduced a technical analysis indicator called the Fisher Transform or Fish.
Fisher Transform indicator is used to identify price reversals and is based on the assumption that prices behave like a square wave and do not follow a Gaussian or normal distribution. In fact, a Gaussian probability density function (PDF) is a bell-shaped curve where 68% of the samples are within one standard deviation from the mean; this is clearly not true.
The fisher transform formula transforms the probability density function of any waveform to a function that has almost a Gaussian PDF.
The function can transform stock or instrument prices as well as any technical indicator. For example you can apply the fisher transform to the relative strength index indicator. The transformed time series has very sharp turning points and therefore produce clear and precise bullish and bearish signals. It can be applied to Forex currencies, stocks or ETFs.
The indicator accepts a time series as a first parameter and a period as a second parameter.
Example:
f = Fisher((high + low) / 2, 10);
Bullish and bearish signals occur when the Fisher line crosses above or below its signal line, which is the fisher transform one bar ago.
Here is the formula of the fisher signal line:
f = Fisher((high + low) / 2, 10);
signal = ref(f, 1);
Here is a way to generate trading signals using the fisher transform indicator:
A bullish signal is generated when the fisher line turns up below -1 threshold and crosses above the signal line.
A bearish signal is generated when the fisher line turns down above the 1 threshold and crosses below the signal line.
Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.