Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=620
Forum: 17 · Topic 620 · 5 post(s)
miocker · Mon Apr 12, 2010 3:47 am
Please find below the old versions of the indicators changed/removed in the Apr 10, 2010 version of the Marketscope:
Curvilinear Second-Order Regression
The Curvilinear Second Order Regression (CR) indicator plots a curve of the trend taking into consideration all prices. It is like a regular regression line, but curves slightly with the price trend. The CR uses the second-order equation: y = ax+ bx + cx^2 For calculation of coefficients a, b, c, see the code below.

The indicator was revised and updated
Please, download both: CR.lua and CR.lua.rc files because otherwise there will be no correct indicator name and indicator description in the Marketscope II.
miocker · Mon Apr 12, 2010 4:00 am
Wilder Swing Index (SI) is a part of Wilder’s Swing Index System. In itself the SI is useless, it doesn’t generate any signals, but its formula combines factors that have great deal of interest. The values of SI are used to form Accumulated Swing Index (ASI).
Wilder has determined that the five most important positive patterns in an uptrend are:

The indicator was revised and updated
Please, download both: SI.lua and SI.lua.rc files because otherwise there will be no correct indicator name and indicator description in the Marketscope II.
miocker · Mon Apr 12, 2010 4:04 am
Daily Raw Figure (DRF) measures the implied direction of the day’s trading. DRF is calculated as: DRF = (BP + SP)/(2x(high-low)); Where BP = high - open, SP = close – low. The maximum value of 1 is reached when a market opens trading at the low and closes at the high. When the opposite occurs and the market opens at the high and closes on the lows, the DRF will be 0.

The indicator was revised and updated
Please, download both: DRF.lua and DRF.lua.rc files because otherwise there will be no correct indicator name and indicator description in the Marketscope II.
miocker · Mon Apr 12, 2010 5:40 am
We have an updated KRI indicator in the new version of Marketscope II. Now it is drawn with lines, not as a histogram. Please find the old version below.

The indicator was revised and updated
Please, download both: KRI_old.lua and KRI_old.lua.rc files because otherwise there will be no correct indicator name and indicator description in the Marketscope II.
Apprentice · Sun Dec 25, 2016 7:21 am
Indicator was revised and updated.