-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some question / information - for noob users #394
Comments
Hello. First thing, X4 will handle old trades. Depends how low, for new trades, if they dip (to around -12% now, there is de-risk it drops all allowed stake, then is going to recovering with grinding - partial entries and exits). Your config is all right, though, maybe change same to other there. See configs dir here, exampleconfig. I have some bots on slow VPSs, that each loop take 4+ minutes. That works too, sure this is not ideal, but it can do t he job. You don't have to change anything in your config, the default settings is what I use too. Just make sure you have updated X4 file. And yes, new trades should happen, depending on conditions, the pairs currently in list and so on. Now with latest NFI, you can even remove the two price filters, volatility, volume. Again, check configs dir, blacklists & volume pairlists for many exchanges there. The shuffle meant to randomize the order of pairs, it's not really important for NFI right now. If there are signals, then you can get trades right after you start the bot. You can restart it anytime too, for NFI updates and so on. Decide how many pairs to use, just not too low ... 40+ is all right. Depending on your machine. Or if the default 75 work, then everything good. |
Hi, thanks for the replies, I have modified everything to be aligned with what you told me.
However, by doing so, it seems to me that he no longer has enough stack to place more orders, the whole thing was "balanced" for 5 orders, he made 3 and with the increase in positions he eroded the margin to open more. I'm speaking as a non-expert, but in these cases, wouldn't it be better to "free up" slots, maybe the ones that are losing the least and open other positions that are perhaps more profitable? Can I ask you a question? At line Thanks for the suggestions, I'll just let it go like that and see what happens J |
Yes, as for the The extra orders now for the open pairs are going to partial exit, usually at 1.8% + profit. So it will free stake for extra trades or more grinds. There is de-risk also, if drop to about -11% in stake, it's going to exit all allowed, then go on grinding to recover this. And yes, update with releases is good. |
Ok, thank you for the info. Thanks |
Hi, Out of context 😬
How can I measure this on my VPS ? Thanks ! |
I think just start freqtrad with in verbose mode Also I've a question |
@anglol
So in my case, about 4.5 minutes pass from one populating to the next, so with my 31 pairs I am within a 5-minute timeframe. |
Thank you @Jorman
Maybe you have change fees or something, but at the end the difference is not very important. All your trades are in stable coin like USDT, not directly in EURO or USD. Was that your question ? |
Yes, exactly, do you think it is better to trade with stable coins?
|
NFI is meant to handle those ... there is no worry there. let it handle it. |
Certainly, I am hopeful, anxiously waiting but hopeful! |
When i'm stuck with negative trades, I open 1 or 2 new slots temporarily to unlock the situation and reduce it when its ok. |
@anglol I don't know if I explained the situation well |
I get it. I increase I don't know if it's a good way to do 🤔 I think you can discuss all this with the community on discord: It’s a gold mine! |
@anglol @iterativv One last question about the strategy: |
Hello, I have recently approached this world and it is all new to me, where I can, I look for information and try to understand how everything works, other times however I feel the need to have to ask those who are more experienced, so I apologize if some of my questions may seem trivial or even stupid.
I got to know this site thanks to an old
NFI5
strategy, I tried backtests on both the old andX4
and I renew my compliments, really!So I decided to put the X4 version live, replacing the old version, I have two open orders in slight loss, we will see what happens :)
From the backtests, both on random coins and on the suggested white list, it seems to me that X4 makes far fewer bets but "fails" significantly less
NFIX4
strategy onbinance
I used the recommended blacklist, however, I have questions about the configuration:I currently use this as an entry/exit price, do you think this is a problem? I saw that the recommended configuration is different, reverses the buy side, I think just to try to close the order as soon as possible, is that right or is there a reason I'm missing?
In the strategy file, at line
1849
, I find for exampleregular_mode_stake_multiplier_spot
, then there are other "configurations", do I have to set something in the strategy configuration file or does the script do everything by itself and decide what to do? These seem to me to be methods of use, but I have not found any information about themWhy is it advisable to use so many coin pairs? I tried with the recommended configuration but I'm afraid that my nas is slow to handle this, if I saw correctly, at every refresh, every minute then, it "shuffles" the coin pairs and downloads all the information again, 1d, 1h, 5m, etc., right? So if for example I have 60 pairs of coins and it takes 1.05 seconds on average for each pair, that means it will never finish downloading and analyzing the data, before the next cycle, and in that case I have to decrease the pairs, is that right or am I doing it wrong?
What happens when it shuffles the pairs? Let me explain, I understand that they are shuffled as an order, but if the setup has a maximum of 5 orders, does the bot only analyze the first 5 pairs and then it makes sense to shuffle them or does it always analyze all 40 or 50 or whatever and then it can open an order even on the pair that occupies position 23 for example? I'm just trying to understand the logic
What is "wrong" or not advisable in this list?
I take the first 100 coins per volume, remove the new ones that are perhaps unstable and have exaggerated
pumps
that are likely to cause me to lose, I then apply thePrecisionFilter
here this actually can be removed since the stoploss is totally handled by the script!RangeStabilityFilter
andVolatilityFilter
are not meant to keep only thestable
coins? Why is it advisable to remove them instead? I would hazard a guess that all stoplosses handle various situations well and you canrisk
from unstable coins and maybe even gain something from them. Am I wrong?Now I let X4 go for a few days, should I expect some trades? Or does it need more time to collect the information it needs to trade?
J
The text was updated successfully, but these errors were encountered: