Skip to content

TradingView graph integration using ASP.NET MVC

License

Notifications You must be signed in to change notification settings

bulent2kocer/trading-view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

trading-view

TradingView graph integration using ASP.NET MVC

Steps to install

  1. Backup database (if exists). If database does not exist, you can fetch data from TickTrader API using TradingView.Importer application. To get symbols or bars just uncomment metods in Main method (need to provide credentials to TickTrader API).
  2. Run Web Api project.
  3. Move your copy of charting_library to TradingView.Web folder.
  4. Run frontend server in TradingView.Web folder - you can use npm or python or any other servers. For example: python -m http.server 9090

Possible faults:

  • Endless requests to history if screen is at the beginning of all bars (maybe charting_library error).

About

TradingView graph integration using ASP.NET MVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.6%
  • HTML 2.3%
  • Classic ASP 0.1%