0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on May 30, 2017 17:11:08 GMT
Hi Orisk, many thanks for these terrific scripts. Work for me using firefox extension.
Not being a JS programmer is it possible, within the script, to create a variable equal to the "available funds" figure shown in the accounts overview heading; and then be able to assign that variable, rather than a physical amount, when listing loans for 'auto-popup'. This would than populate the popup with the maximum I could invest in a loan part without having to alter figures within the script, or altering the populated figure, each time the available funds are reduced.
Just being lazy I suppose, but the speed at which some of these loan parts get filled, every little edge can help.
Hi, you can bid for an amount above to what you've got. Their system will lower automatically. That's what I did some months ago. Have a try
|
|
ncp
Posts: 19
Likes: 20
|
Post by ncp on Jun 1, 2017 10:02:33 GMT
Hi, have had a play (cannot process through to investment) but clicking "invest Now" on the popup automatically reduces the investment to available funds without any other 'error' messages. Will have a further play when I actually invest. Thanks for the help.
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jun 24, 2017 1:47:00 GMT
Selling Queues: this new extension allows you to verify how your loan parts are moving through the queues.openuserjs.org/scripts/0risk/SellingQueuesJust click INSTALL. (You need to have TamperMonkey installed.) What it does:The script creates a new clickable colum, on the left of the table with your selling loans (www.lendy.co.uk/my-loans/selling). When you click the arrow or a loan part number, a popup window shows a graph with the position of your loan at the queue. How it works:When you visit the "selling" page, the script saves the position of your loan parts. The saving is done locally, on your browser. No data is sent to the Internet. I like to visit the selling page once a day to have a graph with better precision. (Samples are taken with data at least 12 hours apart). Limitations:As above, the data is built upon visiting the page. Take this into consideration if you use multiple browsers. Also in certain circunstances, the saved data may be erase (for example, if you uninstall the script). (If you really need the historical data, you can make a copy of your storage by opening the TamperMonkey dashboard, clicking on the script and then on the tab STORAGE) Disclaimer:You have full responsability when using this script. No guarantee whatsoever. There may be bugs in the script that may cause malfunction, especially in an event of change of page layout. Before complaining about page malfunctioning, remember to test it with TamperMonkey turned off. Security concerns:- This script is activated on pages that match the url below: // @match lendy.co.uk/my-loans/selling - It requires two known libraries below, JQuery and CanvasJS. CanvasJS is a proprietary library for building charts. It is free for personal and non-commercial use. // @require cdn.bootcss.com/jquery/3.1.0/jquery.min.js// @require cdnjs.cloudflare.com/ajax/libs/canvasjs/1.7.0/canvasjs.js- It saves your queues values in the local storage. Donations:
Yes, now I have a brand new bitcoin address to receive donations: Bitcoin: 18JSBkp8pRrbbNF5Wog3VYfsKK6BEHsbgz
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jun 28, 2017 11:50:40 GMT
SELLING QUEUES - NEW RELEASE - IMPORTANT UPDATE I've just fixed a bug that was blocking the collection of queue data. To update, just go to the script page and click on Install. openuserjs.org/scripts/0risk/SellingQueues
|
|
|
Post by freedommmm on Jul 10, 2017 15:45:36 GMT
0risk , thank you for releasing the script. As of this morning it is not working for me, i.e. not sorting in the correct order and not highlighting the right loans! Please look into fixing it i.e. to work with whatever changes Lendy made to their website! [EDIT] 19:10 - seems to be working again!
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 10, 2017 18:20:43 GMT
0risk , thank you for releasing the script. As of this morning it is not working for me, i.e. not sorting in the correct order and not highlighting the right loans! Please look into fixing it i.e. to work with whatever changes Lendy made to their website! [EDIT] 19:10 - seems to be working again! I noticed that too. They included an extra column called Bonus in "my loans" and "selling" pages but now it's gone.
|
|
twoheads
Member of DD Central
Programming
Posts: 1,089
Likes: 1,192
|
Post by twoheads on Jul 10, 2017 20:04:53 GMT
0risk , thank you for releasing the script. As of this morning it is not working for me, i.e. not sorting in the correct order and not highlighting the right loans! Please look into fixing it i.e. to work with whatever changes Lendy made to their website! [EDIT] 19:10 - seems to be working again! I noticed that too. They included an extra column called Bonus in "my loans" and "selling" pages but now it's gone. They're just messing with us software guys... data scrapers and page enhancers...
Really annoying... I think the new 'Bonus' column will reappear again, presumably when the actual bonus system goes live (is there a date for that?).
|
|
|
Post by d_saver on Jul 11, 2017 8:07:17 GMT
For info, it's reappeared...
|
|
|
Post by GSV3MIaC on Jul 11, 2017 9:35:52 GMT
I noticed that too. They included an extra column called Bonus in "my loans" and "selling" pages but now it's gone. They're just messing with us software guys... data scrapers and page enhancers...
Really annoying... I think the new 'Bonus' column will reappear again, presumably when the actual bonus system goes live (is there a date for that?).
I got fed up with it, so my scraper now plays 'thumb through the column headings' to decide which ones to scrape to where. I expect they'll be changing all the spellings shortly, or putting the numbers in in $ or something . 8>.
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 12, 2017 11:18:07 GMT
New version 1.14: "Filter Loans" Adapted to the new "bonus" column and now with a chart showing SM availability history. See start of the thread for more details. You may want to open your script and copy your own configuration before updating. Description: This improves the "available loans" page. It sorts the loans based on remaining terms, hides the bad loans, highlights the good ones, and even opens a new buying window when a loan you want to buy becomes available.
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 12, 2017 11:38:48 GMT
New version 2.0 of "My Loans" extensionLots of new stuff: - new columns: "% on sale", "rejection index", "max on sale' (in last 10 days) - SM chart for each loan (last 10 days approx) - click on the INVESTED information to see it - charts for portfolio rate and term; - adaptated to new lendy column "bonus" (hidden by default, you can enable it). - clickable loan image to open details; Security concerns: in addition to the previous versions, I had to add two directives: - GM_xmlhttpRequest to docs.google.com, to allow a cross origin access to tracker data collected - requirement: canvasjs.com/assets/script/canvasjs.min.js, to draw the charts. CanvasJS is free for personal and non commercial use. Note: The loan tracker: - shows previous 10 days, sampled at 15 minute interval - does not included default loans Attachments:
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 12, 2017 13:06:14 GMT
New version 1.2 of "Selling Queues", for the "selling loan parts" page New: - Show total of loan parts on sale
|
|
copacetic
Member of DD Central
Posts: 306
Likes: 667
|
Post by copacetic on Jul 12, 2017 16:14:37 GMT
Thanks for the update 0risk, I find these scripts really useful!
Could you explain what the rejection index is calculating on the MyLoans tab please?
Also in the recent update the sorting on the remaining term and invested columns aren't working for me (not sorting in the correct order - I'm using greasemonkey/firefox). Not sure if this is an issue on my end or not.
|
|
elsee
Member of DD Central
Retired:D
Posts: 201
Likes: 117
|
Post by elsee on Jul 12, 2017 16:21:34 GMT
Thanks for the update 0risk, I find these scripts really useful! Could you explain what the rejection index is calculating on the MyLoans tab please? Also in the recent update the sorting on the remaining term and invested columns aren't working for me (not sorting in the correct order - I'm using greasemonkey/firefox). Not sure if this is an issue on my end or not. You can now sort on remaining term without any extension, (and on bonus rate) maybe this is interfering?
|
|
0risk
Member of DD Central
Posts: 217
Likes: 202
|
Post by 0risk on Jul 12, 2017 16:52:52 GMT
Thanks for the update 0risk, I find these scripts really useful! Could you explain what the rejection index is calculating on the MyLoans tab please? Also in the recent update the sorting on the remaining term and invested columns aren't working for me (not sorting in the correct order - I'm using greasemonkey/firefox). Not sure if this is an issue on my end or not. You can now sort on remaining term without any extension, (and on bonus rate) maybe this is interfering? The rejection index is the number of times the loan appeared on the secondary market, as a percentage of the total observations. SM data is observed every 15 minute, through a 10 day period. Regarding the sort problem, I'll test later with Firefox. I've just checked it works in my Chrome and it overrides the Lendy original sorting mechanism.
|
|