Hourly open EA specification settings: start time= ///00:00 hours:minutes t/p= /// take profit in pips s/l= /// stop loss in pip, if 0 means high-low distance from last closed bay before start time m/m = /// money management ma= /// period of simple moving average if 0 turned off opening distance= // a pip value for opening rules trailing= break even= running: when EA attached chart checks time, and waits till next start time at start time EA checks open and closed price. if closed price-open price >= opening distance, ea opens buy if closed price-open price <= opening distance, ea opens sell as soon as order opened ea sets s/l and t/p.