naming is important.
This commit is contained in:
parent
8ae941be24
commit
3c3e045937
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ func (bbs *BollingerBandsSeries) GetBoundedValue(index int) (x, y1, y2 float64)
|
|||
return
|
||||
}
|
||||
|
||||
// GetLastBoundedValue returns the last bounded value for the series.
|
||||
func (bbs *BollingerBandsSeries) GetLastBoundedValue() (x, y1, y2 float64) {
|
||||
// GetBoundedLastValue returns the last bounded value for the series.
|
||||
func (bbs *BollingerBandsSeries) GetBoundedLastValue() (x, y1, y2 float64) {
|
||||
if bbs.InnerSeries == nil {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue