nateemma / strategies

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

Converting the most promosing strats to freq ai? #27

Open Jarrodsz opened 1 year ago

Jarrodsz commented 1 year ago

What would be considered the most potential strats? To prevent waisting time is there work done on converting them to freq ai? I wanted to start converting but it would be a waste of time if we all convert them ourself at the same time.

I must admit im new to freq ai and could probably get there 80% I expirimented with a lot of regular strats and extended modified them, but from freqai probably still mis some context.

could help, create pr but probably need some review help finalising things then

tomjrtsmith commented 1 year ago

I can't speak for Phil who has far more experience with them than me, obviously having created them, but I think for the most part the first issues would be around ensuring Freqai has the correct frameworks in place to ensure the strat's methodologies are able to be correctly implemented. This extends to Tensorflow and Pytorch implementation, making sure PCA is correctly implemented. @nilux has made a start rewriting some of the algo's for Pytorch, some discussion probably needs to be had with the Freqai team about how they would approach things.