Open calamarcus opened 3 years ago
There are 2 reasons:
Okay. That is not good. An improved solution might be needed.
Hi @nikeboy264 you seem knowledgeable on this. Would it be beneficial to to be able to make limit sell order too? Or would that be too risky when selling?
I have a basic algorithm, I hope this helps.
Hi @nikeboy264 you seem knowledgeable on this. Would it be beneficial to to be able to make limit sell order too? Or would that be too risky when selling?
I agree with @rishabhkr432's solution. To lower the risk and more advanced, i think:
Buy the coin with Market order. Timer to sell fallback now activated.
Split the coin qty to 4 parts. (E.g bot was bought 100 BTC)
Set the profit expected for each part (in configuration file). E.g: 1st 25BTC - Profit margin: 10% 2nd 25BTC - Profit margin: 20% 3rd 25BTC - Profit margin: 50% 4th 25BTC - Profit margin: 80%
Place 4 sell orders using Limit order. Limit order is the best because when the coin price reach profit expected, the coin will be sold immediately.
I think the bot no need to waste time to check if the Limit sell order is filled. If Timer (in step 1) is end, the bot cancelled all available Limit Sell order and do sell fallback.
Hi @nikeboy264 you seem knowledgeable on this. Would it be beneficial to to be able to make limit sell order too? Or would that be too risky when selling?
I agree with @rishabhkr432's solution. To lower the risk and more advanced, i think:
- Buy the coin with Market order. Timer to sell fallback now activated.
- Split the coin qty to 4 parts. (E.g bot was bought 100 BTC)
- Set the profit expected for each part (in configuration file). E.g: 1st 25BTC - Profit margin: 10% 2nd 25BTC - Profit margin: 20% 3rd 25BTC - Profit margin: 50% 4th 25BTC - Profit margin: 80%
- Place 4 sell orders using Limit order. Limit order is the best because when the coin price reach profit expected, the coin will be sold immediately.
- I think the bot no need to waste time to check if the Limit sell order is filled. If Timer (in step 1) is end, the bot cancelled all available Limit Sell order and do sell fallback.
Yeah, this sounds more reasonable. Checking limit-sell again would be time-consuming.
What is the best settings for huge pumps like 1000% ?
Lol bruh your expectations seem to be really high. Calm down. Also I replied to you in the other issue.
Hi again. How is the profit function work. i went live on a pump and put 0.5 profit in the config. i finished woth a profit, but at 8%, so im eager to learn how the bot works in regards to getting the most profit.