Forum

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 offline chart 3. I use the period converter script

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. code is outdated. Any code anyone use to run

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 does not enter where the Fractals are

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 StopLoss= 10 ; extern int TrailingStop= 0 ; extern int

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 though compiling did it automatically. Thank you for

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 journal records it successfully, but no trade is taken