Skip to content

CandlestickFieldMap🔗

Constructor🔗

CandlestickFieldMap()

Methods🔗

build🔗

Builds the object.

def build() -> candlestick.CandlestickFieldMap

close🔗

Corresponds to the final (end) value of the given period

def close(close: str) -> typing.Self

high🔗

Corresponds to the highest value of the given period

def high(high: str) -> typing.Self

low🔗

Corresponds to the lowest value of the given period

def low(low: str) -> typing.Self

open_val🔗

Corresponds to the starting value of the given period

def open_val(open_val: str) -> typing.Self

volume🔗

Corresponds to the sample count in the given period. (e.g. number of trades)

def volume(volume: str) -> typing.Self

See also🔗