I have been naming my strats using the date....e.g. ABC_20100901
I decided to use this same name for an indicator....
Later I decided I should differentiate by naming the ind ABCi_20100901
When I went to name the strat ABCs_20100901, I noticed that it already had the name in the chart with the 'i'....i.e. the strat had picked up the ind name without me assigning it.
So...I saved the strat as ABCs_20100901...no problem in that the new name appeared on the top of the code editor....however....when I try to compile with the new name I get an error that a strat named ABCi_20100901 already exists...even though I am trying to compile ABCs_20100901
no matter what name I try to compile the strat under, it retains the 'i' name in the code as
public class TTTi_20100901 : Strategy
can not seem to get out of this loop...help?

Comment