How do I delete a chart template in Strategy tester

 
Bit of a problem, I have a chart template "burned" into the strategy tester so that no matter what I do every time I open the strategy tester the chart has indicators that I don't want to use. Is there any fix for this? I feel like something is corrupted.
 
Do you have a template with the exact same name as the EA?
 

The template ordering for new charts is «EAname».tpl, (if tester) tester.tpl, (if debugging) debug.tpl (if offline chart) offline.tpl, and then Default.tpl.

 
NikoArms #:
Do you have a template with the exact same name as the EA?

Not using an EA actually, it's just the template with the indicators that keeps showing up

 
William Roeder #:

The template ordering for new charts is «EAname».tpl, (if tester) tester.tpl, (if debugging) debug.tpl (if offline chart) offline.tpl, and then Default.tpl.

That's it! For some reason I had saved the template with all the changes to the tester.tpl file/name so everytime I opened up and started the strategy tester I couldn't remove most of the indicators....that's another separate issue I think as well. So I just cleared a new chart and saved it template as tester.tpl and saved it again. Cheers! thanks for the help!
 
William Roeder #:

The template ordering for new charts is «EAname».tpl, (if tester) tester.tpl, (if debugging) debug.tpl (if offline chart) offline.tpl, and then Default.tpl.

Excellent thank you.