Login Page - Create Account

Support Board


Date/Time: Fri, 27 Mar 2026 09:32:37 +0000



Post From: 3 period moving average

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