Summary
The array of price values that are ploted as level lines
Syntax
public Double[] Levels{ get; set; }
Example 1
namespace cAlgo.Indicators { // two level lines will be drawn at prices 20.0 and 80.5 [Levels(20.0, 80.5)] [Indicator] public class NewIndicator : Indicator //...