MathDiagramElement
StockSharp.Diagram.Elements
Formula with two arguments element.
Наследует: DiagramElement
Конструкторы
MathDiagramElement()
Initializes a new instance of the MathDiagramElement.
Свойства
Expression : string
Expression.
Validation : string
Validation.
Методы
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.
OnReseted()
It is called from the Reset method.