Observing Financial Data and generating buy/sell signals within Grafana

I successfully connected Grafana to my SQL DB and visualized some financial data.

I would like to run some code to generate buy/sell signals and just monitor multiple graphs and trigger an alert if a buy signal is generated.

Essentially, I just want to be able to monitor multiple financial contracts using my own strategies and get an alert if I get a ‘hit’. Any idea if this is possible in Grafana?

Thank you in advance!

1 Like

It’s not quite the same, but we built some step-by-step instructions on how to use the Grafana Candlestick chart with PostgreSQL.

Hopefully it’s not too much trouble to take our SQL queries and instructions and apply them to SQL.

Take a look and let us know if we can help in any way.