PyDownloader Reloaded

rmike

Well-Known Member
#63
i am able to get data of stocks in text file but not able to load in amibroker
The data can be imported in Amibroker by using the ASCII Importer!!! The attendant format file for data import viz. PyD.format is required to be placed in the Amibroker Formats folder, as instructed in post #1 of this thread!!! Also read up on the ASCII Importer usage and functions in the reference section of the Amibroker's User Guide
 
#65
The data can be imported in Amibroker by using the ASCII Importer!!! The attendant format file for data import viz. PyD.format is required to be placed in the Amibroker Formats folder, as instructed in post #1 of this thread!!! Also read up on the ASCII Importer usage and functions in the reference section of the Amibroker's User Guide
thanks mike for prompt reply...........
 

rmike

Well-Known Member
#67
The error pertains to issues with your OS installation!!!

This issue is usually caused by corrupt or outdated Visual C++ Redist where another program has overwritten the libraries

The second most common reason for this issue to occur is when Windows Updates are outdated or the KB2999226 (Universal CRT) has failed. You cannot install Microsoft Visual C++ 2015 redist (runtime) unless you have Windows Update KB2999226 installed (at least on Windows 7 64-bit SP1)

With all kinds of rigs and all kinds of esoteric OS variants (customized, cracked & what not), rogue AV installations and needless ignorant adventurism with registry/ file cleaners its difficult to pinpoint the root cause for the above to happen!!!

Get help from MS Support!!! This has got nothing to do with the utility. Anyway, just to help you out with a few pointers in the right direction ...................

https://answers.microsoft.com/en-us...te-could/e45c2162-bb43-4082-a3dd-d715c7ea1f46

https://support.easyworship.com/sup...e-located-in-the-dynamic-link-library-api-ms-

And couple of solutions on Github

https://github.com/jay0lee/got-your-back/issues/111
 
#68
The error pertains to issues with your OS installation!!!

This issue is usually caused by corrupt or outdated Visual C++ Redist where another program has overwritten the libraries

The second most common reason for this issue to occur is when Windows Updates are outdated or the KB2999226 (Universal CRT) has failed. You cannot install Microsoft Visual C++ 2015 redist (runtime) unless you have Windows Update KB2999226 installed (at least on Windows 7 64-bit SP1)

With all kinds of rigs and all kinds of esoteric OS variants (customized, cracked & what not), rogue AV installations and needless ignorant adventurism with registry/ file cleaners its difficult to pinpoint the root cause for the above to happen!!!

Get help from MS Support!!! This has got nothing to do with the utility. Anyway, just to help you out with a few pointers in the right direction ...................

https://answers.microsoft.com/en-us...te-could/e45c2162-bb43-4082-a3dd-d715c7ea1f46

https://support.easyworship.com/sup...e-located-in-the-dynamic-link-library-api-ms-

And couple of solutions on Github

https://github.com/jay0lee/got-your-back/issues/111
Thank you very much mike...Installing KB2999226 after SP1 did the trick.
 
#69
@rmike I was testing this wonderful utility and was wondering if you can provide an input-ouput format capability for the scrips.

Maybe TickerList.txt can have a special separator as an identifier
So currently its one symbol per line can be
^NSEI=NIFTY
Then the downloaded files will be named and formatted accordingly.

I think in most cases it just works as the suffix exchange is dropped but any other suggestions for this one?
But capability of renaming add per user choice would make it free of lot of things like having secondary ticker etc

Thank you
 
Last edited:
Thread starter Similar threads Forum Replies Date
R Intraday 315
V Introductions 0

Similar threads