Name EA = EquityDD Utility EA for MT4 & MT5 I want to create an Utility EA who load template when floating Drawdown is reached --- DRAWDOWN ---- Floating DD (%) = 20 // when the floating DD reach X % here 20 % External Chart ID = 2348565585 // Id of the chart on where the action will going --- FLOATING DD > --- Template Load Name = Mytemplatebad // Load Template name "Mytemplatebad" on the chart ID if DD > X % --- Floating DD < --- Template Load Name = Mytemplategood // Load Template name "Mytemplatebad" on the chart ID if DD < X % --- Templates.tpl ----- File Path = /templates // file path of the templates name ---- Display --- Display Floating DD = true // Display on the chart (bottom right) the actual DD and DD setting (example : Floating DD = 4.4 % Max DD Set = 20 % ) Notification changing template = false // If template change popup alert -----