dashboard
repositories
filestore
activity
search
login
main
/
bomex
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Bot prints exchange feed
Joel Grunbaum
2022-01-19
0b7aa02704f6ece97d17fbb118519c5cc62caaba
[bomex.git]
/
strat.hpp
1
2
3
4
5
6
7
8
#pragma once
namespace strat
{
void initialise();
void destroy();
void mainLoop();
}