Errors, bugs, questions - page 2683

 
fxsaber:

Through one MT5 terminal I could always log in to any broker's account. If there was a problem with the first login, I simply used the Terminal's tools to search for the appropriate broker, automatically obtaining the data of its trading servers. After that I could login without any problems.


Today I have faced with a situation for the first time (new broker), that nothing helps. I cannot log in. In log writes.


I have downloaded the broker's native terminal - logs in immediately. My research terminal - no way. For the first time such.

Can you tell me how to download my Terminal without using the broker's native one?

I thought I had some kind of bug... I couldn't log into Admiralmarkets-Demo yesterday

 
The MT4 terminal crashes without any errors, just closes. Closing time is arbitrary: half an hour or 24 hours. There is nothing about it in the terminal's log and nothing in the logbook either. How can I find out what the problem is?
 
Alexey Viktorov:

I thought I had some kind of bug... I couldn't log in to Admiralmarkets-Demo yesterday

It's been like that with them for a long time, only to download the terminal from their website.

 
Andrey Kaunov:

Hello colleagues.

I may not be the first to ask this question. I wrote to another thread, but I haven't received a reply from the developers. Why is it that the real pip value at XAUUSD is 1USD?

The SymbolInfoDouble(_Symbol,SYMBOL_TRADE_TICK_VALUE) function persistently shows 0.1USD

And how to count drawdown, profit, and other things, while the currency pairs shows the normal value of the tick.

Z.U. Terminal MT5

Vladimir Pastushak:

You have to ask your broker, this data is filled in by the broker...

I don't know what to do with this question but I am sure it will be correct. My question was deleted from the forum:

I have been working with this broker for many years and now I have no problems with it.


P.S. In one branch my post, but no answer or hello.

https://forum.alpari.com/index.php?/topic/

 

When executing

rsi_handle=iRSI(_Symbol,_Period,14,PRICE_CLOSE);

double rsi[1];

CopyBuffer(rsi_handle, 0, 0, 1, rsi);

Print(rsi[0]);

I get not the current RSI value but the RSI value at 1 bar, although it works fine for CCI! Has anyone experienced this?

 
fxsaber:

Through one MT5 terminal I could always log in to any broker's account. If there was a problem with the first login, I simply used the Terminal's tools to search for the appropriate broker, automatically obtaining the data of its trading servers. After that I could login without any problems.


Today I have faced with a situation for the first time (new broker), that nothing helps. I cannot log in. In log writes.


I have downloaded the broker's native terminal - logs in immediately. My research terminal - no way. For the first time such.

Can you tell me how to make a non-brother terminal is able to connect to the trading account?

Please give me the broker's full name and the server's full name.

You cannot answer the question "what to do about XXXX" if there is no data.

 
MetaQuotes:

Give the full name of the broker and the full name of the server, please.

You can't answer the question "what to do about XXXX" if there is no data.

Swissquote-Server

 
fxsaber:

Swissquote-Server

Checked it, it's searchable by that name.
 
MT5 bug (build 2368) Incorrect parenthesis counting in for and do-while loops, successful compilation with erroneous code.

void OnStart(){
   int nn;
   for(nn = 0; ++nn < 5;;
      Print(nn);             // Print: 5
   
   int xx = 0;
   do{
      Print(++xx);
   }while(xx < 5;;          // Print: 1,2,3,4,5
}
 
Renat Fatkhullin:
Checked it, it's searching normally by this name.

You misunderstand. It is indeed searchable on any Terminal. But I can only access the account on my own. Not on any other one.


Native terminal.

2020.03.26 07:09:11.330 'xxx': authorized on Swissquote-Server through Europe DE (ping: 38.32 ms, build 2280)
2020.03.26 07:09:11.330 'xxx': previous successful authorization performed from xx.xx.xx.xx on 2020.03.26 06:08:52
2020.03.26 07:09:11.391 'xxx': terminal synchronized with Swissquote Bank SA
2020.03.26 07:09:11.391 'xxx': trading has been enabled - hedging mode


Not native terminal.

2020.03.26 07:06:16.555 'xxx': no connection to Swissquote-Server


Folder Config.

On the left a folder of another's, on the right - native. The folder is empty.


If I copy someone else's terminal64.exe into an empty folder and run it, it logs into the account. It turns out that in order to enter the account, I need to zero the config folder. But then I lose all the data on the other accounts. Is this a bug? Build 2368.


Logging in from the same Terminal to all accounts is important because it is an exploratory Terminal.

Reason: