Call to action and OnTick
Created at 09 Sep 2016, 17:49
ST
Call to action and OnTick
09 Sep 2016, 17:49
Can the algo engine be run by an update in external data or only on a new tick event?
I intend to use an API to receive external data and want this external data receipt to be the action trigger to the algo running.
So I want the action to be:
- new external data received via API
- algo runs
- algo places orders irrelevant of whether a new tick is received
As opposed to:
- new external data received
- algo remains silent
- new tick received
- algo runs
- algo places orders irrelevant of whether a new tick is received
Thanks.
rmssf
09 Sep 2016, 22:09
Named pipes.
Maybe a callback also. Maybe.
@rmssf