Skip to content

Release v1.0.90

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 19:15
a3c7cd3

RELEASE NOTES

New features / solved bugs regarding Pull request #17

  • Added a new "Account" configuration variable that is only used by the FTX part of the bot but I made it so that it could be reused for other exchanges. FYI, FTX allows to create subaccounts to split funds and manage balances separately. Retrocompatibility is not broken as I've tested the code and it properly falls back to the main FTX account in case of no variable found in the config or it's an empty string.
  • Fixed validation and parameters formatting used in the API calls
  • The FTX.Net library is now up to date (it was very outdated but it's a very young/fast moving lib apparently)
  • Prevented the logic to break and so the bot to crash with a null exception when no Ask price is received from the API (FTX.Net might have a bug there as i've never seen the field populated, i didn't dig into it nor contacted them)
  • Made the "Not enough money" error more verbose
  • Updated the relevant .ps1 script to account for the new "Account" configuration variable setup

Others

  • Solved bug within AccBot update by installation script.

Installation instructions can be found in README.