I'm trying to figure out how it is called every OnBarUpdate from the Indicators.
Based on NinjaScriptBase..
//
// Summary:
// Forces the OnBarUpdate() method to be called so that indicator values are updated
// to the current bar. If the values are already up to date, the Update() method
// will not be run.
public void Update();


Comment