Support Board
Date/Time: Sat, 18 Oct 2025 03:31:30 +0000
Post From: Resetting Internal Order ID's
[2025-04-08 01:28:25] |
ForgivingComputers.com - Posts: 1148 |
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() |