Login Page - Create Account

Support Board


Date/Time: Mon, 22 Sep 2025 23:47:50 +0000



Post From: 3 period moving average

[2022-11-30 15:31:24]
Sawtooth - Posts: 4264
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