help.................................................

 

I test my ea a week in strategy tester and then same time i test my ea in live account, BUT both report are different .

I test my ea in different demo account(alpari, NordFX,Go Trader MT4,Ava MetaTrader......)BUT all time report is different.

so i want this robot work in strategy tester report to same work in real live account.
so how can i do ?

 

> i want this robot work in strategy tester report to same work in real live account

This wont happen for many EA's

Demo accounts have different data feeds, spreads vary in live but not demo, server response times differ, etc, etc

Search previous posts with something like this https://www.mql4.com/search/strategy%20tester%20results%20live

Good Luck

-BB-

 

I want to chang the coad in my ea.

I want chang //+------------------------------------------------------------------+
//| HandleTrailingStop |
//| Type 1 moves the stoploss without delay. |
//| Type 2 waits for price to move the amount of the trailStop |
//| before moving stop loss then moves like type 1 |
//| Type 3 uses up to 3 levels for trailing stop |
//| Level 1 Move stop to 1st level |
//| Level 2 Move stop to 2nd level |
//| Level 3 Trail like type 1 by fixed amount other than 1 |

//

I want chang this.

| Possible future types |
//| Type 4 uses 2 for 1, every 2 pip move moves stop 1 pip |
//| Type 5 uses 3 for 1, every 3 pip move moves stop 1 pip |
//+------------------------------------------------------------------+

Reason: