Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 17:53:02 +0000



Post From: Smoothed MA in ACSIL differs significantly from study

[2021-07-19 18:35:09]
skellington - Posts: 14
Awesome thanks! Probably want to update the other routes to smoothed average too, right? :)

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);