I need to be able to extract the value of the (proprietary, encrypted) Kase statware KCD inidicator. It appears this is not possible because I can't access the inidcator value from within EFS.
However, if I (manually) export the current data to a CSV text file, all data values (including KCD) are containing in the text file.
So I am trying to figure how (IF?) I can write some EFS code to wait until bar close and the get esignal to automatically export the current data to a CSV/text file. i.e. after every single bar.
If this can be done then EFS, or some external program can open the file, extract the KCD indicator value and do the processing I require.
Anybody know, if/how this could be done?
However, if I (manually) export the current data to a CSV text file, all data values (including KCD) are containing in the text file.
So I am trying to figure how (IF?) I can write some EFS code to wait until bar close and the get esignal to automatically export the current data to a CSV/text file. i.e. after every single bar.
If this can be done then EFS, or some external program can open the file, extract the KCD indicator value and do the processing I require.
Anybody know, if/how this could be done?
Comment