iterativv / NostalgiaForInfinity

Trading strategy for the Freqtrade crypto bot
GNU General Public License v3.0
2k stars 498 forks source link

Strategy analysis took 178.11s, more than 25% of the timeframe (75.00s) #412

Open riven-blade opened 2 months ago

riven-blade commented 2 months ago

WARNING - Strategy analysis took 178.11s, more than 25% of the timeframe (75.00s). This can lead to delayed orders and missed signals.Consider either reducing the amount of work your strategy performs or reduce the amount of pairs in the Pairlist.

DominiqueGEORGES commented 2 months ago

Hi.

I also have this error message, but it does not have any impact on the way NFI performs

riven-blade commented 2 months ago

Hi. Are you sure ? This will have a great impact on the ultra-short term. The NFI trading cycle is relatively long, but I am not sure whether it will affect the ultra-short term.

stash86 commented 2 months ago

Imagine you have a green long candles. By the time you entered, you might be entering near the top of that green candle. Decide yourself whether buying near the top is good or not.

iterativv commented 2 months ago

Hi. Are you sure ? This will have a great impact on the ultra-short term. The NFI trading cycle is relatively long, but I am not sure whether it will affect the ultra-short term.

Hi, in long term it doesn't matter. Some times it's better to delay some times is better to be faster.

There will be a new version, that for this part at least, is going to use all cores. Live ready in 2-3 weeks now.

roko772 commented 2 months ago

There will be a new version, that for this part at least, is going to use all cores. Live ready in 2-3 weeks now.

Nobody asked, everybody needed - that's all I can say. Thank you!

roko772 commented 2 months ago

Perhaps an OffsetFilter can be used to divide pairlist between multiple instances.

iterativv commented 2 months ago

Perhaps an OffsetFilter can be used to divide pairlist between multiple instances.

Yes, that been done. Anyway, there will be no issues with CPU usage for X5. In 2-3 weeks should be ready for the first live runs.