Summary
The price scale precision.
Remarks
The number of decimals displayed on the price scale of the indicator panel
Syntax
public int ScalePrecision{ get; set; }
Example 1
namespace cAlgo.Indicators { [Indicator(ScalePrecision = 5)] // The scale precision is 5 decimals. public class SampleIndicator : Indicator { //... } }