DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.22k stars 2.04k forks source link

Disk usage with genetic backtesting #590

Open DarkShimy00 opened 6 years ago

DarkShimy00 commented 6 years ago

Hi,

The genetic backtesting seems to work pretty well. However, I noticed it creates a lot of files in the simulations folder and takes a lot of disk space.

I suggest adding a flag to the sim command to skip the html file generation and to use it with the genetic backtesting.

Thanks

DarkShimy00 commented 6 years ago

Actually, passing the --filename none flag would already work.

typicalaimster commented 6 years ago

Can we also write the JSON and csv files to Simulations as well? If you leave it running for awhile it clutters up the app's root directory.

DarkShimy00 commented 6 years ago

I think putting them in a new directory would be better.