Run Batch to retrieve AllAssets.OraclePython data

dear Tomaz, I consider issues when I run batch?
could you advise me how to run batch to retrieve AllAssets.OraclePython data?



ASCII import requires 2 "files", the first is path to data file and second is path to import format file
You can't put an exe file there.

You should send the parameters to the EXE file in the previous step depending on how they built it.
Your amibrokerFetcher.exe is not some standard software it seems.

So, it should either output the data file for ASCII import OR directly(internally in EXE) use COM/OLE to import data in which case you dont need import step in batch file.

When using some 3rd party software, you should post a link to it. Same was the case when you were using the data plugin-dll file in different topic.

Also, contact or refer to documents provided by the 3rd party vendor for help on how to use their software.

ASCII import fails because "AllAssets.OraclePython" is not a text file that one could import.

1 Like

thank you for continuing support us, please advise what is the sequential processes to retrieve AllAssets.OraclePython data?

This is not AmiBroker question . This is some unknown 3rd party software that you are trying to use. Oracle? Python? Ask your data vendor. I am not God , I don't have answers to every question.

If you want to use ASCII import your data must be first in ASCII format . Ask your data vendor how to export data to ASCII / CSV.

1 Like