Managing Wallet

Wallet commands

Wallet commands are a great way to check if you have enough assets for entries and exits.

Maximum entry amount

MaxLongAmount and MaxShortAmount will calculate the minimum/maximum trade amount which can be used to place entry orders.

Maximum exit amount

MaxExitLongAmount and MaxExitShortAmount will calculate the maximum trade amount which can be used to place exit orders.

Coin amount and wallet check

WalletAmount will get the available amount in the wallet for a specific coin.

With WalletCheck, you can make sure you have enough assets in the wallet before executing orders.

Last updated