[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 366

 

Hi all.

Has anyone encountered a problem, the tester in Meta Trader stopped working.

The same Expert Advisor opens trades in one tester, but has stopped working in this one for some reason.

What is "broken"? Please advise.

 
gvi2504 писал(а) >>

Hi all.

Has anyone encountered a problem, the tester in Meta Trader stopped working.

The same Expert Advisor opens trades in one tester, but has stopped working in this one for some reason.

What is "broken"? Please advise.

Look here...

or here... https://www.mql5.com/ru/forum/122845

 
DDFedor >> :

here...

or here... https://www.mql5.com/ru/forum/122845

Log says OrderSend error 130 - "Wrong Stops" I raised it to 100 pips and still same error.

I don't understand.

 
gvi2504 писал(а) >>

In the log says OrderSend error 130 - "Incorrect stops" Increased to 100 pips all the same error.

I don't understand.

I'll have to do some guesswork... >> "one" is a 4-digit, "two" is a 5-digit?

 
DDFedor >> :

I'll have to do some guesswork... >> "one" is a 4-digit, "two" is a 5-digit?

>> I'm sorry, I don't understand.

 
gvi2504 писал(а) >>

Sorry, I don't understand.

some DCs - give 4-digit quotes, others give 5-digit quotes... the problem - the advisor doesn't take into account price normalisation c https://docs.mql4.com/ru/convert/NormalizeDouble

 
DDFedor >> :

Some DCs give 4-digit quotes, others give 5-digit quotes... the problem is that the EA does not take into account price normalisation with https://docs.mql4.com/ru/convert/NormalizeDouble

I agree. Only the quotes did not change.

They were 4 digits and still are. Just yesterday the tester was working and today it suddenly stopped.

 
gvi2504 писал(а) >>

The same EA opens trades in one tester, but has stopped in this one for some reason.

What is "broken"? Please advise.

what is the difference between these testers? ( different brokerage companies? different settings? Is everything "also" in the settings? May be there is a checkbox?)

( you have to be as specific as possible, nobody can telepathize, nobody likes guessing... the more information in the question, the higher the probability to get an answer)

 
DDFedor >> :

what is the difference between these testers? ( different DCs? different settings? is everything "the same" in the settings? maybe a checkbox?)

( you have to be as specific as possible, nobody can telepathize, nobody likes guessing... The more information in the question, the more probable it will be answered )

>> Thanks. But I don't know what's changed either, I don't think I've changed any of the settings.

 

many DCs have expanded STOPLEVEL for the New Year.

After the holidays everything will be back to normal.

You should probably correct the code in your Expert Advisor...

Use checks and MarketInfo(Symbol() ,MODE_STOPLEVEL)*Point;

Reason: