Support Board
Date/Time: Fri, 04 Jul 2025 21:21:02 +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
|