| / | Forum |
|
forexfordinner
2006.09.05 22:21
Sorry guys but there is something here that I don´t see clearly. As we can see, the point 6 indicates that there
must not be any rigid parameters:
"Experts can contain limitations to be used outside the Championship, but they must:
Later on, it does indicates that the lots musn´t be bigger than 5?????????????? |
|
Meta COT Project - New Horizons for CFTC Report Analysis in MetaTrader 4 The article is about the use of CFTC report data (Open Interest) in MetaTrader. The article describes the proposed META COT project in details, shows how to load and process the necessary information. The Expert Advisor included into the project will help us analyze the effectiveness of the concept presented in the article. Finally, we'll draw some conclusions and offer useful suggestions. |
|
maria
2006.09.06 10:35
forexfordinner wrote: Bulk requests with wrong parameters can result in disqualification of your expert.
We recommend you just to insert the checking for acceptability of parameters into
your code .Sorry guys but there is something here that I don´t see clearly. As we can see, the point 6 indicates that there must not be any rigid parameters: "Experts can contain limitations to be used outside the Championship, but they must:
Later on, it does indicates that the lots musn´t be bigger than 5?????????????? |
|
pabloschiki
2006.09.12 03:18
maria wrote: Hi Maria, forexfordinner wrote: Bulk requests with wrong parameters can result in disqualification of your expert.
We recommend you just to insert the checking for acceptability of parameters into
your code . Sorry guys but there is something here that I don´t see clearly. As we can see, the point 6 indicates that there must not be any rigid parameters: "Experts can contain limitations to be used outside the Championship, but they must:
Later on, it does indicates that the lots musn´t be bigger than 5?????????????? What do you mean by inserting the checking into the code? my EA is set to don't send orders with more than 5 lots and 5 pips slippage, is that ok? Do I have to add something else? When would I know that the EA is accepted? |
|
codersguru
2006.09.12 16:15
pabloschiki:
Hi Maria, What do you mean by inserting the checking into the code? my EA is set to don't send orders with more than 5 lots and 5 pips slippage, is that ok? Do I have to add something else? When would I know that the EA is accepted? I don't think you need to add something else! |
|
pabloschiki
2006.09.12 16:48
same here codersguru, I´ve changed the same so if anybody touches something just for testing, it wouldn´t mess
up my settings. Don´t get me wrong, I´m not saying that moderators would start playing around with the EA,
I just thing that if it gets modified by mistake, I won´t have a change to fix it up.
|
|
FX4EVER
2006.09.15 02:07
Greetings everybody,
I have seen similar issue over and over. I my view, it falls into category of "Broker Profile". What does it mean for me? Every single broker has its own policies or rules, unfortunately, not always clearly written. If broker is honest, it will not break its own rules. I believe that, in this "Championship" you have to consider MetaQuotes as a broker, most likely very friendly one. However, it is not true every broker. That's why in my system EA there is place to read a text file. That specific text file lists all the critical information about a broker. During EA initialization, EA reads broker profile data and modifies some default parameters of EA. This is to adjust EA to the specific broker environment and make EA to trade correctly according to supplied data. Not all the information about a broker is presented explicitly. One may need to formally inquire for the particular piece of information. Finally, I found that a lot of people test endlessly their EA on the historical data. Even if their results look optimistic, they very frequently fail miserably (loose) running their EA on the real accounts. Consequently, one has to make critical distinction between performance of the system EA and performance of the broker, and test both separately. That is why, before I will ever put to work my target system EA for profit, I will test and apply my EA designed specifically for testing brokers adherence to their own policies. FX4EVER
|