Hi,
To start with, i'm not a pro coder and rather love it to try new things. So some things that i'm saying here could be completly wrong or maybe i'm trying things that are not seen as best practice.
I'm filling a sqlite DB (called test.db) with some cryptocurrency data:
Now my goal is to export that data from SQLite into a Object with arrays (high, low, close) like seen in this printscreen:
I'm using another Node-Red module called "node-red-contrib-talib" to calculate indicators from specific cryptocurrency coins. Node-Red-contrib-talib expects to receive data like the above printscreen.
Anyone here that can help me or can give me some hints how to achieve this?
Thanks!