Add

Add function add indicator buffer to indicator buffer collection.

 public void Add(IndicatorBuffer Buffer); 

Parameters

Buffer IndicatorBuffer

IndicatorBuffer instance.

Example

  var UpBuffer = new IndicatorBuffer(BufferTypes.Object, BufferStyles.TriangleUp, Color.Teal, Sizes.Small, 20);
  Buffers.Add(UpBuffer);