Login Page - Create Account

Support Board


Date/Time: Tue, 04 Feb 2025 05:05:15 +0000



Post From: Question about Moving Average Calculation

[2019-12-19 15:05:35]
User718585 - Posts: 32
Do you know which input data setting has the following formula? I want to do a simple moving average using the following ((H+L+C+C)*.25 and an Exponential moving average using the same formula ((H+L+C+C)*.25
Also, I need a Triangular moving average using the following = ((H+L+C)/3

Thanks