Enums
TradeDirection
Direction (buy or sell) of a Trade.
Allowed valued are:
BUYSELL
Transaction Status
Status of a transaction.
Allowed valued are:
CREATED: trade was createdREQUIRED: trade was required to providerPENDING: trade was required to provider and waiting for answerCONFIRMED: trade was confirmed by providerCLOSED: trade was closed by providerREFUSED: trade was refused by provider
Transaction Status
Available units for a CandleSet.
Possible values are:
TICKSECONDMINUTEHOURDAYWEEKMONTHYEAR
Candle Type
Available type of Candles for a Candle Set.
Possible values are:
CLASSICHEIKIN_ASHI
Candle Color
Available colors of a Candle.
Possible values are:
GREENlast is superior to openREDlast is inferior to openBLACKlast is equal to open
Pivot Types
Available pivot types.
Possible values are:
CLASSIC: P = (H + L + C) / 3.OLHC: P = (O + H + L + C) / 4.
P: Pivot H: high L: low C: close O: current period open.