Listing all Orders, Positions where the Deal Status is Rejected
Listing all Orders, Positions where the Deal Status is Rejected
19 Nov 2024, 15:20
Several times my Order or Take Profit is not executed - despite the price being matched. See the Red blocks in my screenshots.
How can I list all such events using C# (or via UI)?
Replies
bsc2024
20 Nov 2024, 11:49
( Updated at: 20 Nov 2024, 12:07 )
RE: Listing all Orders, Positions where the Deal Status is Rejected
PanagiotisCharalampous said:
Hi there,
There is no way to do this at the moment. It will be added in a future release.
Best regards,
Panagiotis
Thank you @PanagiotisCharalampous. I look forward to having that added.
Can I programmatically list the ExecutionTime instead? My TakeProfit or LimitOrder are not executed despite the price being matched.
Also, is it normal for US500_SB to take 300ms? The LO and TP are already on cTrader - but in case it matters - the hired VPS is in New York. Importantly, the VPS provider said that Metatrader takes 1-2 ms for execution. I don't understand how this can be true.
Thanks for your help. Your other answers have helped us in our journey so far.
@bsc2024
PanagiotisCharalampous
20 Nov 2024, 12:09
( Updated at: 20 Nov 2024, 12:10 )
RE: RE: Listing all Orders, Positions where the Deal Status is Rejected
Can I programmatically list the ExecutionTime instead? My TakeProfit or LimitOrder are not executed despite the price being matched.
Not sure what do you mean here. Can you elaborate?
Also, is it normal for US500_SB to take 300ms? The LO and TP are already on cTrader - but in case it matters - the hired VPS is in New York. Importantly, the VPS provider said that Metatrader takes 1-2 ms for execution. I don't understand how this can be true.
This is the matching time, not cTrader's latency. It is the time it took for the order to be executed by the liquidity provider. This is not controlled by cTrader
@PanagiotisCharalampous
PanagiotisCharalampous
20 Nov 2024, 11:12
Hi there,
There is no way to do this at the moment. It will be added in a future release.
Best regards,
Panagiotis
@PanagiotisCharalampous