Login Page - Create Account

Support Board


Date/Time: Wed, 27 Aug 2025 17:48:38 +0000



Post From: Resetting Internal Order ID's

[2025-04-08 01:28:25]
ForgivingComputers.com - Posts: 1106
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()