trade_vision

Crates.iotrade_vision
lib.rstrade_vision
version0.1.1
sourcesrc
created_at2023-02-25 00:56:10.002059
updated_at2023-07-06 01:48:16.483761
descriptionUnofficial API for TradingView
homepagehttps://github.com/Hysterelius/trade_vision
repositoryhttps://github.com/Hysterelius/trade_vision
max_upload_size
id794037
size88,907
(Hysterelius)

documentation

https://docs.rs/trade_vision/latest/trade_vision/

README

Crates.io Build Status

:rotating_light: trade_vision is currently in alpha, so it is not recommended for us in any production applications, as features will change rapidly.

trade_vision

This is a pure Rust library which gets real time1 data from TradingView. Currently only supporting Rust, it can support JS/TS with Tauri and other equivalents.

This aims to be a rust equivalent of TradingView-API.

Installation

cargo add trade_vision

or in your cargo.toml:

trade_vision = "0.1.0"

Example uses

This library could be used for creating a stock trading bot or stock tracker.

Though it cannot currently retrieve graphs from TradingView.

Check out the examples folder for example uses!

Features

  • Realtime data1

Footnotes

  1. It can only retrieve the data from TradingView at default speeds, some markets may be time delayed. 2

Commit count: 24

cargo fmt