TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool OrderDelete ( int  ticket,
Color  arrow_color 
)

Deletes previously opened pending order

Parameters
ticketUnique number of the order ticket
arrow_colorColor of the arrow on the chart. If the parameter is missing or has CLR_NONE value arrow will not be drawn on the chart.
Returns
If the function succeeds, it returns true, otherwise false. To get the detailed error information, call the GetLastError() function