setrsclub.blogg.se

Timekeeper gw2 spidy
Timekeeper gw2 spidy













timekeeper gw2 spidy
  1. Timekeeper gw2 spidy install#
  2. Timekeeper gw2 spidy code#

So atleast the code remains readable there. You find the ColumnHelper in every code-behind file (if there is a list) to take care of this problem. I tried to stick to MVVM as far as possible, but it's not possible in every situation.įor example: Saving the column order and column width is a pain. So i decided to step up and switched to WPF MVVM, and you see what cames out. I had a lot troubles with WinForms, to fit things, how i would like to see them. Since my project is open source now, everyone could easily implement their own dataprovider, given the api remains similar. This dataprovider unlocks all features of this application. So in best case the memory of GW2 is read only once a few days. It will use the gathered session key, as long as it's valid. This application scans the memory of Guild Wars 2 to obtain this session key and caches it. To request data, a session key is required, which is requested by the Guild Wars 2 client. By knowing that, it's quite easy to replicate the requests and get the data. The official Trading Post runs as a website in the Guild Wars 2 client. The official Trading Post as Dataprovider.However the amount of requests is limited, there is no access to transactions and some features only work with the official trading post dataprovider. While using this dataprovider, there is no way to track what you're doing. This requests data from gw2spidy developed by Drakie. Current transactions (buying/selling/bought/sold).Net 4.0: otherwise you can't build or debug this application.

Timekeeper gw2 spidy install#

You need to install the Blend WPF SDK for. Until then transactions and anything related to personalized data, is disabled. Since the old inofficial api got replaced by another interface, I decided to implement the official API's at first.Īs far as I know, the new API supports accounts and characters at some point, so I can probably implement transactions with the official API soon. This also includes more ways to search in future releases. That also means, the search is way more efficient and can provide items faster. This means a short wait time until the search is usable at start. The old search used to make requests to the trading post servers of arena net or, with this new search service, I can search on a local DB, which is a json file currently loaded into ram on startup. New DB Filesįrom time to time Guild Wars 2 gets new Items.Įxtract the json files to the notifiers DB Folder and replace the existing ones. New GW2 DB Files ()Įxtract the json files to the notifiers DB Folder and replace the existing ones. Light blue line = price of the average buy listing for the day.For the changelog and the latest releases visit the trading post notifiers website:. Orange line = price of the current buy listing(raw). Purple line = price of the average sell listing for the day. Green line = price of the current Sell listing(raw). (correct me if the % values are wrong, remembering from 2 years ago.) So you want to find items with high volumes(so you can actually trade it), and a gap greater than 15% of the sell price. So the gap between your buy offer and your sell offer must be at least 15% of the sell price. Then when the item is sold you pay the other 10-5%, for a total lose of 15% for selling items on the TP. as soon as you post to sell you pay 5%(or 10%) of the posting price(don't mess up when posting an item for sale, it charges you immediately and each time you post it, so it costs you to re-post). When flipping on the TP you place low buy offers, then once someon sells it to you, you post the item for sale at a higher price. the buy list is when someone wants the item and posts an offer at that price. The sell list is when people have the item and post it for sale at a price. Red columns = number of postings to buy the item in the last day(averaged). but also high volumes usually move the price into a non-profit price(unless demand is high).īlue columns = number of posting to sell the item in the last day(averaged). you want a high vloume in both sell and buy, that means the item is moving fast and you can be assured good turnover. VOLUME:volume can be seen by hovering mouse over the bar.















Timekeeper gw2 spidy