[amibroker] Strange results with crossovers

 

I test 3 overbought/oversold indicators: RSI, IFT, MIFT. Each indicator
tested alone in 3 simple systems with no other indicator and minimum
possible code, simple n-bar exit. Buy signals are crossovers.

IFT: Inverse Fisher Transform (Ehlers)
MIFT: Modified Inverse Fisher Transform (Ehlers)

Cross statements are:

rsiBuyOK = Cross( RSI(14), 30 ) ;
iftBuyOK = Cross( ift, -0.5 ) ;
miftBuyOK = Cross( mift, -0.5 ) ;

For RSI, all following match each other: chart, interpretation,
portfolio backtest, trade arrows, exploration, scan.

Same comment for IFT.

For MIFT, all following match each other:

(a) Chart, interpretation
(b) Portfolio backtest, trade arrows, exploration, scan.

(a) and (b) usually don't match.

(Of course, RSI != IFT != MIFT. That's OK :-) )

Question: why UI results not match backtester results for MIFT?

Please to suggest more troubleshooting tests for MIFT crossovers

__._,_.___

Posted by: Sab Nys <SabNys@yahoo.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


.

__,_._,___


EmoticonEmoticon