asavinov / intelligent-trading-bot

Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering
https://t.me/intelligent_trading_signals
MIT License
803 stars 179 forks source link

Configs samples #8

Closed StateException closed 1 year ago

StateException commented 1 year ago

Hello! Сould you update the sample configs? Because it seems there are not enough parameters for the full functionality of the scripts, for example "time_column" is missing at all, as well as "freq". I tried to start training several times, but the process was interrupted several times due to incorrect training configuration.

Sincerely!

StateException commented 1 year ago

If what I'm talking about is "config-sample-v0.3.0.json", it doesn't exactly match what's in "App.py". Therefore, I would be very grateful if you would set such "standard" settings. It is quite possible that other beginners who are not quite versed in python will also need it.

asavinov commented 1 year ago

Hi, I am currently doing some refactorings and many configuration parameters change indeed (and not all components are working). As soon as I get a more or less stable (new) version, I will publish a working sample config. Sorry for not having it right now.

StateException commented 1 year ago

Np, mate. Thanks for quick answer! Could you tell me if in the releases the archive of version 0.3.0 everything corresponds to "config-sample-v0.3.0.json"?

StateException commented 1 year ago

And could you tell me what version of python you are using for the current branch of the project? 3.8?

asavinov commented 1 year ago

Yes, I added config-sample-v0.3.0.json to match version 0.3.0 of code. My Python version is 3.8.