tvjsx / trading-vue-js

💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
https://tvjsx.github.io/trading-vue-demo/
MIT License
2.07k stars 631 forks source link

use trading-vue-js in project #166

Closed git1360 closed 3 years ago

git1360 commented 3 years ago

Is it possible use trading-vue-js as a chart component like chart.js with multi layer live data (for example EurUsd and GbpUSd) or draw line from server side data on chart ? I work on algorithm trading program with c# net core 3.1 and To better understand and test the algorithms, I have to plot them on chart.

C451 commented 3 years ago

Trading-vue shares 2d-canvas API for custom overlays. So (almost) everything is possible. For multi-currencies you can use 2 Candles overlays, or even 2 tvjs instances & sync them with chart-link extension: https://github.com/tvjsx/tvjs-xp