I have a simple test case, I created a new skeleton strategy and put the following code in OnBarUpdate()
protected override void OnBarUpdate() {
Print("Bar "+CurrentBar);
}
When applied to the grid, the print output is produced in the output window. When applied to a chart, no output is produced.

Comment