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
Rosh, sorry for asking again.
In point no 3 you say that for each symbol, at any given time only one "position" can be opened. However you state in point no 4 that people can still open "order" for the same symbol as long as it not exceeded 15 lots. My question is:if this "order" ,due to it hits the stop limit it will then become a "position" right?, and will it be contradicted with your point no.3 to only allowed single position for each symbol?
Let me try to explain. Positions in MetaTrader 5 are cumulative. Assume that you have a position by EURUSD for buying 1 Lot and you have pending order 1 lot Buy Limit by EURUSD. When this pending order triggers, your position will become 2 lots buy EURUSD.
You can not have two positions by a symbols even if you want, the terminal won't allow you anyway.
What is important - the volume of an open position by a symbols and pending orders by the same position does not exceed 15 lots.
Hi, To someone living kindly.
in the Rule Official the sentence says,
・ Make a minimum of 5 non-demo trades in the first 8 months of testing (2010.01.01 - 2010.08.01) and in the 3 months of the contest
please teach me the meaning of "non-demo trade" without laughing at me.
what does it mean?
Does any real money move in Championship?
As I'm not good at English, I can't understand.
thanks for kindness.
It means that your EA must perform at least 5 sensible trades.
No real money involved.
It means that your EA must perform at least 5 sensible trades.
No real money involved.
Hi,
I have few question here:
1. Can i attached 1 EA to different currency pairs?
2. Can i still modify the setting after the championship start? Like add in new currency pairs or change the settings.
3. Will the platform control the Max position and Lot size or shall we need to control our-self?
4. roughly when is the ATC 2010 will be start?
Thanks.
Hi,
I have few question here:
1. Can i attached 1 EA to different currency pairs?
- you can't only 1 EA and 5 indicator attached max
2. Can i still modify the setting after the championship start? Like add in new currency pairs or change the settings.
- you can't but you can use dynamic setting/multiple setting for your EA
3. Will the platform control the Max position and Lot size or shall we need to control our-self?
- all order controlled by EA
4. roughly when is the ATC 2010 will be start?
- early november maybe
How long it takes to get the check on "Your data have been accepted after moderator's check" check box?
Then I will get the login number? or I need submit the files before get the login?
To clarify some of the questions that have arisen recently from a number of users, I will explain some of the following examples:
request.volume = MathsMax(15,lots) ;
request.volume = MathsMax(15,lots) ;
More correctly
request.volume = MathsMin(15-pendingOrdersVolume_OnThisSymbol,lots) ;
More correctly
Oh!
i found out i miss understond the regulation before
i suppose :
pending max = 15 lots
position max = 15 lots
pending max + position max = 30 lots