Errors, bugs, questions - page 273

 
mql5:
"myexp.ex5::euro.bmp"
Thank you, correct the description of changes for the latest build.
 
Lizar:
-Alexey-:

In the last build, some bug has appeared. The if(prev_calculated==0) function is now triggered on every tick...
Similarly.
I restarted the terminal - everything is OK. I don't know what it was.
 

Am I the only "unlucky" one?

I can't remember the last time I noticed a bug - everything works fine.

 
Lizar:
Restarted the terminal - all OK. What it was, I don't know.
Everything went back to normal for me too. Maybe there was something wrong with the server?
 

Can you add the assumption of selecting several indicators inthe "list of indicators" to be removed from the chart?


And why can't indicators be deleted in the "data window"?

 

Specified the question about the possibility of displaying account dynamics on the indicator in my post #24 http://www.mql5.com/ru/forum/2963/page5

 
gumgum:

And why can't the "data window" indicators be deleted?

You can. Indicator properties - "Visualisation" tab - "Show in data window" checkbox
 
Voodoo_King:
build 381. NOTHING CHANGED !!!

each time when restarting the terminal, EAs are initialized with different parameters (whatever you want).



mql5:
Reproduced, sorting it out.

build 384. i tried a couple of EAs on 4 windows. ok, it worked. i was glad ())) i tried 20 windows - iSTILL WON'T WORK!!!

P.S., however, some stability appeared - the parameters are restored not to anything, but to the ones prescribed by default...

 
Voodoo_King:



build 384. tried a couple of experts on 4 windows. ok, it worked. got excited )))) tried it on 20 windows - STILL WON'T WORK!!!

P.S. However, there is stability - the parameters are not restored to whatever you like, but to the default ones...

Correction will be in next build.
 

Can you tell me how to output the indicator line index value in the EA. I need value of 1st line and 2nd line.

I can't see it in the function description, but I think I need it in a different way.

intiCustom(stringsymbol, ENUM_TIMEFRAMES, stringname...);

In mt4 the indices were specified in int mode

double iCustom( string symbol, int timeframe, string name, ..., int mode, int shift)


Or you may direct me towards the truth, I may try to figure it out myself,

I've been browsing the forum for 3 days and there's nothing like this...

Reason: