I want to use several separate indicators to monitor attributes of the incoming price bar then detect conditional events as they occur and communicate them to my strategy so that it can combine them in the correct sequence then trigger market orders.
I'd like to use simple inter-object event handling code my custom indicators can fire an event and get on looking for the next one. I see you have TriggerCustomEvent. Can this be used to fire events to a central strategy that will be responsible for determining if a subsequent action should be taken?
Can you include some multi-indicator interactive code samples please?
Regards,
Paul

Comment