Skip to content

Why CandlePart was discarded in getting EMA? #963

Answered by DaveSkender
tiger2014 asked this question in Q&A
Discussion options

You must be logged in to vote

With version 2, we added a more comprehensive chaining model, so the same can be achieved with (example):

var results = quotes
  .Use(CandlePart.HL2)
  .GetEma(..);

There are also more candle part options now. See utilities and helpers for more information.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by DaveSkender
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants