Support Board
Date/Time: Sat, 08 Feb 2025 05:49:03 +0000
Post From: Moving Average Simple with SCDateTime input
[2015-07-27 21:26:31] |
User53601 - Posts: 106 |
(I used this definition: SCFloatArray BarTimeDurationAverage ) I did another check, and found out the values are correct, my excuse. However when I want to display the value, it gives me the zero value: sc.FormatString(Text01," %.1f ", BarTimeDurationAverage[sc.Index] ) |