Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 12:20:24 +0000



Post From: Moving Averages not matching up

[2025-09-09 23:46:51]
Sawtooth - Posts: 4263

- Why did it match EMA on ADD (I assumed the original EMA does not reset)?
- Why did it not match EMA on Cumulative Tick (I assumed the orignal EMA will match since it's based of Cumulative Sum of Study where I enabled Reset at Start of Trading Day)?
- Which EMA should I use to have one that resets every session?
The 'SMAs EMAs at new day' study counts bars since the first one after midnight. Note the formula in Q3.
The MAs use the bar count as the their length until they are >= their K1 setting. Note the formulas in R3-W3.
As such, it's generic and not tied to specific sessions, although it could be modified to do so.

Also, if you apply this study to a chart other than Chart 1, follow these instructions:
"This study was created on Chart 1. If you add this study to a chart other than Chart 1, you must copy/paste cells J1:P1 from Sheet1 to the Sheet# that corresponds to the Chart# where this study is added.
You then must use these cells to set the MA lengths on that new Sheet#."

Date Time Of Last Edit: 2025-09-10 00:05:16