When running 30+ strategies on various instruments, it becomes difficult to make sure strategy positions and account positions are in sync. have to monitor and do quick mental math.
I built a small app that exports the strategy file excel with a windows macro (right click on strategy tab-> click on:"Export.."):, Small app then reads the file/ does the math and notifies if the strategies are out of sync.
Everything works fine except the first part which doesnt work on lock screens and VM.
Is there a way to make an addon that just runs that export periodically to an excel? If it is always there then i can access it with custom apps.
Can someone point me in the right direction how to make that/ resources?
thanks

Comment