Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 00:32:54 +0000



Post From: Smoothed MA in ACSIL differs significantly from study

[2021-07-20 12:44:02]
SC Support Tom - Posts: 450
This is done. In the next release, the functions scsf_SmoothedMovingAverage and sc.SmoothedMovingAverage() will return the same values.

WRT Post #4:


sc.SmoothedMovingAverage(sc.Close, subgraph_Smooth, 50);
sc.MovingAverage(sc.Close, subgraph_Smooth, MOVAVGTYPE_SMOOTHED, 50);
SmoothedMovingAverage_S(sc.Close, subgraph_Smooth, i, 50, 0);

I made appropriate changes to all references to the Smoothed Moving Average in the code.
Date Time Of Last Edit: 2021-07-20 12:44:27