
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
Trustee Performance Evaluation Script
in the MT5 version - would like to see
RECOVERY FACTOR
GRAPHIC EQUITY
and other important indicators in the state
---
or have a REPORTS generator for the state
with variations in the presentation of the reports
Need more consistency in the data.
1. price step = 25 and StopLevel = 1. This should not be allowed. In such cases StopLevel should also be changed in multiples of a step.
2. Minlote = 0.1, while minlote = 0.01. If the order is 0.15, you cannot close partially by 0.05 by the first move. You can only close the whole order at once, or 0.1 at first, and then the residual 0.05.
2. Minlote = 0.1 and minlote = 0.01. If the order is 0.15, you cannot close with the first move partially at 0.05. You can only close the whole order at once, or 0.1 at first, and then the remaining 0.05.
And I have the minimum working lot 0.04. Right now. What shall we do?
And I have a minimum working lot of 0.04. Right now. What are we going to do?
>> Wrong question.
An incorrect question.
Correct. What makes you think that the min. lot is 0.1 and not 0.04? My starting lot is exactly 0.04! My deposit is not big, so I work with this exact lot.
Correct. What makes you think that the min. lot is 0.1 and not 0.04? My starting lot is exactly 0.04! I have a small deposit and that's the lot I'm working with.
You misunderstood.
The minimum lot size for one order is a parameter that is set up on the server (in the dealing centre). These parameters may be different in different brokerage companies. In your brokerage company, it may be 0.04.
I am talking about something else - trying to give unsolicited advice to the developers:) Namely, I'm trying to say that the settings should be properly coordinated on the server (in the sense that already at the stage of MT5 design, not at the stage of public testing). In particular, if minimal lot is 0.1, while lot increment step is 0.01 (which is quite normal), it means that minimal number of lots, which can be specified for partial closing, should be 0.01, not 0.1.
In particular, if the minimum lot is 0.1 and the increment step is 0.01 (which is quite normal), it means that the minimum number of lots that can be specified for a partial close should be 0.01 and not 0.1.
By the way, it is interesting when working with Alpari Expert Advisor in real trading: 0.12 lot was set and 0.06 partial closing occured when conditions were met and the other part was closed by the stop. In the terminal it did not work at manual attempt.
My understanding is that the values of these parameters should be equal by definition:
min_lot = min_step_lot.
Otherwise, any constraints should be documented.
But it would be better without "nasty" cases:)