ReserveCurrency#

tradeexecutor.strategy.reserve_currency.ReserveCurrency Python class in Trading Strategy framework.

class ReserveCurrency[source]#

Bases: Enum

Default supported reserve currencies.

These are the options for strategy module reverse_currency value.

See Reserve currency for more information.

__init__()#

Attributes

busd

Strategy holds its reserves as BUSD on BNB Chain

usdc

Strategy holds its reserves USDC (multi-chain)

usdt

Strategy holds its reserves as USDT (multi-chain)

dai

Strategy holds its reserves as DAI (multi-chain)

busd = 'busd'#

Strategy holds its reserves as BUSD on BNB Chain

usdc = 'usdc'#

Strategy holds its reserves USDC (multi-chain)

usdt = 'usdt'#

Strategy holds its reserves as USDT (multi-chain)

dai = 'dai'#

Strategy holds its reserves as DAI (multi-chain)