Is there a way to reload the my Profile after a couple minutes automatically?...

Cynthia  

Are you sure you don't mean template ? Since when profile is reloaded your indicator is also reattached to the chart from scratch (removed and added again). You can read that here:

 https://docs.mql4.com/runtime/running

Section:

Loading and Unloading of Indicators

...

  • change of a profile (if the indicator is attached to one of the profile charts);


For template loading:

https://docs.mql4.com/chart_operations/chartsavetemplate 

 Make sure you understand that your templates from your mql4 indicator are saved somewhere else than the normal template since mt4 can only access files under it's sandbox.

 Good luck