rodrigo-brito / ninjabot

A fast trading bot platform for cryptocurrency in Go (Binance)
https://rodrigo-brito.github.io/ninjabot/
MIT License
1.4k stars 172 forks source link

Extract chart from ninjabot core #124

Open rodrigo-brito opened 2 years ago

rodrigo-brito commented 2 years ago

We have some issues with the evolution of the Javascript Module. We can use only vanilla JS because it's is compiled in runtime with ES Build.

A good approach will be an isolated development of Chart Module. Then, we can use complex components with modern libraries such as React / Vue.

The chart in Ninjabot core will work exactly as it does now. But, it will include only a simple HTML template with an external import.

ramilexe commented 3 months ago

Hi @rodrigo-brito I implemented integration with TradingView charts. Is it something you might be interested in?

ramilexe commented 3 months ago

image image

rodrigo-brito commented 2 months ago

It looks interesting! Can you share the code? Which version of the library did you use? I remember there were some distribution permission issues