//+------------------------------------------------------------------+ //| LibEquityAlert.mqh | //| John Taylor | //| http://www.linkedin.com/in/johntaylorhk | //+------------------------------------------------------------------+ #property copyright "John Taylor" #property link "http://www.linkedin.com/in/johntaylorhk" extern double E_AccountEquityLevel=0;//0=disabled extern bool E_UseAlert=FALSE; void EA_CheckEquityLevel() { if (E_AccountEquityLevel>0 && AccountEquity()