nateemma / strategies

Custom trading strategies using the freqtrade framework
318 stars 85 forks source link

Training recommendations #15

Open snitovets opened 1 year ago

snitovets commented 1 year ago

Hello, @nateemma!

I would appreciate if you share few recommendations about training data: 1. Should I have to train/hyperopt every classifier separately (NNTC_dwt_CNN, NNTC_dwt_GRU etc.) to make it work properly?

  1. As I understood you prefer to have data trained over the last year and keep it updated every week. Should I delete all trained models and retrain/hyperopt everything again over the year?
snitovets commented 1 year ago

Regarding 1st point, looks like I completely misunderstood how it works. But now I figured it out.

nateemma commented 1 year ago

There should be models already in github, at least for the binanceus exchange (in user_data/strategies/binanceus/models). Those models should actually work for any exchange, so you could just copy them to another exchange folder if needed. I am currently generating new models, so I'll upload those soon (it takes a long time)...

Thanks,

Phil

On Tue, Apr 4, 2023 at 6:46 AM Vitaliy Snitovets @.***> wrote:

Regarding 1st point, looks like I completely misunderstood how it works. But I figured it out.

— Reply to this email directly, view it on GitHub https://github.com/nateemma/strategies/issues/15#issuecomment-1496004954, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD4X532IV6PIY3S4M4KMWDW7QQ2PANCNFSM6AAAAAAWSU3O4M . You are receiving this because you were mentioned.Message ID: @.***>

nateemma commented 1 year ago

FYI, I updated many of the models on GitHub. Sorry it took so long, I've been having trouble pushing to GitHub for the last month or so

Thanks,

Phil