Errors, bugs, questions - page 3162

 
user4321 #:

Hi all.

I updated my MT5 build 3211 on February 14, but the "show last price line" bug is still there. Is it just me or not?

The essence: I open a new chart, uncheck "show last price line", after a while I change the profile, then I go back and it shows the last price again - the checkbox is checked again. I do the same with any chart. I do not know how to get rid of it.

Switch from exchange server to Forex server.

 

Using Unicode characters in static variable names does not work in the debugger. But it works fine for instance variables. Is it possible to fix this?

Thank you.

Files:
 
How do I get my piles of money back?
 
Ольга Стрижаченко #:
How to withdraw money?

Any discussion of brokers and trading organisations is forbidden on the forum. This is the MQL5 community. I recommend you:

Before you transfer funds do some analysis on the firm you are going to transfer funds to.

Find a specialized forum on the Internet and look for ways to return the funds there.


And questions about funds in a TRADING ACCOUNT should be addressed to your BROKER, i.e. the one to whom you have deposited your funds.

MQL5.community can only answer questions about money in your MQL5.account(https://www.mql5.com/ru/users/ostr698-gmail/accounting).


 
Vladimir Karputov #:

Switch from the exchange server to the forex server.

Well, yes, it works on forex, but I need futures, but it doesn't work here :-/ what's the trick?
 
user4321 #:
Well yes, it works on forex, but I need futures and it doesn't work here :-/ what's the trick?

Maybe that's how it'll work


 

Afternoon

Please advise how to add only one unit at a time instead of dozens

 for(int i=Start;i<rates_total-1 && !IsStopped();i++)
   {
    if             (H1[i]>0) {CMax1++; Print("CMax1 ",CMax1);}
    else if        (L1[i]>0) {CMin1++; Print("CMin1 ",CMin1);}
    else continue;
   }
 
Vladimir Karputov #:

Switch from the exchange server to the forex server.

What does changing the server have to do with this bug? And why do you advise to change the server? If the terminal is connected to the exchange server, the person has an account there.
 
Sergey Gridnev #:
And what does changing the server have to do with this bug? And why do you advise to change the server? If the terminal is connected to an exchange server, then the person has an account there.

There is no price on forex Last.
It must be such a thrashing ))

The solution is this.
Configure all the chart display properties as you like and save it in a template as default.tpl
 
Sergey Gubar #:

Afternoon

Can you please tell me how to add only one unit at a time and not tens?

CMax1 and CMin1, what kind of variables are they? What is their type?