AtmStrategyChangeStopTarget()
<< Click to Display Table of Contents >> AtmStrategyChangeStopTarget() |
Changes the price of the specified order of the specified ATM strategy.
Returns true if the specified order was found; otherwise false.
AtmStrategyChangeStopTarget(double limitPrice, double stopPrice, string orderName, string atmStrategyId)
limitPrice |
Order limit price |
stopPrice |
Order stop price |
orderName |
The order name such as "Stop1" or "Target2" |
atmStrategyId |
The unique identifier for the ATM strategy |
protected override void OnBarUpdate() |