golden 0.1.5

All in one trading engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! TODO: readme

pub mod cmds;
pub mod feeds;
pub mod broker;
pub mod strategy;
pub mod cli;

mod err;
mod analyzer;
mod visualization;
mod monitor;
mod color;