Forum

History Quality

I am running Backtest on GBPUSD from 1st jan 2010 till 31dec 2023. And i have receiving history quality of 7% only.. tried using multiple pcs but still get the same 7%. Kindly guide me how to achieve 100%

Need help in fixing my grid system.

I have a grid system which takes Buy trades whenever market hit lower Bollinger line. and then it keeps on trading after every -200 points and then my ea calculates the average price and set take profit of all running trades to 250 points. the problem is that right now my system is working on single

Kindly check my code, i have spent two weeks figuring it out and now i am exhausted so posting this one.

This function is taking only one trade, when the positions is greater than 1 then it is supposed to take entry on every 200 points. example. first buy trade was taken when market was at 1.5000 now the second trade is supposed to be taken when price reaches 1.4980. i am attaching my ea code file as

I am new in 2D Arrays in Mql5 .

I need help in mql5 2 dimensional arrays. what i want to achieve, kindly give me hint how to solve this task ? Double PointsToWait = 500; Double MyArray [] []; MyArray [0] [0] = Here we will save the ticket number of the previous open trade. MyArray [0] [1] = Here we will save the Open Price of

Please help m out

I have my ea ready but stuck in last condition. My ea takes one trade, if it is going in loss i want my ea to take new trade with double lot after 4 candles. Price must be lower than my previous buy trade. How to code this scenario