Can you please explain this sentence?

 
Hello!
I am getting Order Modify Error 1 and here is the explanation in OrderModify "help" file:
"If unchanged values are passed as the function parameters, the error 1 (ERR_NO_RESULT) will be generated."

Can you explain what it means in English,thank you.
 

It means no value of the order modify was changed. Example lets assume orders have two parameters 1_OrderStopLoss() and 2_OrderTakeProfit(). If Current values of OrderStoploss=(-100) and OrderTakeProfit=(100).

If you try to OrderModify() and provide the OrderStopLoss of (-100) and OrderTakeProfit of (100), you'll get Error#1 because the values are already the same.

Please don't use SRC or Code_Template for your for your comments. Use SRC for actual Codes.

if( GetLastError() == 1 ) Do_Something;
 

Thank you, I probably pressed the code template without noticing.

 
t0mbfunk: Can you explain what it means in English,thank you.
You
Server
Change the SL to X
It is at X!
Change the SL to XIt is at X!
Change the SL to XYou are insane
 

Hehe