akumidv / tradingview-assistant-chrome-extension

An assistant for backtesting trading strategies and checking (showing) external signals in Tradingview implemented as a Chrome browser extension.
GNU General Public License v3.0
158 stars 56 forks source link

JSON signals import file #147

Open ng-designs opened 11 months ago

ng-designs commented 11 months ago

Hi! Is it possible to add the ability to load external signals from a JSON file? And is there an example of adding an oscillator with external data loading or is it not possible?

akumidv commented 10 months ago

Yes it possible add from JSON, but the problem there that it demand to set schema of this JSON and it harder to convert JSON from one JSON schema to another one instead of converting to CSV. So I didn't see advantage of using JSON.

About second part of your question. This is need to implement this oscillator as pine script and update extension code to upload signals.

For now I'm thinking about adding external trades to chart, probably with equity too (probably as an strategy). And add set name of strategy/indicator in parameters. So everyone can develop indicators and strategies that used this probability