Support Board
Date/Time: Fri, 31 Jan 2025 16:40:48 +0000
Post From: ACSIL howto get working OrderID/FilledPrice in ReplayMode (Sim)
[2019-05-15 18:03:20] |
TedMar - Posts: 190 |
I have no idea how i get open orderes and status for other Symbol used sc.GetOrderFillArraySize. Without OrderID i do no see way to manage orders in Other Symbol like u manual Automated Trading From an Advanced Custom Study: Submitting and Managing Orders for Different Symbol and/or Trade Account With this Code i pull most infos from s_SCPositionData structure, but not ordersIDs. s_SCPositionData PositionData; sc.GetTradePositionForSymbolAndAccount(PositionData, "F.US.YMM19", sc.SelectedTradeAccount); Is posible to get open OrdersIDs for other Symbols (without Chart)? Date Time Of Last Edit: 2019-05-15 20:44:57
|