-
Notifications
You must be signed in to change notification settings - Fork 344
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
Feature Request - Only Loan out if current rate is better than existing #39
Comments
Why would you want that, if your bot is always online? |
if the market go down when your lending end, if you have auto-renew, it will only renew to the same %. and nobody will take it because market is way under your %. So this feature demand doesnt make sense! |
Ah I see. Thanks for the clarification! I want to loan out BTC with a min of 0.04% and DASH with a min of 0.1% how is this possible? Do i just need to edit the #coinconfig line? |
This would be the coin config your looking for: coinconfig = ["BTC:0.04:5","DSH:0.01:5"] |
was going to write same thing |
I tried. Doesnt seem to work still lending DSH at lower rate. |
Sorry forgot to type the A... this should work, although its around 0.03 right now. coinconfig = ["BTC:0.04:5","DASH:0.1:5"] |
my setting - Is still lending DASH at 0.0404% I just tried this - #coinconfig = ["BTC:0.04:5","DASH:0.1:0"] and it is still lending the coin. |
hi new to this , i have ltc and xmr , ltc i like a min of. 0.001 , xmr 0.018 , how should i edit my coinconfig . note no btc or any other coins atm. thanks for all reply |
@rje8686 people would still have to pay back the lending, when setting the last option at 0 it means it wont lend out new ones. It should return back into your wallet when people paid it off :) Also note: You have it commented with an Hashtag (#) which means that option is switched off. |
@m33Lucky use this coin config: coinconfig = ["LTC:0.001:5","XMR:0.018:5"] |
@RDash21 in the coinconfig = ["Xmr:0.018:5"] |
@m33Lucky it means it will trade 0.018 Minimal daily rate and up to 5% maximal daily rate. |
@RDash21 you're almost right :) |
does it override the min dailyrate line? my setting - |
@rje8686 yes it does. But do you know that '#' in front of the line means it's a comment - this option is not active. To put into effect please remove '#'. |
Closing due to inactivity and solution found. |
Hi,
Really enjoy using the bot. The one issue i have is whether to keep the auto renew on or off.
Say the best loan rate is currently 0.1% and i have the following loans -
1 BTC - 0.2%
2 BTC - 0.05%
I want to keep the 0.2% with auto-renew on and remove auto renew on the 0.05% loan so i can get it loaned out at a better rate.
Is this possible?
Thanks!
R
The text was updated successfully, but these errors were encountered: