Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 13:00:41 +0000



Post From: Exporting chart data real time

[2017-12-08 05:03:48]
User563013 - Posts: 11
I would like to export data real time. I attempted to write a custom .dll and using a txt file or memory mapped file, however it appears that values to store pointers to the file handles for anything get delteted between function calls. I tried storing these in a persistent variable but had no success there either. Is there any way to call external .dlls or write data from a custom dll OR export data real time from greenchart? I'm looking for a way to analyze data in a scripting language like python real time.