Unmanaged Stop Order to Rithmic 01

Questions about MultiCharts .NET and user contributed studies.
FXXX
Posts: 14
Joined: 26 Feb 2007
Been thanked: 3 times

Unmanaged Stop Order to Rithmic 01

Postby FXXX » 27 May 2020

Possible Bug -

When I send Unmanaged STOP order to Rithmic , the order status is always eTM_OS_PreSubmitted, and never updates to eTM_OS_Submitted! like it does for Limit orders or Stop orders sent to other APIs.

In Order and Position Tracker window I see it as SENT (in yellow). The order is active, as it gets filled or I can cancel it.

User avatar
Vlada MultiCharts
Posts: 293
Joined: 22 Apr 2020
Has thanked: 8 times
Been thanked: 76 times

Re: Unmanaged Stop Order to Rithmic 01

Postby Vlada MultiCharts » 08 Jun 2020

The eTM_OS_PreSubmitted order status means that the order is ready to be sent to the exchange. Usually, the stop orders with
this status are waiting for a trigger price. When the trigger price is met, the order will be sent to the market.
The eTM_OS_Submitted status means that the stop condition was met and the real order was sent from the broker to the exchange. For limit and market orders this happens immediately.

These statuses are received from the broker through the API:
1) the Stop orders have the Sent status in Order Position Tracker;
2) the Limit orders have the Submitted status.
In both cases described the orders are sent to the broker.


Return to “MultiCharts .NET”