Problem with SMA in fundamental chart

Hi all,

I can add the following formula to a fundamental chart:

SMA(10,0)

When I try to do the same for the high of a price, I get the below error message.

SMA(10,0.#High)

“SMA(10,0.#High) is not valid”

Why?


I got it…spelling mistake…

I am not sure about the use of #high (I don’t think it is supported, see the docs for using SMA) but I can tell quickly that your syntax is wrong. Use a comma instead of a period.

It looks like #high is supported.

You’re missing the 2nd comma.

Thanks guys. Got it fixed and can now display Keltner channels / breakouts in the fundamental charts

:slight_smile: