Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.08 KB

scalatrader Build Status"THE SUSHI-WARE LICENSE"

I want to make a trading system that can be operated by an individual.
Current target is bitflyer's bitcoin.

Available Feature

scalatrader

  • System trading with bitFlyer
  • Back test with local or S3 data
  • Moniter and alert Positions

store/ticker

It saves Bitcoin ticker information on S3 using bitflyer real-time API

How to use

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/

Release Note

scalatrader

v0.0.8

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

v0.0.7

Support for SFD

v0.0.6

multiple strategies