Hi community, I'm currently working on two projects PineTS : A typescript/javascript engine that allows running PineScript indicators on the browser or on nodejs ==> https://github.com/QuantForgeOrg/PineTS QFChart : The visualization library for financial data, it supports candlestick visualization, overlay indicators, pane indicators, and drawing tools as plugins ==> https://github.com/QuantForgeOrg/QFChart I already ported most of PineScript methods (+290), and I'm working on the remaining parts to achieve almost full parity. Why I think that this is important : because PineScript have a huge community with thousands of open source indicators, but they are restricted to TradingView environment which controls what you can and can't do. Obvious example of an interesting usecase that you can't do in tradingview : add a condition that uses market sentiment analysis before triggering a signal : not possible because tradingview does not allow you to make external requests . With PineTS I'm bringing this to JS ecosystem which opens a lot of possibilities I'm curious to know what do you think about both projects and interested in any feedback.