https://github.com/bmresearch/tradingview
TradingView is a .Net library to integrate with TradingView UDF providers.
https://github.com/bmresearch/tradingview
trading tradingview udf
Last synced: about 1 year ago
JSON representation
TradingView is a .Net library to integrate with TradingView UDF providers.
- Host: GitHub
- URL: https://github.com/bmresearch/tradingview
- Owner: bmresearch
- License: mit
- Created: 2022-02-07T10:06:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T17:07:34.000Z (over 4 years ago)
- Last Synced: 2025-03-31T11:51:17.244Z (about 1 year ago)
- Topics: trading, tradingview, udf
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# What is TradingView?
[TradingView](https://github.com/bmresearch/TradingView) is a .NET integration library for the TV UDF specification.
You can use this library to consume data from TV UDF providers.
## Features
- Implements a generic client for TV UDF providers
## Requirements
- net 6.0
## Examples
The [TradingView.Examples](https://github.com/bmresearch/TradingView/tree/master/BlockMountain.TradingView.Examples) project features some examples on how to use the [ITradingViewProvider](https://github.com/bmresearch/TradingView/tree/master/BlockMountain.TradingView/ITradingViewProvider.cs), these examples include:
- Getting the config of a provider
- Getting OHLCVs for a market from a provider
## Contribution
We encourage everyone to contribute, submit issues, PRs, discuss. Every kind of help is welcome.
## Contributors
* **Hugo** - *Maintainer* - [murlokito](https://github.com/murlokito)
* **Tiago** - *Maintainer* - [tiago](https://github.com/tiago18c)
See also the list of [contributors](https://github.com/bmresearch/TradingView/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/bmresearch/TradingView/blob/master/LICENSE) file for details