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

 

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

lets say my EAs are trading on my Profile, is there a EA that i would load on to random chart and it will reload my Profile that im currently using after some amount of time based on timer?,

 

thank you! 

 

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 

Reason: