Hi ulee,
There are already many crypto data sources available which covers about all existing tokens.
But do you mean the prices api or the trading api ? The prices retrieval api would be quite easy and rapid to implement but the trading api would require a lot more work to do.
In its current state QChartist is not a trading but a charting platform.
Tradingview uses Pinescript language to code indicators. QChartist uses Basic and C++.
You need to translate your code from Pinescript to C++ before you can implement your indicator.
AI chat bots for example can easily do that for you.
There are already many crypto data sources available which covers about all existing tokens.
But do you mean the prices api or the trading api ? The prices retrieval api would be quite easy and rapid to implement but the trading api would require a lot more work to do.
In its current state QChartist is not a trading but a charting platform.
Tradingview uses Pinescript language to code indicators. QChartist uses Basic and C++.
You need to translate your code from Pinescript to C++ before you can implement your indicator.
AI chat bots for example can easily do that for you.