Uh oh!
There was an error while loading. Please reload this page.
Add total earned - #114
Conversation
lalbuquerque
commented
Sep 30, 2016
Very useful! |
There was a problem hiding this comment.
[Reviewed code, have not tested] Your commit overwrites two recently merged commits, #108 and #107
Please update code with these commits included. You can do what ever works.
Otherwise, I feel like this feature is a good enhancement. I will be glad to merge this once the issues are fixed and it has been user tested.
Need to rebase on master. |
rogerioaguas
commented
Oct 2, 2016
Ok, i found a problem with poloniex API. This api return only 188 last loan but i when found solution i will make another pull to your review. Thanks Bruno Colombini'' Developer para iphone e sistemas Web.
|
@bcolombini , I make some tests. I think that I found something that may help you. but you most test it. on lendingbot.py on poloniex.py |
praeluceo
commented
Dec 31, 2016
This functionality would be extremely useful to the bot, especially if it could list lifetime earnings by the bot, as well as broken down by monthly revenue. I have a spreadsheet where I manually run the report by comparing the Unix timestamps between two dates ala: But to have this automatically maintained in realtime by the bot would be awesome. I'd be willing to tip for this feature! |
ckcollab
commented
Apr 8, 2017
@praeluceo I could do this, please contact me :) For my reference: https://poloniex.com/tradeHistory#analysis/BTC/-/lending |
| parser.add_argument("-spread", "--spreadlend", help="How many orders to split your lending into") | ||
| parser.add_argument("-gapbot", "--gapbottom", help="Percentage of your order's volume into the ledger you start lending") | ||
| parser.add_argument("-gaptop", "--gaptop", help="Percentage of your order's volume into the ledger you stop lending") | ||
| parser.add_argument("-60day", "--sixtydaythreshold", help="Rate at where bot will request to lend for 60 days") # only used for backward compatibility |
There was a problem hiding this comment.
Removing these arguments is what needs to be changed?
There was a problem hiding this comment.
This needs a complete refresh at this point.
I think this needs a rewrite. |
rnevet
commented
May 14, 2017
FYI, I'm working on an implementation for this with another approach. |
Add total earned by currency, and creating function in poloniex class.