SMA overload function #505
bitwizardry
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Lemme think about it. I’ve seen this done in some charting platforms, but never quite understood why anyone would want to do that. For the sake of avoiding superfluous features, I never tried. What’s the reason someone would want an indicator on Low price, for example? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dave,
What about a GetSMA's overload with a
Func<IQuote, Decimal>
allowing us to get the sma from any part of the candle, not only from the Close price? I think it's a nice idea.Beta Was this translation helpful? Give feedback.
All reactions