I am working on a complex indicator, and was playing with:
public override string ToString() [INDENT]{
return "Something..."
}[/INDENT]
and...
this.name in Initialize()
When open the strategy wizard, the indicator shown, and so is the instance that is already on the chart. I also have access to the source. I did changed the name, and compiled with no real impact.
My guess, I need to remove a cache, so the indicator will be fully rebuild.
Can you help please?

Comment