AtmStrategyChangeEntryOrder()
<< Click to Display Table of Contents >> AtmStrategyChangeEntryOrder() |
Changes the price of the specified entry order.
Returns true if the specified order was found; otherwise false.
AtmStrategyChangeEntryOrder(double limitPrice, double stopPrice, string orderId)
limitPrice |
Order limit price |
stopPrice |
Order stop price |
orderId |
The unique identifier for the entry order |
protected override void OnBarUpdate() |