iterativv / NostalgiaForInfinity

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

All the trades opened turns around 5$ #382

Open Sorok-Dva opened 4 months ago

Sorok-Dva commented 4 months ago

Hello, all the trades open by freqtrade turn around 5$, how can I increase this, to allow the bot to trade with more than 5$ ? Thanks

I asked on freqtrade discord, they told me it come from the strategy and the custom_stake_amount method in the strategy.

Here is an exemple of logs :

2024-02-22 22:23:25,747 - freqtrade.wallets - INFO - Wallets synced.
2024-02-22 22:23:25,991 - freqtrade.freqtradebot - INFO - Long signal found: about create a new trade for EPX/USDT with stake_amount: 5.303304240299999 ...
2024-02-22 22:23:26,236 - freqtrade.freqtradebot - INFO - Order 79374784 was created for EPX/USDT and status is open.

But I've 50$ available on my wallet. Here is my user config :

image

Thanks for helping me, Best regards

iterativv commented 4 months ago

Hi. I see you have set 5 max trades, Is your balance 50 ?

The latest NFI will use half the slot stake. So, if 10, going to start with 5. Make sure you have updated to latest X4. Now, if your balance is 50, you can change to 3 slots, if you like. From 5 to 3.