nateemma / strategies

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

Pairlist #50

Open syco opened 6 months ago

syco commented 6 months ago

Am I correct thinking that because this needs extensive testing with each pair VolumePairList is not a viable option? It needs a static pairlist?

maledicente commented 6 months ago

VolumePairList is one option if you have a lot of CPU/GPU and your frame rate works at the exchange. You can combine a list of coins and apply VolumePairList only to this list, which works better because every new coin will need to be trained in real-time. Gate.io has around 1200 coins, imagine... haha

nateemma commented 6 months ago

I use a fixed pairlist for testing mainly because I need repeatable results to see if my changes are improvements or not. The majority of the strategies do not require a fixed pairlist - the exceptions are the Neural Network models if you enable the per-pair models; in that case you would need to use a fixed list because there isn’t enough training data in the live buffer to train in real time.

Cheers

Phil

On Tue, Feb 27, 2024 at 6:05 AM Luiz Paulo Nievola @.***> wrote:

VolumePairList is one option if you have a lot of CPU/GPU and your frame rate works at the exchange. You can combine a list of coins and apply VolumePairList only to this list, which works better because every new coin will need to be trained in real-time. Gate.io has around 1200 coins, imagine... haha

— Reply to this email directly, view it on GitHub https://github.com/nateemma/strategies/issues/50#issuecomment-1966624033, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD4X53A5P2755DEDCCBSFLYVXRZNAVCNFSM6AAAAABD3BQHOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRWGYZDIMBTGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>