Questions from Beginners MQL5 MT5 MetaTrader 5 - page 259
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Yes, it's a strange coincidence. But believe me, I was only asking at the time because I was convinced that it was real, and the other day I was convinced of that, even though the metaquotes refute it. In general, waiting for the final verdict of the desk.
Anyway, we're waiting for the final verdict from Desk.
Desk answer:
We have looked at all the files you have submitted and here are our conclusions:
Bilds 600 and up from the Market cannot be hacked purely physically, as they represent assembler code. In fact, they are DLLs which cannot be restored to source code. Not counting additional protection mechanisms that are added to the Marketplace. This is why we strongly believe in the security of all EX4 programs built on builds 600 and up.
The main conclusion is that you have uploaded these files somewhere outside the Market service and made a mistake in the verification terms. The files you have submitted have not been modified or recompiled.
My opinion: We are still 100% sure that use_demo was TRUE. Since everyone at first had excitement because the deadline expired and then everyone faded away (and we found the version on the net without protection by deadline)...personally for me it's strange.
ThePositionGetInteger()->ENUM_POSITION_PROPERTY_INTEGER ->POSITION_MAGIC
Is this the FIRST order to open a position??? Or the last one??? It is unclear how a position can have a magik, if it (the position) is the result of various trading events that have different magiks or without them... I haven't found a sensible description of it anywhere. Explain, please...
Yes, in what isPOSITION_PROFIT measured? In points? In units of the base currency??? There is no description. No description at all on the website, how to guess???
I have found time to study positions and their properties. I'm confused - if positions are opened and closed, how can I fetch the history of positions that were opened and closed by the symbol??? I want to select the entire history of positions for the symbol, and then go through the history of deals for each historical position. How can I do this? It is described everywhere how to get the history of orders and deals, but how can I get a list of positions???
ThePositionGetInteger()->ENUM_POSITION_PROPERTY_INTEGER ->POSITION_MAGIC
Is this the FIRST order to open a position??? Or the last one??? It is unclear how a position can have a magik, if it (the position) is the result of various trading events that have different magiks or without them... I haven't found a sensible description of it anywhere. Explain, please...
Yes, in what isPOSITION_PROFIT measured? In points? In units of the base currency??? There is no description. No description at all on the website, how to guess???
I have found time to study positions and their properties. I'm confused - if positions are opened and closed, how can I fetch the history of positions that were opened and closed by the symbol??? I want to select the entire history of positions for the symbol, and then search the history of deals for each historical position. How can I do this? It is described everywhere how to get the history of orders and deals, but how to get the list of positions???
Read this article: MQL5 Recipes - Trade History and Library of Functions for Obtaining Position Properties >>>.
Please explain, why at a total loss on a position (consisting for example of 10 averaging trades), at closing one averaging order in the plus, in comments writes out -40 (or any other value of loss. By the way, why at closing a profitable averaging trade appears loss) and balance falls, and the total entry point does not improve?
Please give examples of trades.
Buy Euro 1 lot at 1.36 and buy below 1.36 every 10 pips with a 10 pips takeaway. For example: buy 1.3590 take 1.3600 buy 1.3580 take 1.3590 and so on.
When buy trades close at 1.3550 take 1.3560 and the like, in the log there is a negative result with the comment out and the balance drops, and total entry point does not improve due to pips. Why is it so?
Buy Euro 1 lot at 1.36 and buy below 1.36 every 10 pips with a 10 pips takeaway. For example: buy 1.3590 take 1.3600 buy 1.3580 take 1.3590 and so on.
When buy trades close at 1.3550 take 1.3560 and the like, in the log there is a negative result with the comment out and the balance drops, and total entry point does not improve due to pips. Why so?
barabashkakvn:
Скриншот сделайте, пожалуйста.
Make a screenshot please.
We closed the sell order 10 points after the buy order, which was 10 points lower (+10 pips profit), the total position is in the red, but the idea of +10 pips to bring the position in the black in an almost standing market.
Why does it say minus in the comments?