IndicatorBuffer

Path: EdgDataTypes

IndicatorBuffer is a class definition for indicator buffer.

 public class IndicatorBuffer

Indexer

IndicatorBuffer[Index] IndicatorBuffer indexer used to access indicator buffer value.

Remarks

IndicatorBuffer is a class definition for indicator buffer. Create an intance of IndicatorBuffer using above constructor and add it to Buffers collection.

Example

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

Constructor

IndicatorBuffer(BufferTypes, BufferStyles, Color, Sizes, double) Creates an instance of IndicatorBuffer class.

Properties

Count Buffer values count.