Login Page - Create Account

Support Board


Date/Time: Sat, 12 Jul 2025 14:35:40 +0000



Post From: Resetting Internal Order ID's

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