[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

import feature



PureBytes Links

Trading Reference Links

I use this to import daily quotes from yahoo

amibroker.import 0,"c:\all.csv", "my.format"

Now this is all in a memory text location.

I would like to import using a memory location
Right now I write to a file (all.csv) and then import it.

Doing it from memory will aid in the speed. and if I or someone else write 
a RT DLL for quote.com. it can be useful.

I tried poking to memory it slower.
The import feature to transfer 7000+ of daily OHLC VOL takes about 1 min