Dear Team,
I am trying to import no quote data for industry and sector to the database. I searched through on following links:
Import ASCII
https://forum.amibroker.com/t/import-industry-rank/24918
https://www.amibroker.com/guide/h_categories.html
The format file is as below:
Format definition file generated automatically
by AmiBroker's ASCII Import Wizard
$FORMAT Ticker, Fullname, INDUSTRYNAME, SECTORNAME, Skip, Skip
$OVERWRITE 1
$SEPARATOR ,
$CONT 1
$GROUP 255
$AUTOADD 1
$NOQUOTES 1
$CLEANSECTORS 1
$SORTSECTORS 1
The csv file imported is as follows:
|NSE SYMBOL|Company Name|Industry|Sector Name|Igroup Name|ISubgroup Name|
|ABB|ABB India Limited|Capital Goods|Industrials|Electrical Equipment|Heavy Electrical Equipment|
|AEGISCHEM|AEGIS LOGISTICS LTD.|Oil, Gas & Consumable Fuels|Energy|Gas|Trading - Gas|
Note : |---|---|---|---|---|---| actually shows the , seperator
The import seems to be working OK. Now queries that I had:
- While Sector Names are being displayed, Where would Industry Name be seen in Symbols menu? I am able to see them to some extent in Filter in exploration.
- Quoting from the article->Last two lines tell AmiBroker to wipe existing category structure and sort imported sectors alphabetically. Be sure NOT to specify $CLEANSECTORS command when you do NOT want to wipe existing category structure.
Need some clarity on the flow structure - Like Watchlists can the 2 be accessed using GetOption with fieldname?