Skip to content

miska924/trading-bot-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trading-bot-cpp

mkdir -p build && cd build
cmake -G Ninja .. && cmake --build .
ctest

Plots for tests

To enable plotting for tests to see strategy performance you need gnuplot to be installed

for apt (ubuntu/etc) sudo apt update && sudo apt install gnuplot
for brew(mac) brew install gnuplot
for windows https://www.gnuplot.info/

Prepare & run

docker build . -t trading-bot:1.0 docker run -e TINKOFF_TOKEN=$(sudo cat ~/.tinkoff/token) trading-bot:1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages