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.09k stars 637 forks source link

Is it possible to customize the formula of indicators? #244

Open SudheendraSoftionik opened 3 years ago

SudheendraSoftionik commented 3 years ago

Hi,

1) Is it possible to integrate different types of indicators.? Is there any api for indicator calculations? Is it possible to customize the formula of indicators?

2)Is UI available for indicators in chart..? I have gone through the chart and I saw EMA some hardcoded values in that settings icon and close icon not working. In Settings icon Is there option to change offset, length, Source, colors and precision..?

Thanks...

lakshanperera commented 3 years ago

Yes, it is possible to create custom indicators. Also, there's a script API, which has a similar syntax to pine script, for performing indicator related calculations, Checkout Custom overlay guide, Scripts guide and Script API