My micro account is subscribing to a signal, but lots size does not match.

 
i have an XMultralow micro account. The balance was 608 dollars. 
And I used a signal with a balance of $30000.
The signal opened 2.3lot of transactions, but my micro account opened 0.1lot of transactions.
(Minimum number of XMultallow micro accounts is 0.1)

How can I solve this problem?

my Use no more than = 95%

Stop if equity is less than = 0 USD

Deviation/slippage = 5.0 spread

account leverage = 1:888


I would like to ask how the signal can recognize my micro account balance of $608 as $60800.

I'm Japanese, so I'd appreciate it if you could answer in English that the translator can translate without any problems.


and i already read this so pls dont write down this ↓

"

Let's consider a specific example of using the volumes management system:

  1. Provider: balance 15 000 USD, leverage 1:100
  2. Subscriber1: balance 40 000 EUR, leverage 1:200, deposit load percentage 50%
  3. Subscriber2: balance 5 000 EUR, leverage 1:50, deposit load percentage 35%
  4. EURUSD exchange rate = 1.2700

Calculation of Provider's and Subscriber's position volumes ratio:

  1. Balances ratio considering specified part of the deposit in percentage terms:
    Subscriber1: (40 000 * 0,5) / 15 000 = 1,3333 (133.33%)
    Subscriber2: (5 000 * 0,35) / 15 000 = 0,1166 (11.66%)
  2. After considering the leverages:
    Subscriber1: the leverage of Subscriber1 (1:200) is greater than Provider's one (1:100), thus correction on leverages is not performed
    Subscriber2: 0,1166 * (50 / 100) = 0,0583 (5.83%)
  3. After considering currency rates of the deposits at the moment of calculation:
    Subscriber1: 1,3333 * 1,2700 = 1,6933 (169.33%)
    Subscriber2: 0,0583 * 1,2700 = 0,0741 (7.41%)
  4. Total percentage value after the rounding (performed using a multistep algorithm):
    Subscriber1: 160% or 1.6 ratio
    Subscriber2: 7% or 0.07 ratio

Thus under the given conditions, Provider's deal with volume of 1 lot will be copied: 

- to Subscriber1 account in amount of 160% -  volume of 1.6 lots

- to Subscriber2 account in amount of 7% -  volume of 0.07 lots

"


Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Account Properties
Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Account Properties
  • www.mql5.com
Account Properties - Environment State - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
MASAYUOO SON:
You have an XMultralow micro account. The balance was 608 dollars. 
And I used a signal with a balance of $30000.
The signal opened 2.3lot of transactions, but my micro account opened 0.1lot of transactions.
(Minimum number of XMultallow micro accounts is 0.1)

How can I solve this problem?

my Use no more than = 95%

Stop if equity is less than = 0 USD

Deviation/slippage = 5.0 spread

account leverage = 1:888


I would like to ask how the signal can recognize my micro account balance of $608 as $60800.

I'm Japanese, so I'd appreciate it if you could answer in English that the translator can translate without any problems.


and i already read this so pls dont write down this ↓

"

Let's consider a specific example of using the volumes management system:

  1. Provider: balance 15 000 USD, leverage 1:100
  2. Subscriber1: balance 40 000 EUR, leverage 1:200, deposit load percentage 50%
  3. Subscriber2: balance 5 000 EUR, leverage 1:50, deposit load percentage 35%
  4. EURUSD exchange rate = 1.2700

Calculation of Provider's and Subscriber's position volumes ratio:

  1. Balances ratio considering specified part of the deposit in percentage terms:
    Subscriber1: (40 000 * 0,5) / 15 000 = 1,3333 (133.33%)
    Subscriber2: (5 000 * 0,35) / 15 000 = 0,1166 (11.66%)
  2. After considering the leverages:
    Subscriber1: the leverage of Subscriber1 (1:200) is greater than Provider's one (1:100), thus correction on leverages is not performed
    Subscriber2: 0,1166 * (50 / 100) = 0,0583 (5.83%)
  3. After considering currency rates of the deposits at the moment of calculation:
    Subscriber1: 1,3333 * 1,2700 = 1,6933 (169.33%)
    Subscriber2: 0,0583 * 1,2700 = 0,0741 (7.41%)
  4. Total percentage value after the rounding (performed using a multistep algorithm):
    Subscriber1: 160% or 1.6 ratio
    Subscriber2: 7% or 0.07 ratio

Thus under the given conditions, Provider's deal with volume of 1 lot will be copied: 

- to Subscriber1 account in amount of 160% -  volume of 1.6 lots

- to Subscriber2 account in amount of 7% -  volume of 0.07 lots

"


Your balance will be calculated as it looks in your terminal's balance, as $60800.

 
Eleni Anna Branou:

Your balance will be calculated as it looks in your terminal's balance, as $60800.

No, unfortunately, my terminal shows $608.

 
MASAYUOO SON:

No, unfortunately, my terminal shows $608.

As $608 then, it will be calculated as shown in your terminal's balance.