Hi,
I am trying to import stocks NOQUOTES type data via OLE. However, I am not getting the desired output. Request you to please assist on what am I missing.
Content of Format file used is as below:
Format definition file generated automatically
by AmiBroker's ASCII Import Wizard
$FORMAT Ticker,WATCHLIST,ROUNDLOTSIZE,TICKSIZE,MARGIN,SECTORNAME
$OVERWRITE 1
$CLEANSECTORS 1
$SORTSECTORS 1
$SEPARATOR ,
$AUTOADD 1
$CONT 1
$NOQUOTES 1
Sample Data trying to Import is as below:
IDXNNIFTYMIDCP,FNO,50,10,0,UNK
AARTIIND_20240725_640_CE,Ex_2024_07_25_STK,1000,0,0,UNK
As you can see, I am trying to assign Ticker IDXNNIFTYMIDCP to watchlist FNO and assigning ROUNDLOTSIZE to 50, TICKSIZE to 10, Margin 0, and Sector UNK
Similarly I am trying to assign Ticker AARTIIND_20240725_640_CE to watchlist Ex_2024_07_25_STK and assigning ROUNDLOTSIZE to 1000, TICKSIZE to 0, Margin 0, and Sector UNK
When I am running the import via OLE the ImportResponse is 0 which means the import was successfull. However I am not seeing the new watchlists under the Watch Lists tree . Please suggest what am I doing wrong.
Please note that the number of watchlists for the entire set of data is expected to be 100+ . But as far as I know there is no limit on number of watchlists in Amibroker.
Thanks,
Nandy