Any suggestions on how I can create a simple moving average for a periods pivot point. I was thinking it might be the same calculation as a periods typical price..(H+L+C)/3..thanks for any help anyone might give.
Announcement
Collapse
No announcement yet.
Pivot Point Moving Average
Collapse
X
-
galtgul
sma(your_period, hlc3(inv([your_interval])))
For more information and examples on the sma() function see this article in the EFS KnowledgeBase. See also [this article on the inv() function used to assign a function to a specific interval.
Lastly see the examples in this post in this forum that provides many examples on how to use the EFS2 functions
Alex
Originally posted by galtgul View PostAny suggestions on how I can create a simple moving average for a periods pivot point. I was thinking it might be the same calculation as a periods typical price..(H+L+C)/3..thanks for any help anyone might give.
Comment