To try and avoid the false signals generated by a single lookback period we create a range indicator that uses a variable lookback period. To calculate this indicator we find the maximum range over n lookback days of the today's high minus the lowest low in that lookback period of n days. We normalize this n day range by dividing it by the average of each bar's true range for those n days to create a range ratio. In constructing this ratio, we noticed that the longer the lookback period n is, the larger the ratio is on average than a ratio with a shorter lookback period.. The different lookback period ratios can be made approximately equal, on average, by dividing by some function of n. For this new indicator we choose the function of n to be equal to n α . That is, n to the a power where α is less than 1 and where α is determined later by optimization. We then look for the largest adjusted range ratio in that n lookback period. To do that we calculate each of the adjusted range ratios for 2,3,4 to n lookback bars and choose the largest as our indicator.
Maximum Likelihood Range System Input Parameters
For TradeStation, Multicharts all of the EasyLanguage strategy and indicator codes are directly importable into your choice of TS9 or MC and are fully disclosed. There are no locks of any kind on the EasyLanguage source code. The C++ DLL code is not disclosed. The Input parameters to the strategy and indicator are changeable and optimizable so that the user can develop his own parameter set on his price series and time frame of interest. Although the system results will give parameters for the intraday or daily futures the system was tested on, the user can easily use this system on any tradeable or on any time frame.
For NeuroShell Trader/DayTrader Pro, the Trading Strategy and Indicators are directly imported into NeuroShell via a special setup exe file and are fully disclosed in the Indicator wizard "MA_KeyTrSys" category and in the Trading Strategy Wizard "MA_KeyTrSys" directory. The C++ DLL code is not disclosed. The Input parameters to the strategy and indicator are changeable and optimizable so that the user can develop his own parameter set on his price series and time frame of interest. Although the system results will give parameters for the intraday or daily futures the system was tested on, the user can easily use this system on any tradeable or on any time frame.
The accompanying page manual consists of:
In addition The Maximum Likelihood Range system has its exact duplicate in indicator form which is displayable on the price chart, so that the user can visually see how the buy and sell signals occur.
For TradeStation, MultiCharts The Maximum Likelihood Range System is one of the 9 systems included in the Key Daily &Intraday Trading Systems package. The Key Daily &Intraday Trading Systems package is being offered through Meyers Analytics L.L.C. for $395. Shipping via Email consists of a zip file containing the Manual in Adobe PDF format, ELD file and DLL file.
For NeuroShell Trader/DayTrader Pro, The Maximum Likelihood Range System is one of the 6 systems included in the Key Daily &Intraday Trading Systems package.. The Key Daily &Intraday Trading Systems package is being offered through Meyers Analytics L.L.C. for $395 . Shipping via Email consists of a zip file containing the Manual in Adobe PDF format and the MA-KeyTrSysSetup.exe setup file.
How To Order