Support Board
Date/Time: Fri, 18 Apr 2025 05:48:15 +0000
Post From: Resetting Internal Order ID's
[2025-04-08 01:28:25] |
ForgivingComputers.com - Posts: 1042 |
Is there a function that could get me the Internal ID of the very recent order, may it be a working, opened, filled or even cancelled order without looping(iterating)]?
Each chart has a list of trades. Use sc.GetTradeListSize to get the size of the list, then loop through the list using sc.GetTradeListEntry
Automated Trading From an Advanced Custom Study: sc.GetTradeListEntry() |