Moving average remove history
Moving average remove history
05 Jan 2018, 03:41
is there a way to set a “start” for a moving average indicator ?
like if its intraday the average only shiws that very day ?
Replies
swingfish
05 Jan 2018, 19:18
( Updated at: 21 Dec 2023, 09:20 )
i have a custom indicator. it does, however, reset to 0 at the beginning of the trading day.
but the previous session data is still there making the charts to look shrieked
simply removing the past before the reset would fix this problem permanently.
attached image has a 29pip range but it shows like 5 because of the past deviation
@swingfish
PanagiotisCharalampous
08 Jan 2018, 10:00
Hi swingfish,
If you post your custom indicator then maybe somebody from the community could suggest a solution to your problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
swingfish
08 Jan 2018, 10:19
RE:
Panagiotis Charalampous said:
If you post your custom indicator then maybe somebody from the community could suggest a solution to your problem.
i was under the impression that this here is "the community" ;)
@swingfish
PanagiotisCharalampous
05 Jan 2018, 11:37
Hi swingfish,
The build in moving average indicators do not offer this functionality, You would need to develop a custom indicator. Why do you need such functionality?
Best Regards,
Panagiotis
@PanagiotisCharalampous