manages and stores market history bars data
downloads and updates when there is new bars avaliable
create strategies and other events, run backtests and stream data
plot to http with highcharts
use the examples
git clone https://slicken/history.git
cd history/examples
go build -o app
./app -quote=BTC -limit=200
- list all history bars: 127.0.0.1:8080/
- run normal backtest: 127.0.0.1:8080/test
- portfolio test: 127.0.0.1:8080/backtest
- list top preformers (N days): 127.0.0.1:8080/top/30
view examples/main.go for more details and examples.