kiennc
November 7, 2021, 9:29am
#1
Dear All !
I am looking to plot Moving Average, but the start value to count and then plot is specific point on the chart.
For example, the chart have 1000 bars, I want to count the value of MA20 from the bar of 500th and then plot MA20 from that value.
Anyone help me?
Thanks you!
fxshrat
November 7, 2021, 10:22am
#2
You will get same results.
See here
Do you guys realize that starting MA calculation from new day and calculating MA entirely from first visible bar or from first bar of array do plot the same MA? The only difference is that MA calculated from new day starts n-bars later.
So It is quite pointless starting at new day. What for? What is the benefit?
You just add unnecessary calculations coming to same end result.
Red MA -> standard MA
Orange MA -> Calculated since new day
Result: same values, just one starting later.
What is …
4 Likes
system
Closed
February 15, 2022, 10:22am
#3
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.