Skip to main content Skip to footer

OnBarUpdate - the main function in strategy development. It handles receiving of new data. Everytime new data received the engine calls OnBarUpdate function. Here a developer should write a logics of a strategy.

protected override void OnBarUpdate(IBarSeries barSeries)
{
      //Write your code here
}

Cookies Notice

We use cookies to improve your experience, personalize content, and analyze our traffic. By clicking "Accept All Cookies," you agree to the storing of cookies on your device. You can manage your cookie preferences at any time by visiting our Cookie Settings.