Login Page - Create Account

Support Board


Date/Time: Sat, 14 Jun 2025 02:29:05 +0000



Post From: Creating a moving average of another indicator

[2020-04-01 11:42:41]
User525965 - Posts: 170
Hi!
I'm trying to create a moving average of Williams %R.
I have the Williams %R set up on my chart, but how would i create a 21 period moving average of this?

Here is what i have so far. I create a color based on alert condition using MOVINGAVERAGE (not even sure if this is a function) using the 21 period, and I set up ID13 for the %R value i want to use....

=MOVINGAVERAGE(21, ID13.sg1)