PositionModifyElement
StockSharp.Diagram.Elements
Element that changes position (open, close, reduce, reverse).
Hereda de: OrderRegisterBaseDiagramElement
Constructores
PositionModifyElement()
Initializes a new instance of the PositionModifyElement.
Propiedades
Algorithm : PositionModifyAlgorithms
PositionModifyAlgorithms
PosCondition : PositionConditions
PositionConditions
TimeInterval : TimeSpan
Time interval that TWAP uses for split time range.
VolumePart : Unit
Volume part that VWAP uses for split target volume.
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.
OnReseted()
It is called from the Reset method.