schwab 0.6.0

Unofficial Rust client library for the Schwab API, unaffiliated with Schwab brokerage or thinkorswim
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Technical analysis subcommands, indicators, and output types.

pub mod candles;
pub mod custom;
pub mod dashboard;
pub mod expected_move;
pub mod indicators;
pub mod interval;
pub mod types;

pub use dashboard::dashboard;

#[cfg(test)]
mod tests;