Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 22:25:00 +0000



Post From: 3 period moving average

[2022-11-30 15:31:24]
Sawtooth - Posts: 4263
More specifically a 16 period moving average of (CLOSE - CLOSE[2]) + CLOSE[1].
Try this:

1. Add the Spreadsheet Formula study.
- Set the Chart Region to 1.
- Use this formula in its Formula field:
=C - C[-2] + C[-1]
- Hide the study.

2. Add the moving average of your choice.
- Set the Based On to the Spreadsheet Formula study