chapaty 0.1.4

A software to backtest trading strategies.
Documentation
1
2
3
4
5
6
7
8
9
pub mod bot;
pub mod column_names;
pub mod data;
pub mod error;
pub mod indicator;
pub mod markets;
pub mod my_any_value;
pub mod trade_and_pre_trade;
pub mod value_area;