An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Build .NET6


Release .NET6


Build .NET5


Release .NET5


Coverage Status

# 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