iterativv / NostalgiaForInfinity

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

Inquiry about the NostalgiaForInfinityX4 strategy: Principles, Applicability to Futures Contracts, Recommended Settings, Maximum Leverage, Stop-loss Logic, etc #400

Closed aixuedegege closed 5 months ago

aixuedegege commented 5 months ago

Is there any explanation about the NostalgiaForInfinityX4 strategy? I would like to understand its principles. Can it be used for futures contracts? Are there any recommended settings? How much leverage can be applied? What is the logic behind the stop-loss, etc.?

iterativv commented 5 months ago

Hi.

Well, a lot of the entries are based on mean reversion, but not limited to that. It strives to pick accurate entries, but after a trade open - that know starts with half the normal stake - there are tools to manage it, in case of dips. Basically, unless totally collapse, it can handle all trades.

And yes, futures supported, of course, extra careful there if live, only funds you are comfortable with. The leverage is 3x

There is configs dir on the repo here, with exampleconfig, secrets, blacklists and volume pairlists.

aixuedegege commented 5 months ago

ok i will read the cool strat. good job!