| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|||
|
There are many kinds of MM:
Code:
if (LotsWayChoice==1)
{
dLot=MathCeil(AccountFreeMargin()/10000*LotsPercent)/10;
}
Code:
if (LotsWayChoice==2)
{
int k=LotsDepoForOne;
for (double i=2; i<=LotsMax; i++)
{
k=k+i*LotsDeltaDepo;
if (k>AccountFreeMargin())
{
dLot=(i-1)/10; break;
}
}
}
Code:
if (LotsWayChoice==3)
{
dLot=MathCeil((AccountFreeMargin()-LotsDepoForOne)/LotsDeltaDepo)/10;
}
if (dLot<0.1) dLot=0.1;
return(dLot);
And there is the other library file with 23 kinds of MM (author is komposter). And there is MM using in Envelope EA for example (with decrease factor). So MM is not easy subject and MM should be adjusted to particular EA with specified deposit size and settings. If we change something (deposit size, some settings and so on) so it will be the other MM. Not easy. |
|
|||
|
This idea about equity is good but we need special tools or library files to generate the reports in pips, in equity, in balance, sorted by madgic numbers, pairs and so on not for one EA - it should be for all EAs attached in particular Metatrader (risk and so on). Only in this case we may use this MM. Because only in this case we will have all the information for pips, and equity and so on in one report file. It will not be easy to estimate the winners but it will be much more understandable and informative. Besides in this case we may have winners as EA, winners as automated manual trading system (in pips) and so on.
Last edited by newdigital; 07-12-2006 at 02:17 PM. |
|
||||
|
Quote:
![]() then you should be able to answer few simple questions (just for the record and for my quriosity): - how long do you use it? - what is annual % return of it? - what was the biggest opened margin %? - what was the biggest drawdown %? i do trust forward testing results as well as backtesting (of course not all EAs can be backtested accurately, but I can see it from the code) |
|
||||
|
Quote:
but those mentioned "many kinds" are mostly variations of fixed ratio MM. and because of variety i suggested to run every EA separately. equity and MM simulation tool is just to help to estimate EA, but it will not give very precise picture. Quote:
|
|
|||
|
Quote:
It is difficult to assess the biggest opened margin % or drawdown %, partly because I don't keep track (I don't see the need to keep track of such things because as long as my account is increasing, it must be good), and partly because I am using it on multiple currencies and some currencies may be skewing the results and I am still trying to find out what these currencies are. Will need a few months more to be able to answer such questions accurately. |
|
|||
|
July contest preliminary results
1. Codersguru EAs.
1.1. USD Hunter with -166 pips in total (closed trades only). No open trades now. 1.2. PriceCross. Closed trades only: +241 pips in total (+749 pips for USDCHF). Open trades: USDCHF: +42; USDJPY: +62 pips; EURUSD: +114 pips. 1.3. MAChannel. Closed trades only: +839 pips for USDCHF. +26 om EURGBP. -15 for EURUSD. Open trades only: USDCHF: -8 pips; EURGBP: -28 pips; EURUSD: -18 pips. 2. Igorad EA. Closed trades only: GBPJPY: -7 pips. EURJPY: +35 pips. USDCHF: +97 pips. USDJPY: +275 pips. GBPUSD: +98 pips. EURUSD: +12 pips. Open trades only: GBPJPY: +149 pips. USDCHF: +14 pips. USDJPY: +10 pips. GBPUSD: +150 pips. Other EAs are with losses up to now. Contest is continuing. Last edited by newdigital; 07-20-2006 at 09:04 AM. |
|
|||
|
Full statements for above mentioned EAs for July, separated by pairs and by EAs were posted in elite section with the following detailed for each EA with every pair:
- closed trades, - open trades, - drawdown, - number of winning trades, - number of lossing trades, - largest winning trade, - largest losing trade, - max consecutive winners (number of trades), - max consecutive losers (number of trades), - max consecutive profit, - max consecutive loss, - max drawdown, - avg. profit factor, - risk factor. Please note that it is preliminary results because July was not finished yet. |
![]() |
| Bookmarks |
| Tags |
| forex contest |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/general-discussion/1416-forex-tsd-contest.html
|
||||
| Posted By | For | Type | Date | |
| Forex Contest - Forex Trading | This thread | Refback | 01-19-2008 01:30 PM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forex Trading Contest | intuitrader.com | General Discussion | 4 | 03-25-2007 03:42 AM |
| Forex Trading Contest | junglelion | Metatrader 4 | 1 | 02-19-2007 09:27 PM |