The opensource cross-platform paper trading platform.
Go to file
2020-08-01 13:12:12 +03:00
.github/workflows ci: rust compilation 2020-07-20 11:52:54 +03:00
DockerFiles add: db_init loading of companies data. 2020-07-25 13:40:45 +03:00
docs rust: changed project to be in rust 2020-07-20 11:52:53 +03:00
scripts script: add remove_db.sh 2020-07-26 10:22:10 +03:00
src test: add get_sstock_from_db_since_epoch() test 2020-08-01 13:12:12 +03:00
.gitignore fix: wrong gitignore condition 2020-07-31 10:42:57 +03:00
Cargo.toml add: gen_log() 2020-07-31 10:40:34 +03:00
LICENSE docs: add loginFail server inst 2020-07-20 11:52:29 +03:00
log.txt fix: wrong gitignore condition 2020-07-31 10:42:57 +03:00
README.md Simple README 2020-07-23 19:38:01 +03:00

Rust

PaperTrader

The opensource cross-platform paper trader for learning to trade assets.

Getting Started

Developers

Make Sure you Cargo. To get a copy of the source code for development:

$ git clone https://github.com/realaltffour/PaperTrader.git

Compiling code:

$ cargo run

Built With

Authors:

License

This project licensed under GPL v3.0 - see the LICENSE file for details