Hello,
I'm new to AmiBroker and AmiQuote.
I'm trying to set up a new DataSource to get fundamental data from Alpha Vantage.
For that, I'm using the JavaScript tab to process the incoming data from Alpha Vantage.
I have been able to get the FullName and the Currency to AmiBroker, but Industry seems to not work.
So, my first question are:
- Is there a list of the field names I can use in that script?
- Is there a way to assigne a value to the fields that are populated with a dropdown list in AmiBroker (like Industry)?
Thank you