Hello everybody,
I would like to get Retail Trading Activity Tracker data from Nasdaq Data Link into Amibroker. I came across this post from @Tomasz but from my understanding QuanDL is not the right way to download and import this kind of data. So my approach would be to manually download data and import manually into AB.
The data has following format:
date,ticker,activity,sentiment
2021-12-03,TSLA,0.0409,1
2021-12-03,TQQQ,0.0189,0
2021-12-03,SPY,0.0272,3
2021-12-03,QQQ,0.0281,3
2021-12-03,NVDA,0.0365,0
2021-12-03,LCID,0.0204,-5
2021-12-03,DOCU,0.0385,-2
2021-12-03,BABA,0.0156,-5
2021-12-03,AMD,0.028,-1
2021-12-03,AAPL,0.0424,2
2021-12-02,TSLA,0.0358,1
2021-12-02,TQQQ,0.0173,0
2021-12-02,SPY,0.0262,2
2021-12-02,SNOW,0.0149,-6
2021-12-02,QQQ,0.0242,1
2021-12-02,NVDA,0.0324,0
2021-12-02,NIO,0.015,0
2021-12-02,LCID,0.0204,-2
2021-12-02,AMD,0.0291,-1
2021-12-02,AAPL,0.0565,1
I tried to import it into a empty database using Import Wizard but it doesn't work. I get all symbols but there is no data imported.
Is there a way to import this data in AB without changing the formatting? Additionally is there a way to merge it with existing database, where price and volume is already present (my idea was to place this in Aux1 and Aux2 array?
Thanks in advance for any hints and ideas!