|
|||||||
| 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 |
|
| View Poll Results: What do you think about Counter-Trend strategies? | |||
| They are good. |
|
190 | 30.65% |
| They are bad. |
|
92 | 14.84% |
| Good strategies! But have to be well programmed. |
|
226 | 36.45% |
| I dont know what you are talking about. |
|
127 | 20.48% |
| Multiple Choice Poll. Voters: 620. You may not vote on this poll | |||
![]() |
|
|
LinkBack (10) | Thread Tools | Display Modes |
|
|||
|
Take a Closer look
This EA seems to be great but if you look at the trades it makes in the backtester, you will see that it has many trades on the same minute.
I dont think you will find a broker that will allow you to run this EA. Has anyone run this on a real account forward not the backtester? I would like to hear how it is working out. EK |
|
|||
|
EMA_cross money management
Hi
If the system is good, why not increase lot sizes as ones profits increase, or as ones accountbalance increases. I think it must be easy to write a function to determine the number of lots to buy that would equal say 2% of ones accout balance. I have seen a 'money management' thread on forex-tsd but can't find it now. But I don't even know how to determine the lot price - please help. here is what I have so far.. Code:
int NumberlotsToTrade(int percentOfAcc)
{
//To return the number of lots that are to be traded that
// would equal a certain percentage of the account total (percentOfAcc)
int moneyavailable;
int lotMM;
int lotss;
lotss =1;
moneyavailable = Mathceil(AccountBalance( ) *(percentOfAcc/100)) ;
// I suppose it should actually be: moneyavailable = Mathceil(AccountFreeMargin() *(percentOfAcc/100));
lotMM = moneyavailable/(lotprice)
//how does one determine lot price for differentsymbols?
if (lotMM < 0.1) lotMM = Lotss;
if (lotMM > 1.0) lotMM = MathCeil(lotMM);
if (lotMM > 100) lotMM = 100;
return(lotMM);
}
I have seen Alex.Piech.finGer do the the following - but I don't fully understand it. I suppose it is better to use accountfreemagrin as this is AccountBalance minus Acountequity right? Does the 10000 represent a micro account - would one change it on a normal account> Code:
lotMM = MathCeil(AccountFreeMargin() * 50 / 10000) / 10; // 50 risk :) if (lotMM < 0.1) lotMM = Lots; if (lotMM > 1.0) lotMM = MathCeil(lotMM); if (lotMM > 100) lotMM = 100; when I started looking at forex I found the following for mini accounts. Quote:
The more I look at it - the more confused i get. LOL ![]() Last edited by cardio : 02-03-2006 at 11:52 AM. |
|
||||
|
Could you download my simple yet profitable EMA_CROSS and tell me what's the MST results on his machine?
Note: The data you getting from the broker server while you are running your demo account is filled with gaps and missing a lot of real data. You can't relay on this data in your strategy testing. So you have to download a complete history data and import it to MetaTrader to have the opportunity to get more accurate results. You need to have a complete data for all the timeframes available in MetaTrader (1 minute, 5 minutes, 15 minutes, 30 minutes, etc). But if you can get a complete 1 minute data it will be easy to use the Period_Converter script shipped with MetaTrader to convert the 1 minute data to all the other timeframes data. The free and complete (from 16/06/2004 up-to-date) 1 minute data can be downloaded from Alpari Databank by following this link: http://www.alpari-idc.com/en/dc/databank.php |
|
||||
|
hello codersguru,
Do you think that this last version would be enough stable to be really used?
__________________
@@--> All long voyages always start from the first small steps <--@@ |
|
||||
|
Thanks you very much for sharing your result with us.
I think with a stop loss it is much better, because in your example you start with 1 lot at 10 000 and a leverage 100 which is quite high 10% of the account but as your profit increase you set it fixed. The only thing I dont get are the space in between order, sometime it wont trave for 6 weeks, Ex: 2002.01.07 10:20 to 2002.03.21 00:00 I am going to test it at home also from 1 min alpari data from june 2004 and give some more feedback. Thanks again |
|
|||
|
I personally don't think its a good system. It would be better just trading the cross of the price and the 80 ema - using the catfx50 system. Nobody is going to retire earning $60 000 in 6 years - you could though have some stunning vacations. If we can increase its profitability 10 times then we are talking. So we have got to rachet it up.
If the system is profitable why not keep it buying at 10% of the overall account. Which was the point of my previous post in this thread, about how to determine how to keep the system buying lots that would be a fixed percentage of the overall account, which nobody has replied to. Last edited by cardio : 02-03-2006 at 09:10 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/ema-cross/925-ema-cross.html
|
|||
| Posted By | For | Type | Date |
| OzFx Forex System View topic - MA cross_over signal [arrow] | Post #54 | Refback | 03-25-2008 08:58 AM |
| OzFx Forex System View topic - MA cross_over signal [arrow] | Post #54 | Refback | 03-16-2008 04:14 PM |
| ืคืืจืื - STRATEGY BANK | This thread | Refback | 03-08-2008 06:00 PM |
| ืคืืจืื - STRATEGY BANK | This thread | Refback | 02-24-2008 05:34 PM |
| XP Worx - Custom MetaTrader (MQL4) Programming and Free Expert Advisors - Indicators - Libraries - Scripts - MetaTrader Extensions (c++ DLLs) | This thread | Refback | 12-28-2007 05:05 PM |
| ืคืืจืื - STRATEGY BANK | This thread | Refback | 12-07-2007 07:06 PM |
| BIGWAVE BBS | Post #663 | Refback | 10-15-2007 05:57 PM |
| Firebird EA, please test this one, it is one of the greats - Page 15 | This thread | Refback | 08-30-2007 11:15 PM |
| Firebird EA, please test this one, it is one of the greats - Page 15 @ Forex Factory | This thread | Refback | 06-23-2007 05:21 PM |
| XP Worx - Custom MetaTrader (MQL4) Programming and Free Expert Advisors - Indicators - Libraries - Scripts - MetaTrader Extensions (c++ DLLs) | This thread | Refback | 06-21-2007 10:53 AM |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cross! | creative | Indicators - Metatrader 4 | 150 | 05-26-2008 02:03 PM |
| MA cross/Price cross MA EA | Pipsta_UK | Expert Advisors - Metatrader 4 | 5 | 05-10-2007 08:50 PM |
| 3 MA cross | demontaz | Indicators - Metatrader 4 | 2 | 04-15-2007 06:24 AM |
| ema cross | 1f4 | General Discussion | 5 | 05-21-2006 03:13 PM |