http://skilledtra.de/chartdemo
- Right-click steammarket.crx and click save-as.
- Save it anywhere
- go to chrome://extensions (opera: about://extensions)
- Drag steammarket.crx to the page
- Done!
- Download the zipped file
- Extract it to a folder
- Drag the folder to chrome://extensions (opera: about://extensions)
- Done!
- Open about:config
- Search "xpinstall.signatures.required"
- Set it to false
- Install the extension from here: https://addons.mozilla.org/en-US/firefox/addon/steam-market-extended/
-
Make sure you are signed into steam (still trying to figure out how to make an XHR request without having to be logged into steam)
-
Navigate to an item you would like to view market details about
-
For a line graph, click "Open line graph"
-
For a candlestick graph, click "Open candlestick graph"
-
Adjust the time period by scrolling on the navigator
-
Or by dragging on the chart
-
-
- A simple moving average is calculated by adding together the first n (n being the period) closing prices and dividing them by n
-
- An exponential average is calculated using the simple moving average and applies more weight to recent prices
-
- Relative strength index is calculated by subtracring from 100, 100 divided by 1+RS (average gain of up of the period/average loss of down of the period)
-
- ATR is basically the day's range that can extend to yesterday's closing price if it was outside of this days range
-