Prevent the bot from starting if an exchange account balance is lower than the defined fixed exposure #405
No reviewers
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader!405
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "check-for-enough-balance-at-startup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prevent the bot from starting if the user set a fixed exposure and the account balance is lower than the defined fixed exposure.
Otherwise the bot will start and then get a
Not Enough Balanceexception on the first trade it tries to execute on that exchange.