Normal
The buy condition used in the backtestsBuy = EMA( C, 20 ) == HHV( EMA( C, 20 ), 200 ); //plus a series of other filters & parameters not disclosed.Index Filter versus a "Relative Strength Line"A traditional "Index Filter" is a simple measure of an index. If an index is below or above a Simple Moving Average (SMA) the index is either on or off. The disadvantage of using an "Index Filter" it keeps you out of the markets when obviously there are some positions making new highs. The advantage of a traditional "Index Filter" it keeps you from trading in unfavorable market conditions.An alternative that keeps you in the marketsUsing a "Relative Strength Line" rather than an "Index Filter" allows you to keep trading whilst a "Traditional Index Filter" places you on the sideline resulting in more trades over the same period. Professional traders keep trading no matter what the market or an index of the market is doing, it's only our type of trading that uses these as a matter of course.Skate.
The buy condition used in the backtests
Buy = EMA( C, 20 ) == HHV( EMA( C, 20 ), 200 ); //plus a series of other filters & parameters not disclosed.
Index Filter versus a "Relative Strength Line"
A traditional "Index Filter" is a simple measure of an index. If an index is below or above a Simple Moving Average (SMA) the index is either on or off. The disadvantage of using an "Index Filter" it keeps you out of the markets when obviously there are some positions making new highs. The advantage of a traditional "Index Filter" it keeps you from trading in unfavorable market conditions.
An alternative that keeps you in the markets
Using a "Relative Strength Line" rather than an "Index Filter" allows you to keep trading whilst a "Traditional Index Filter" places you on the sideline resulting in more trades over the same period. Professional traders keep trading no matter what the market or an index of the market is doing, it's only our type of trading that uses these as a matter of course.
Skate.
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.