Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 18:57:49 +0000



Post From: Implementation of Wilson RSI Channel in Sierra

[2013-11-19 16:11:05]
djcurcio - Posts: 236
I think this solves the issue.
Create a user input filed called Divisor. Default = 100.
Change the "100"s to Divisor. see below
--------------
OB[sc.Index] = InputD - (InputD*(sc.Subgraph[11][sc.Index]/100));

UNZ[sc.Index] = InputD - (InputD*(sc.Subgraph[12][sc.Index]/100));

OS[sc.Index] = InputD - (InputD*(sc.Subgraph[13][sc.Index]/100));

LNZ[sc.Index] = InputD - (InputD*(sc.Subgraph[14][sc.Index]/100));
------------------
Increasing the Divisor to 1000 or 10,000 allows the adjustment for the price of the instrument.
d
Best regards
dj