Hello Support,
We are looking to achieve the following functionality:
Our QuantBase installation is collecting 1 minute data. What we need to do is
Compress the bars to another (odd) time-frame at the end of each day so that we can use the compressed bars for testing etc. We need to automate this process and it should run at lets suppose 06:30 PM each day.
What we have tried:
We have a small script (also available on the forum) that converts/compresses the bars into our required time-frame. Now we need to schedule it to run at a specific time each day. What we have not been able to do is find a way to automate it inside OpenQuant. We also tried developing an external C# application that can then be used as a scheduled application in windows to run at our specified time. But, when we replicated the script in the external application with all the necessary references to OpenQuant assemblies provided, we get the popup at the start of the application:

We have tried other ways to make this work as well (putting the executables in the OpenQuant base directory etc) but they all lead us no where.
We need to understand how to run a script at a specific time each day (if possible)? Or if that is not possible, how can we replicate it in an external application so that we can put it in the windows scheduling to run at a specific time of the day each day.
Hoping to hear from you soon.
Thanks
Umer