Support Board
Date/Time: Sun, 29 Jun 2025 19:12:56 +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); |