Support Board
Date/Time: Wed, 30 Apr 2025 14:40:50 +0000
Post From: Resetting Internal Order ID's
[2025-04-08 01:28:25] |
ForgivingComputers.com - Posts: 1052 |
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() |