askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.08k stars 3.93k forks source link

How to start the CLI bot using market watch history to avoid warming up #2806

Closed IAMtheIAM closed 5 years ago

IAMtheIAM commented 5 years ago

Note: this is the technical bug tracker, please use other platforms for getting support and starting a (non technical) discussion. See the getting help page for details.

I'm submitting a ... [ ] bug report [x ] question about the decisions made in the repository

Action taken (what you did) Start the live paper trading bot.

Expected result (what you hoped would happen) Use market history from watcher.

Actual result (unexpected outcome) Warming up takes 3 days.

Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc) Which is the setting to use to enable the "LIVE / PAPER TRADING" bot to use history from the market watcher, so it doesn't need to warm up? I'm interested in doing this for the CLI and the UI

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you feel this is very a important issue please reach out the maintainer of this project directly via e-mail: gekko at mvr dot me.

IAMtheIAM commented 5 years ago

I made sure all the data was downloaded from the importer with NO gaps in the requested timeframe, and there is now zero warmup time.