# Functions
No description provided by the author
No description provided by the author
No description provided by the author
BOOL2 is bollinger indicator the data flow:
priceSource ->
-> calculate SMA -> calculate stdDev -> calculate bandWidth -> get latest SMA -> upBand, downBand.
No description provided by the author
No description provided by the author
No description provided by the author
Cross creates the CrossStream object:
cross := Cross(fastEWMA, slowEWMA).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KLines creates a KLine stream that pushes the klines to the subscribers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Stochastic Oscillator.
Subtract creates the SubtractStream object subtract := Subtract(longEWMA, shortEWMA).
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CrossStream subscribes 2 upstreams, and calculate the cross signal.
No description provided by the author
No description provided by the author
go:generate callbackgen -type KLineStream.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
go:generate callbackgen -type StochStream.
SubtractStream subscribes 2 upstream data, and then subtract these 2 values.
This TRStream calculates the ATR first.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author