Ejemplo n.º 1
0
 protected override void Create()
 {
     m_PivotLowVS = new PivotLowVS(this);
     m_PivExtLE   =
         OrderCreator.MarketNextBar(new SOrderParameters(Contracts.Default, "PivExtLE", EOrderAction.Buy));
 }
 protected override void Create(){
     m_PivotLowVS = new PivotLowVS(this);
     m_PivExtLE =
         OrderCreator.MarketNextBar(new SOrderParameters(Contracts.Default, "PivExtLE", EOrderAction.Buy));
 }