anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.13k stars 550 forks source link

draw candlestick chart with an indicator #225

Open hamedf62 opened 3 years ago

hamedf62 commented 3 years ago

Hi @anandanand84 thank you for the great package.

i have a basic question kindly advise... i need to use chart builder something like you use in "crypto trading hub", how can i do the same? does any library to use the same? i have my own data on private server.

thank you

amirimatin commented 3 years ago

same issue

Hanggi commented 3 years ago

Is the trading-hub an open source project?

or it's totally private?

Ed-zo commented 3 years ago

@hamedf62 and @amirimatin I am not sure if this will help but Trading View has a lite version of their charting system. You are able to draw candle chart with line series. Have a look at the demos:

Demos: https://www.tradingview.com/lightweight-charts/ Github: https://github.com/tradingview/lightweight-charts