Support Board
Date/Time: Sun, 22 Dec 2024 05:19:08 +0000
Post From: Moving Average Simple with SCDateTime input
[2015-07-27 21:26:31] |
User53601 - Posts: 105 |
(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] ) |