Login Page - Create Account

Support Board


Date/Time: Sat, 08 Feb 2025 01:45:14 +0000



Post From: Calculate a moving average based on a custom variable

[2020-06-17 10:47:07]
Ackin - Posts: 1865
try:
SCFloatArray realBody;
realBody[sc.Index] = sc.BaseData[SC_OPEN][sc.Index]-sc.BaseData[SC_LAST][sc.Index];

note
If you want to see and display the results for the user you can use instead of the new floatarray simply Subgraf SG .... (it is also an array)
Date Time Of Last Edit: 2020-06-17 10:47:27