Forum

How many cycle imbricated can be supported in mql4 ?

I want to know how many cycle imbricated can be supported in mql4 ? I use more than 10 cycles imbricated in my EA and I want to make sure that no bug is diverted from it. I want to know it like Excel that support less than 7 cycles

How to invert two arrays in mql4 ?

I want to invert two arrays in EA. Can you suggest me any code ? For example, I've array1[x][y] and array2[x][y]. I want to get all contents of array2 in array1 and contents of array1 in array2

How to save all journal in tester ?

I want to save all journal (log) in tester when I backtest an expert. How method do you proceed for this

Is possible to sort OrdersHistoryTotal() by symbol ?

I want to get history data by symbol using an EA ? Is it possible ? If yes, can you suggest a code

Only one trade per day

Hi. How to do only one trade per day

How to control orders numbers per pair using an EA ?

Hi. I'de control numbers of order to 4 trades for each pair symbol using an EA. Can you help me

Why differents backtest's results in 3 PC with same metatrader configuration ?

Why I've differents results in 3 PC with same parameters in entry, same dates range and same broker ? I've the follow results. - Backtest in First: - 2nd Backtest: - 3rd Backtest

What modeles give the true result in baktest ?

I want to ask you, what modeles, is: each tick, or control point or open price - to get the true result in backtest ? Do the differency between each model give a false result

What's broker suggest you ?

Can you suggsest me what broker is the best ? My choice is given by the best history database because I've a problem with my broker

How to calculate the max drawdown ? Is max drawdown in tester report is true ?

How to calculate the maximal draw down truely ? Where Max draw down is based on Equity or balance ? Why the rules: MaximalDrawDown = Max of (Maximal Peak - next Minimal Peak); and MaxDrawDown % = MaxDrawDown / its MaxPeak * 100% ;why these rules are differents of the max drawdown displayed on tester