From 8:30am to noon I would want Indicator A to execute and from noon on, I would want Indicator B to execute.
Is it possible to call for the entire indicator or only the variables of the indicator can be called? If affirmative, what would be the syntax for calling the entire indicator, because I am getting a compile error "No overload for method "Testing" takes "0" argument"
Thanks in advance

You cannot execute an object. You query it for values of its public properties or execute/call/run its public methods.
Comment