FormatPriceMarker()
FormatPriceMarker()
Definition
Used to override the default string format of a NinjaScript’s price marker values.
Method Return Value
A virtual string which is overridden from the default price marker value.
Syntax
You must override the method in your indicator with the following syntax:
public override string FormatPriceMarker(double price)
Parameters
Tip
Tip: Standard Numeric Format Strings examples can be found on Microsoft’s Developer Network (MSDN article).

