App for backtesting and viewing charts.
This is currently pre alpha so there may be breaking changes.
- Create an API key at AlphaVantage
- Build and run the app and open the settings editor and input the key.
- Type in some symbol names. This starts downloads of days in the background.
- Open the downloader to download minutes, this is very slow with the free version of AlphaVantage.
Type in symbols, end with enter. The first time a symbol is entered daily candles are downloaded in the background. The download can be very slow as it throttles to five downloads per minute. To download minues open the downloader and refresh the list then klick download.
Scroll to change time. Arrow left and right moves time one day candle. Shift left and right one hour candle. Space starts animation. Ctrl W adds current symbol to watchlist.
Alt R selects random item in current list, symbols or bookmarks. Alt Left and Right moves back and forward in history.
Currently we don't distribute binaries for download meaning sideways is built from source. Here are the steps:
- Get the code
- Install git if not installed https://gitforwindows.org/
- Run
git clone "https://github.com/JohanLarsson/Sideways" "C:/git/Sideways"
in a command prompt
- Build the code
- Install x64 SDK from https://dotnet.microsoft.com/download/visual-studio-sdks
- Click
C:/git/Sideways/run.cmd
it takes a couple of minutes as it downloads latest sources then builds them and runs the app. Nice ting is that it will always be the most recent version of sideways.
From now on start sideways by clicking run.cmd, it takes a while but is nice as it is automatic update.