Exponential Moving Average (EMA) #256
DaveSkender
announced in
Indicators
Replies: 1 comment
-
|
@fszostak, an example to get EMA using Low price: # EMA(14) on Low price
var results = quotes.GetEma(14, CandlePart.Low); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Community discussion about Exponential Moving Average (EMA)
Beta Was this translation helpful? Give feedback.
All reactions