ProgrammerMike![]() New User Posts: 1 Joined: 1/14/2019 Location: Camano Island, WA ![]() | I'm just starting to get into omnilanguage. I've done a fair amount of programming my systems on Think Or Swim (TOS) platform using their scripting language (thinkscript). I'm unable to establish for sure whether certain features that I use in Thinkscript and are listed as VBA features are not available in Omnilanguage. I looked at the Omnitrader Pro manual as well as the help parts of omnitrader for omnilanguage. The references don't explicitly exclude the following but there is no explanation on how to use the features. 1. Does omnilanguage recogignize any type other than integer for #PARAM parameters? 2. Does omnilanguage support select/case? 3. Does omnilanguage support enumerated types? While there are workarounds for each of these using the integer type and if then else, they tend to be clunky and non-elegant. Any help would be appreciated. |