For a personal project, I have been acquiring instant sell now price data
-
For a personal project, I have been acquiring instant sell now price data. I wanted to share it to see the type of reception or feedback I can get! Here is 24h of IS data sorted by fluctuation. Cheers!
-
Interesting, so depth of bids on Trent was such that he had an IS of £8.20 at one stage? Also what value does the change column represent? Intially I would have thought that would be the difference between High and low price.
-
How do you get the source data and can you expand on the durations - 1wk / 1month
looks interesting
-
@Advinculas-Index I created a python script to webscrape the data! With the frequency of downloads tuneable. Currently running on every 30 mins for every player. However, I have tried every 15s for specific players, and IS price fluctuate A LOT!
-
@DW The changes is the first data and last data in a 24-hour frame! The highest and lowest are the max and min within that 24-hour frame respectively.
-
I have to admit i have not the first idea what a python script is 😂but im hoping there will some likeminded tech people who see this and chip in as this sort of stuff is always very useful
-
This would be particularly useful if you could have it set up tailored to the players on your port and have running as an app in the backround
-
@Advinculas-Index I had a similar thought, I have actually set it up to notify me when I can make a profit from instant sell with my port. I have made 12.2% ROI so far but I am unsure how scaleable this as I am doing one stock at a time.
-
@Advinculas-Index said in For a personal project, I have been acquiring instant sell now price data:
I have to admit i have not the first idea what a python script is
Something to do with a dead parrot normally
-
@footylabs my reception would be that this is very interesting indeed. how does your notification set up work?
-
Really interesting! Debunks the myth that there is no liquidity. Still plenty of money to be made trading the IS price.
-
@TotalPunt said in For a personal project, I have been acquiring instant sell now price data:
@Advinculas-Index said in For a personal project, I have been acquiring instant sell now price data:
I have to admit i have not the first idea what a python script is
Something to do with a dead parrot normally
Bravo sir 😂
-
Daft question but does this look at the IS we see on screen or the actual IS based on how many shares you are selling?
-
Using all-time data you get an adjusted sell price from the expected spread. When the IS is way below this model-IS then I get a notification to make a bid at a suggested price. This suggested price is calculated so that you are at the front of the queue but still make X amount of profit after commission. On average within a week or so the IS will return to the model-IS or even higher. Then I get a notification to sell.
At the moment, the notifications are reports. However, I aim to automate BID/Sell transactions within FI!
-
@Marksandygill This is the IS we see on the screen
-
@footylabs said in For a personal project, I have been acquiring instant sell now price data:
@Advinculas-Index I created a python script to webscrape the data!
Your still using python script? I mainly use the Mongolian honey badger script these says. Really gets the numbers I need. ;)
-
@footylabs this is very clever.
-
@Valhalla From a quick google - is this free? Also, I only know how to write in Python lol
-
This is absolutely brilliant mate, really great stuff!
-
At the moment, the notifications are reports. However, I aim to automate BID/Sell transactions within FI!
I'd be careful with the idea of automating bid/sell transactions as that sounds like deploying a bot, believe that is a 'no no' under FI T&C's.