Login Page - Create Account

Support Board


Date/Time: Sat, 15 Aug 2026 10:39:03 +0000



Post From: canceled stop order continues to have status SCT_OSC_OPEN

[2023-03-16 20:43:04]
ondafringe - Posts: 337
I suppose I could have also solved it by moving the variable out of scope, i.e. declaring it at the base level of my script, correct?

In Post #11, above, I thought that's what you were going to do.

IMO, it's best to declare variables with the narrowest scope possible, scope to be determined by how/where/when you need to access that particular variable.