I want to make a trading system that can be operated by an individual.
Current target is bitflyer's bitcoin.
- System trading with bitFlyer
- Back test with local or S3 data
- Moniter and alert Positions
It saves Bitcoin ticker information on S3 using bitflyer real-time API
If you just try it you can
$> sbt run
You can create docker image.
$> sbt docker:publishLocal
Runnable docker image is here.
https://hub.docker.com/r/scalatrader/store-ticker/
improve multiple strategies
- show recent performance for each strategy
- can trade with minimum fixed value(0.01)
- skip old ticker after retrying
- parallel backtesting of multiple strategies
Support for SFD
multiple strategies