GetPercentComplete()
GetPercentComplete()
Definition
Determines the value your BarsType would return for Bars.PercentComplete.
Method Return Value
This method returns A double value.
Method Parameters
Syntax
You must override the method in your Bars Type with the following syntax.
public override double GetPercentComplete(Bars bars, DateTime now) \{ \}

