ComparisonDiagramElement
StockSharp.Diagram.Elements
Two values comparison element.
Herda de: DiagramElement
Construtores
ComparisonDiagramElement()
Initializes a new instance of the ComparisonDiagramElement.
Propriedades
LeftValue : DiagramSocket
Left operand.
Operator : ComparisonOperator?
Operator.
RightValue : DiagramSocket
Right operand.
Métodos
OnPrepare()
To prepare for starting the diagram element algorithm.
OnProcess(DateTime, IDictionary<DiagramSocket, DiagramSocketValue>, DiagramSocketValue)
The method is called at the processing of the new incoming values.
- time
- Time.
- values
- Values.
- source
- Source value.