Indicators shows at the end off backtesting

 
Hello there. Im using some moving averages values for the TP of my EA. Unfortunatly always at the end of the backtesting the MA that Im using shows (its drawn at the end of it) Is there anyway to make that NOT happen. Thank you.
 
Do you mean HideTestIndicators()? Your English is hard to understand.
 

I suppose that is gooly. I will need to get back to my English Lesson soon it seems ;)

 

Put this in OnDeinit() function:

HideTestIndicators(true);
Reason: