Forum

Need help to debug my ea coding

I need help to debug my coding. I cant figure out why my code ea able to execute properly. 1. i need ea to check if there is any buy position open before open new one, same check process to sell position. 2. i will only allow one buy and one sell open in the same time, but order have to reach target

Strategy Tester Stop Running after Couple Days Data

AppData\Roaming\MetaQuotes\Terminal\46A834A4BD020127C05B0DA2582F8F5C\history\TradersWay-Live 2\EURUSD60.hst I delete this file then run the strategy tester, and the new history successfully download and run. Therefore, after ea test for couple days, it stop the testing and close all the position

iFractals Parameter Issue

How Can I fix this?? Try couple different way but still have error. Please help. Thanks Error: 'iFractals' - wrong parameters count PEAK BREAK EA.mq4 30 33 'iFractals' - wrong parameters count PEAK BREAK EA.mq4 31 33 'iFractals' - wrong parameters count PEAK BREAK EA.mq4 32 33 'iFractals' - wrong

Fractal indicator into EA question

After convert fractal indicator into EA, the order didnt trigger at all. I want it trigger buy when candle close above last fractal high, sell when candle close below last fractal low. here is the coding, where did i done wrong??? please help coding

Fractal ea coding question

How can I define the fractal in the chart and use coding to assign which fractal to use

Does mql4 ea work with 2 or more indicator/object?

I need help on any reference or similar ea that I can modify my strategy with 1. Latest trendline form 2. Latest swing high/low break 3. Open 2 order once fib retrace 78.6 4. 2 order with Same stop loss at second swing but different target Thanks