TSI 3.0

Category: Indicators By: Bateson Created: November 7, 2023, 9:50 AM
November 7, 2023, 9:50 AM
Indicators
6 Comments

This indicator is a “3.0” evolution of the TSI in which all parameters are adjustable, including the upper and lower limits. It’s built from MMs that smooth out each other, to achieve a powerful balance between precision and signal processing latency.

It also incorporates a fully parameterizable signal line, making it easy to read turnarounds.

The indicator is shared with the settings that appear to be the most efficient, but which can be widely modified.

In the initial code, the “ROC” seems to be the most efficient, but subject to a few parameter modifications, it could be replaced by :
– momentum (identical to ROC but with a slightly different calculation method)
– DPO
– CCI
– repulse…

a = (Average[l1,m1](Average[l2,m2](ROC[mfvalue](close))))
b = (Average[l3,m3](Average[l4,m4](ABS(ROC[mfvalue](close)))))
TSI = 100 * (a/b)
Signal = average [sign,mmsign](tsi)

DRAWHLINE(lh)
DRAWHLINE(lb)
DRAWHLINE(0) STYLE (DOTTEDLINE3)
RETURN TSI as "TSI 3.0", signal as "Signal"

Download
Filename: TSI-3.0.itf
Downloads: 261
Download
Filename: T02.-SI-Variables.png
Downloads: 98
Download
Filename: Prog.png
Downloads: 87
Download
Filename: 03.-Prog-variables.png
Downloads: 126
Bateson New
As an architect of digital worlds, my own description remains a mystery. Think of me as an undeclared variable, existing somewhere in the code.
Author’s Profile

Comments

Logo Logo
Loading...