Errors, bugs, questions - page 2883

 
DMITRII PECHERITSA:
Bug - inconsistent operation of pointers (5.00, 2650)

Compilation error. Who has any thoughts?



One thought: You have to know the language well to report bugs.

So far, you don't understand what you're doing.

 
TheXpert:

add your own import

It shouldn't conflict with what's there.

I have done so. But if it's not my hands, but the error is in the header, that it's impossible to use the function, it would be good to fix it.

 

Downloading MT4 from this link:

https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4setup.exe?utm_source=www.metatrader4.com&utm_campaign=download

from this page:

https://www.metatrader4.com/ru/download

downloading a file called mt4setup

I install the program, run it and see that MT5 is installed!

What I am doing wrong, where can I get MT4 terminal from MetaQuotes?

 
Andrey Dik:

Downloading MT4 from this link:

https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4setup.exe?utm_source=www.metatrader4.com&utm_campaign=download

from this page:

https://www.metatrader4.com/ru/download

downloading a file called mt4setup

I install the program, run it and see that MT5 is installed!

What I am doing wrong, where can I get MT4 terminal from MetaQuotes?

You can get the old terminal ONLY from the broker's website.

 
Andrey Dik:

Downloading MT4 from this link:

https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4setup.exe?utm_source=www.metatrader4.com&utm_campaign=download

from this page:

https://www.metatrader4.com/ru/download

downloading a file called mt4setup

I install the program, run it and see that MT5 is installed!

What I am doing wrong, where can I get MT4 terminal from MetaQuotes?

You will put the terminal and MetaEditor's file downloaded from any broker in a separate folder in the root of C disk. You will start it. In AppData other default terminal folders will be recreated. It's been a couple or more years since Setup 4 was removed from the metaquotes.

 
Igor Makanu:

I know all this, these are standard ways of converting pps to profit/loss and to deposit currency... this information is a dime a dozen

The question is different:

Why are the values of SYMBOL_TRADE_TICK_VALUE_PROFIT and SYMBOL_TRADE_TICK_VALUE_LOSS the same for EURUSD: = 1.0

- Why are these values different for USDJPY: 0.9486675963609111and 0.9487846069185374

- why MQL4 doesn't support SYMBOL_TRADE_TICK_VALUE_PROFIT and SYMBOL_TRADE_TICK_VALUE_LOSS - what is it about?

Here is the developer's answer from eight years ago. Short and simple :-)

If the profit is not in the deposit currency - it should be sold by bid. If the loss is not in the deposit currency - you have to buy it back with an asc.

Как MetaTrader 5 считает прибыль?
Как MetaTrader 5 считает прибыль?
  • 2012.03.18
  • www.mql5.com
Общее обсуждение: Как MetaTrader 5 считает прибыль?
 
Denis Kirichenko:

Here's the developer's response from eight years ago. Short and simple :-)

If the profit is not in the deposit currency - it should be sold at bid. If the loss is not in the deposit currency - it has to be bought back at the asc.

i know that the difference will be due to the double conversion.

my example was in major, there .... most likely .... the difference should not be direct (EUR/USD ) or reverse (USD/JPY)


SZZY: I will try to count myself at the weekend with a pencil and I'll go through old topics where the basics of margin trading were written, I haven't reread them for a long time.

 
Igor Makanu:

there is a case for crosses, I know that the double conversion will make a difference

i have in the example the majors there .... i think it should not make a difference whether it is a direct quote (EUR/USD ) or an inverse quote (USD/JPY)

SZZY: I will try to count myself at the weekend with a pencil and I'll go through the old topics where the basics of margin trading were written, I haven't reread them for a long time.

What difference does it make, crosses or inverse quotes? And what is the double conversion? The rule is the same: if the profit is not counted in the currency of the deposit, you get a different point value for the profit and loss. For interest I opened an account in Yen. I would like to check this rule...

 
Denis Kirichenko:

What difference does it make whether the crosses or the reverse quote? And what is the double conversion? One rule of thumb: if profits are not counted in the deposit currency, get a different point value for profit and loss. For interest I opened an account in Yen. I would like to check this rule...

double conversion - admin post on your link for EURGBP

What's this got to do with the yen account?

I checked it on a dollar account with my code, it should be the same tick value

UPD: there seems to be an answer , tomorrow I will have a clearer idea

 
Igor Makanu:

what does this have to do with the yen account?

Because the conditionSYMBOL_TRADE_TICK_VALUE_PROFIT== SYMBOL_TRADE_TICK_VALUE_LOSS must be fulfilled for USDJPY major. And for Yen crosses as well...

Reason: