easytradeview 0.2.0

A Rust-based wrapper library for the TradingView website's API, providing easy access to live trading data and indicators without requiring login credentials.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod analysis;
pub mod field;
pub mod field_attr;
pub mod interval;
pub mod screener;
pub mod symbol;
pub mod tradingview;

pub use analysis::*;
pub use field::*;
pub use interval::*;
pub use screener::*;
pub use symbol::*;
pub use tradingview::*;