Could someone please offer some advice ? :
-----------------------------------------------------------------------------
Lightspeed with it's VPN has a very fast and reliable data feed....several seconds faster than ESignal or QCharts in many cases. However, the trading platform technical support has stagnated...yet I am in need of a "feature" to enter trades automatically.
Several macro programs claim this is possible and I am considering using them to build a module to enter trades via orders that I "park" locally. The module would keep track of the "parked" orders and have a feature to change or remove them...among other things.
What hit me today was this: Why not just do this with native C++ and a windows-based executable module instead ? Why ? : More reliable, faster, more efficient.
Can anyone comment on this possibility and whether or not it is DOABLE and/or FEASIBLE and what level of effort it would take. Granted, a vast knowledge of the Windows API would be needed as the program would need to grab the "handles" of many of the GUI components active within Lightspeed...including the one that shows the prints of the trades. Since the makers of the Macro programs claim they can do this, I thought it must be doable within the Win API. Am I right ?
Any and all suggestions welcome.
-----------------------------------------------------------------------------
Lightspeed with it's VPN has a very fast and reliable data feed....several seconds faster than ESignal or QCharts in many cases. However, the trading platform technical support has stagnated...yet I am in need of a "feature" to enter trades automatically.
Several macro programs claim this is possible and I am considering using them to build a module to enter trades via orders that I "park" locally. The module would keep track of the "parked" orders and have a feature to change or remove them...among other things.
What hit me today was this: Why not just do this with native C++ and a windows-based executable module instead ? Why ? : More reliable, faster, more efficient.
Can anyone comment on this possibility and whether or not it is DOABLE and/or FEASIBLE and what level of effort it would take. Granted, a vast knowledge of the Windows API would be needed as the program would need to grab the "handles" of many of the GUI components active within Lightspeed...including the one that shows the prints of the trades. Since the makers of the Macro programs claim they can do this, I thought it must be doable within the Win API. Am I right ?
Any and all suggestions welcome.