Summary
The invalid Stop Loss or Take Profit.
Syntax
ErrorCode.InvalidStopLossTakeProfit
Example 1
protected override void OnError(Error error) { if (error.Code == ErrorCode.InvalidStopLossTakeProfit) { Print("The invalid Stop Loss or Take Profit."); } }