Errors, bugs, questions - page 2248

 
Nikolai Semko:

Thank you, I need to save some numerical value obtained in one of the periods and use it unchanged in all other periods...

This value is only calculated once, it's long and hard, so it has to be done once.

Imagine the user will walk through the periods and the terminal will just freeze...

 

Typos in Mql5 help

ChartIndicatorName

index

[in] Index of the indicator in the list of indicators.

 
How to stop optimisation from the OnTester() function ?
 

Can you tell me why a set file from an mt5 EA is not loaded in the mt4 EA settings?

(all names are the same)

I've only noticed it now. It was ok before

 
Vladislav Andruschenko:

Can you tell me why a set file from an mt5 EA is not loaded in the mt4 EA settings?

(all names are the same)

I've only noticed it now. It was ok before.

Unicode file? It was never ok in 4.

But it makes no difference for five if the file is unicode or non-unicode

 
Slava:

Unicode file? It was never ok in 4.

It makes no difference for 5 if it is unicode or not


I used to do it this way: saved from mt5 EA, loaded in mt4 EA.

I will check it now. The set file was sent by a man with English Windows.


I checked it, it did not work.

The SET file from mt5 to mt4 does not work.

SET file from mt4 to mt5 works.

I saved it as ANSI, it worked from mt5 to mt4!

I have not noticed such a behaviour before. Thanks, I will know.

 

I'm going to connect a VPN (not from mk) and then push it to my smartphone.

But google market is not available on my smartphone. is this a problem? thanks

 

Interesting (for the developers) glitch in version 1881 on FORTS.

When modifying the price of a limit order manually through the dialog window, an interesting error message appears.

2018.08.01 11:53:20.502 Trades '10644': modify order #91167975 sell limit 5.00 Si-9.18 at 62997 sl: 0 tp: 0 -> 62990, sl: 0 tp: 0 placed for execution
2018.08.01 11:53:20.510 Trades '10644': rejected modify order #91167975 buy 0.00 Si-9.18 at market sl: 0 tp: 0 -> 62990, sl: 0 tp: 0

At the same time, the order is actually modified as specified. Repeatability is good (close to 100%)

Something "in the conservatory" needs to be corrected)

 

Greetings,

NormalizeDouble(.

doesn't normalize(((.

"...

Comment(

{

NormalizeDouble(MathMin(NormalizeDouble(SymbolInfoDouble(EURUSD,SYMBOL_BID)-1.16500,_Digits)/(0.00200*2.0),1.0),_Digits)

}

..."

...999999999999999 and ,...00000000000001

 
AshimN:

Greetings,

NormalizeDouble(.

doesn't normalize(((.

"...

Comment(

{

NormalizeDouble(MathMin(NormalizeDouble(SymbolInfoDouble(EURUSD,SYMBOL_BID)-1.16500,_Digits)/(0.00200*2.0),1.0),_Digits)

}

..."

...999999999999999 and ,...00000000000001

Or is it just that someone is not reading the help and using the functions inappropriately? In particular, the wrong functions for printing.