Specifically, the order methods only appear under "Strategy" in the NinjaScript help, but since they are C# methods can they also be accessed from an Indicator?
It seems inefficient to have to replicate code that needs to execute in OnBarUpdate in two places - something called a "strategy" and something called an "indicator".
Do I really have to attach both to a chart to see visual components of an indicator as well as to programmatically take actions?
Thanks,
Jack

Comment