Call to action and OnTick

Created at 09 Sep 2016, 17:49
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ST

Stokes Bay

Joined 18.04.2016

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.


@Stokes Bay
Replies

rmssf
09 Sep 2016, 22:09

Named pipes.

Maybe a callback also. Maybe.

 


@rmssf