Forum

Strange non-repeatable optimize

Hi, The following EA was a sample I downloaded attempting to test Bar Open Only processing that operates 100% dependent on the platform during operation. That is to say it should not have any dependency on sending or operating on tick files or broker sent limit orders, only market order action on

Centralizing agnostic time differnces between brokers

I started out simply wanting to avoid NonFarm news and make sure in tester orders were not triggered, first Friday of the month, relative hour news happens. The effort started out as ... if (TimeDayOfWeek( TimeCurrent ())== 5 && TimeDay( TimeCurrent ())<= 7 && TimeHour( TimeCurrent ()) == 15 ) {

ROC as Percent oscillator

Hi, Asking if anyone would please show how to convert an unbound moving value output to a percent bound oscillator? ROC is shown below as a basic unbound oscillator and the question is the correct code to express it as a percentage bound oscillator contained within +/- 100%, either side of zero. Can

OnTick vs Start() in EA build 600+

Hi, I'm asking for comment or conceptual comment on the changes in Mt4 (600+) regarding the OnTick() versus Start() command, reaching beyond the limited help file details I've found. Not expecting specific answers below in every case, but to try to explain the confusion I'm finding if a couple of