Perhaps somebody can help with the following:
I understand that the size of a trade copied from a signal based on the relative size of the signal account and subscriber account, but can anybody advise what would happen in the following case.
Signal account 10000 USD
Subscriber account 900 USD
A trade is place with a size of 0.1 lots in the signal account, the size on the subscriber account a should be 0.009 lots, but this is below the 0.01 lots minimum.
Is no trade place in the subscriber account, or is the lot size rounded off to the nearest 0.01 lots?
- 2012.10.09
- MetaQuotes Software Corp.
- www.mql5.com
check this video on min 9:00
https://www.mql5.com/en/articles/821
- 2013.11.29
- MetaQuotes Software Corp.
- www.mql5.com
check this article https://www.mql5.com/en/articles/523
check this video on min 9:00
https://www.mql5.com/en/articles/821
Does not answer my question, did you actually read the question?
yeah i read it
you must calculate how much will the size if the signal provider open a trade and there is a leverage
there is no standard numbers even you know the subscriber amount
- leverage
- min size broker open 0.01 or 0.1
- cent or dollar
- strategy of the trader (open lot of trades or just few trades)
- not all brokers trades on all currencies
I am not sure it will help or not but there is some article with lot size calculation examples - this one
And there is Calculator of the Signals created by moderator of rus part of the forum:
"The most frequent question that subscribers tend to ask is: "Will I be
able to subscribe to the NNN signal, and what position volume will be
copied to my trading account?". This article will help to create the
calculator of signals — a great assistant for those who wish to
subscribe to signals. A brief manual for using the calculator of signals
is also provided in this article."
Forum on trading, automated trading systems and testing trading strategies
Sergey Golubev, 2016.11.29 00:58
- Introduction
- 1. Restrictions of use
- 2. Manual for using the calculator of signals
- 2.1. Getting started
- 2.2. User interface
- 2.3. Obtaining copy ratio
- 2.4. Copy ratio calculation details
- 2.5. Mapping is impossible
- 3. Developing the calculator of signals
- 3.1. Interface design
- 3.2. Creating canvas on the panel
- 3.3. Two-dimensional array. Sorting
- 3.4. New control — CTableListView
- Conclusion
yeah i read it
you must calculate how much will the size if the signal provider open a trade and there is a leverage
there is no standard numbers even you know the subscriber amount
- leverage
- min size broker open 0.01 or 0.1
- cent or dollar
- strategy of the trader (open lot of trades or just few trades)
- not all brokers trades on all currencies
Sorry, still doesn't answer my question, I asked a very specific question about how the lot size would be rounded or truncated at the end of the calculation, I quotes an example of the signal amount, subscriber amount, same currency, etc.
Assume that leverage is the same, assume that brokers are the same, nothing to do with the strategy of the trader.
------------
What I was looking for was a detailed description of how the lot size calculation is performed for the subscriber, including how figures are rounded, I assume this is done with the MQL5 service?
Hi John,
I've already replied about those kind of examples from this part of the article. You can just insert your figutes for leverage/deposit load percentage/balance/currency for subscriber, and leverage/deposit load percentage/balance/currency for signal provider using those examples to receive everything about your case. or use Calculator of Signals instead (see link above).
PS. deposit load percentage is the setting in Metatrader (Tools - Options - Signals) which is predefined by you.
Hi John,
I've already replied about those kind of examples from this part of the article. You can just insert your figutes for leverage/deposit load percentage/balance/currency for subscriber, and leverage/deposit load percentage/balance/currency for signal provider using those examples to receive everything about your case. or use Calculator of Signals instead (see link above).
PS. deposit load percentage is the setting in Metatrader (Tools - Options - Signals) which is predefined by you.
Sergey,
Thank you for the reply, I have already read the article you reference and found it very helpful. However, what is not clear is what happens when the calculated volume for the subscriber is less than 0.01 lots? Is the signal's just not copied or is there a default minimum lot size of 0.01 copied?
So in the examples:
- to Subscriber1 account in amount of 160% - volume of 1.6 lots- to Subscriber2 account in amount of 7% - volume of 0.07 lots
what would be the lot volume for an amount of 0.9% ?
Regards
John.
Okay, this seems to answer the question...
https://www.mql5.com/en/blogs/post/23777
see the section under:
Blowing Up Your Account:- The 1% Problem
If the calculated lot size is less than 0.01 then appears to be rounded up to 0.01 by MT, but obviously increases the risk to the subscriber.
Regards
John.
- 2014.09.07
- Stuart Browne
- www.mql5.com
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Perhaps somebody can help with the following:
I understand that the size of a trade copied from a signal based on the relative size of the signal account and subscriber account, but can anybody advise what would happen in the following case.
Signal account 10000 USD
Subscriber account 900 USD
A trade is place with a size of 0.1 lots in the signal account, the size on the subscriber account a should be 0.009 lots, but this is below the 0.01 lots minimum.
Is no trade place in the subscriber account, or is the lot size rounded off to the nearest 0.01 lots?