Working with Variables

how to delete a variable that we don’t want in our strategy…

You must remove all references to that variable before you can delete it. Goto Edit->Find to find out where a reference to your variable is still hiding.

Sometimes you may have to re-generate the reference counts. To do this highlight your controller and press <ctrl>+R. This will force the strategy to re-reference every variable in your strategy.