I noticed that an indicator assigned to a "regular" chart window produced different results when it was assigned to a strategy-analyzer-chart. I chose the "Default 24/7" template in the strategy time frame box and added the following line to my indicator code:
Print("Session-TimeZone: "+Bars.Session.TimeZoneInfo.Id+", SessionTemplate: "+Bars.Session.TemplateName);
The output showed that my choice for the strategy session template obviously had no effect:
Session-TimeZone: Central Standard Time, SessionTemplate: CME FX Futures RTH
Could you clarify that?
Best Regards,
Ben

Comment