Expand description
§trade_vision: an unofficial Rust API for TradingView
trade_vision is a pure Rust, library for retrieving stock data from TradingView.
§Features
- Realtime data
§Acknowledgements
This library is a rewrite and reinterpretation of Mathieu’s excellent JS TradingView API library
Modules§
- misc_
requests - Houses function for a collection of important TradingView functions which do not fit into any other category.
- protocol
- This is a module for formatting incoming and outgoing packets
- session
- Manages the current TradingView session allows for the receiving of data and the defining of protocols
- utils
- Houses utility functions that are used throughout the program to certain functions which allow for communication with the TradingView server
Enums§
- Error
- Errors that can be generated by trade_vision.