Skip to content

Use open price to calculate Bollinger Bands #660

Answered by DaveSkender
pooyan-fekrati asked this question in Q&A
Discussion options

You must be logged in to vote

Starting with v2, you can now choose any price element or candle variant to generate Bollinger Bands. Here's an example of the syntax:

// example
var results = quotes
    .Use(CandlePart.Open)
    .GetBollingerBands(..);

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DaveSkender
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