How to check if an order is filled at the broker  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
User avatar
orad
Posts: 121
Joined: 14 Nov 2012
Has thanked: 50 times
Been thanked: 20 times

How to check if an order is filled at the broker

Postby orad » 15 Jan 2015

Hi,

Do you have any example code for MC.NET to show how to track an order is filled at the broker and then send a second order when the first order is filled?

Thanks!

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: How to check if an order is filled at the broker  [SOLVED]

Postby Dave Masalov » 16 Jan 2015

Hello,

There is no such example available. However, there are some similar examples on this Forum, like this one: viewtopic.php?f=20&t=10730&p=52673&hili ... ger#p52673

You should use the TradeManager object. Order and position information is available via this object.

User avatar
orad
Posts: 121
Joined: 14 Nov 2012
Has thanked: 50 times
Been thanked: 20 times

Re: How to check if an order is filled at the broker

Postby orad » 16 Jan 2015

I found this sample code useful: Order Status Checking


Return to “MultiCharts .NET”