Quick one, I have a multi timeframe instruments strategy , and OnBarUpdate I want to have access to indicator on another timeframe instrument.
Example, say I have instrument ABC - 1 minute updates and DEF 30 minutes update, on the on bar update for ABC I want to access current indicators for DEF , even though DEF bar is not closed yet.
Is that possible? How can I do it?
Second question is, do we have an event for when bar starts? I know we have OnBarUpdate, do we have any other event where I can get when the bar just started?
Thanks,
Rodrigo

Comment