Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

History: CSV randomly getting split to multiple files #5057

Closed
RC-13 opened this issue Jan 27, 2022 · 1 comment
Closed

History: CSV randomly getting split to multiple files #5057

RC-13 opened this issue Jan 27, 2022 · 1 comment
Labels

Comments

@RC-13
Copy link
Contributor

RC-13 commented Jan 27, 2022

Describe the bug
Opening ticket for tracking:
When running a test for a couple of days or even less, there are scenarios that the CSV file is suddenly split into multiple files which sometimes causes an issue displaying the history performance when run in verbose mode. So far I've seen this occur on Binance, and Gate_io

Steps To Reproduce
Here are the steps to reproduce the issue (see attachments in the section below):

  1. Create any market making strategy using Binance or Gate_io connector
  2. Start the strategy and leave it running for a long duration
  3. Regularly check your test bot by running history --verbose
  4. Check the data file folder if an error occurs when the history --verbose command is run.

Note: replicating the behavior is difficult to do so, I tried several steps such as:

  • Interrupt the bot after a fill event, was able to create another CSV file but happened once only and unable to do it again even if I repeat the same method.
  • Interrupting the network when a filled event happen
  • Change configuration such as changing the markets after getting a fill
    I will update add more details if in case I get to capture the issue again.
    Screenshots
    image
    image

Release version
0.46.0

Attachments

WARNING: Do NOT publish any exchange API keys or your wallet's private key. Whoever has access to them may steal your assets!

Optional: your discord username:

@rapcmia
Copy link
Contributor

rapcmia commented Mar 14, 2022

Fix has been merged to staging branch v1.2-staging for Hummingbot 1.2.0

@rapcmia rapcmia closed this as completed Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants