Skip to content

Improve XML doc strings for OHLC.GetBollingerBands() and OHLC.GetSMA() #830

@ticool

Description

@ticool

I got an array of 300 items, when im using GetBollingerBands and GetSMA i need to enter a (int points), the description says "Numbers of points to analyse backwars in time". When i enter 5 i got 295 items in arrays instead of the last 5.

(double[] xs2, var sma, var bolL, var bolU) = CandlePlot.GetBollingerBands(5);
(double[] xs, double[] ys) = CandlePlot.GetSMA(5);

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions