Zachary
Zachary
Friends

Add friends via their profile or user search and you will be able to see if they are online

Zachary
Added topic Optimization Issues:Question
Hello all, I have not optimized an EA for quite sometime and started to today with my older check list. My Optimization Results were not transferable to the back-test at all. 1. I do use a spread controller script 2. I upload fresh tick data on an
Zachary
Added topic Orders Accounting Opinions
Hello everyone, I was looking for advice on orders accounting coding. I have coded 3 EA's that I am using, and have not tried to run them at the same time, but on separate MT4 terminals. I want to run them on the same terminal but am fearful my O.A
Zachary
Added topic Fractal Break Out-Stuck
Hey guys, I'm trying to make a fractal breakout EA, that is filtered with time of day and a moving average. Can anyone point me in the right direction/overview any defects in the code??? 1: It is only taking buys after I input the iFractal() 2: It
Zachary
Added topic Error 130 Issues
Hey everyone, I have wasted an half hour trouble shooting the " invalid stops " code of myEA. I dont know why the issue persists. extern string Label1= "===General Trade Settings===" ; extern int    TakeProfit= 25 ; extern int
Zachary
Added topic Question: Turning MQ4 to EXE.
Hello everyone, I have currently compiled an EA and have all the errors taken care of. When compiled I can use it on my chart via MT4 but I cannot send the file to another, and I do not have a exe. How do I create and exe. file from this mq4? I
Zachary
Added topic QUESTION: DEMO EA/Scripts
Hello everyone, This may be a simple question, but I am new to programming MQL4 and appreciate the patience. I have conducted a script to take a trade, and the compilation said 0 errors. However when I add it to the chart, nothing happens. The