Login Page - Create Account

Support Board


Date/Time: Mon, 07 Jul 2025 23:12:49 +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