1.2.15 Implemented asset management functionality #55
DogsTailFarmer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Relevant for STANDALONE mode
As a result of the strategy's work on a set of pairs, a free volume of assets is constantly formed, which is not involved in the turnover. For its consolidation, conversion and preparation for withdrawal, this was done.
Account - sub-account
On all connected exchanges, it is possible to use the structure of linked sub-accounts. On Binance, you need to contact support for this. On other exchanges, this is an available feature for all users.
The main account is used to consolidate and convert free assets. It does not need to run active trading strategies. Trading strategies are launched on sub-accounts. In the parameters, set the parameter
ex.COLLECT_ASSETS = True
Before the start of the cycle, all free funds will be automatically transferred to the main account.
Conversion
Run the strategy on the main account in the mode GRID ONLY
Do this for every coin that can be transferred from a sub-account with an active strategy.
Example
📈🎉
Beta Was this translation helpful? Give feedback.
All reactions