Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Ema Cross


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. 197 30.08%
They are bad. 100 15.27%
Good strategies! But have to be well programmed. 240 36.64%
I don’t know what you are talking about. 133 20.31%
Multiple Choice Poll. Voters: 655. You may not vote on this poll

Reply
 
LinkBack (10) Thread Tools Display Modes
  #211 (permalink)  
Old 02-28-2006, 05:33 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Talking Harry Potter!

Audio,
I'm not a Harry Potter, but it's still up !
Attached Images
File Type: jpg ss.jpg (94.0 KB, 477 views)
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #212 (permalink)  
Old 02-28-2006, 05:39 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Codersguru,

You are right : 2 Lots because you set MM = True

I left the adjustment by defect to continue the test of this ea.
Want you to confirm well if EA EMA_CROSS_V2 of the post189.html is well the last version ?

Can you assure me that this statement post202.htmlcorrepond with this message: post189.html ?

__________________
All long voyages always start from the first small steps ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #213 (permalink)  
Old 02-28-2006, 05:45 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Arrow

Quote:
Originally Posted by BrunoFX
Codersguru,

You are right : 2 Lots because you set MM = True

I left the adjustment by defect to continue the test of this ea.
Want you to confirm well if EA EMA_CROSS_V2 of the post189.html is well the last version ?
BrunoFX,
Yes, the last version of the EA and the Indicator are in the post189.html.

Quote:
Originally Posted by BrunoFX
Can you assure me that this statement post202.htmlcorrepond with this message: post189.html ?
I think so !
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #214 (permalink)  
Old 03-01-2006, 11:11 AM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Quote:
Originally Posted by codersguru
Hi Hendrick,

If you set MM=false, the EA will use the Lots value you supply (No increasing or decreasing)!

Here's the code:

PHP Code:
double LotSize()
{
     
double lotMM MathCeil(AccountFreeMargin() * Risk 10000) / 10;
      if (
lotMM 0.1lotMM Lots;
      if (
lotMM 1.0lotMM MathCeil(lotMM);
      if  (
lotMM 100lotMM 100;
      return (
lotMM);

And:

PHP Code:
if(MM==trueLots LotSize(); //Adjust the lot size 

Hi Codersguru,

I'm not sure if I understood this correctly. What I want to do is open a micro-account (with lot-size 0.01). And I want the EA to increase the number of lots according to MM=true (so number of lots 0.02, 0.03 and so on). But if I set MM=false the EA will never increase the number of lots in one trade? How can I instruct the EA to trade a micro-account in the same way as it does with a mini-account??

Last edited by Hendrick; 03-01-2006 at 11:28 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #215 (permalink)  
Old 03-01-2006, 01:12 PM
Senior Member
 
Join Date: Jan 2006
Location: Australia
Posts: 112
jorgka is on a distinguished road
Codersguru you truly are a coder guru,

Would like to express a BIG THANKYOU for sharing this EA, In the spot FX world we all at one stage pilling on one indicator after another in order to achieve a solid system in our own way. But in the end we all go back to basics. This EA is simple & seems solid. Thankyou coderguru for looking at the simplistic side of spot fx & refreshing us all on how simple trading can be effective. also a big thankyou to all others contributed to this thread.

Hendrick

I'm not sure many brokers accept a trade were the lot values are below 0.1, hey I might be wrong but the purpose of a mini account is to trade in only $10.000 or lot value 0.1 or $1 per pip eg Eur/USD. the only broker i'm aware of that allows you to trade less than lot 0.1 per is O_A_N_D_A. they use a java based platform & not Metatrader.

A simple way to find out is just do a manual trade with the lot value 0.01 & see if it works & displays in cent value. If it works it works, therefore the problem would lie with the expert. Then maybe you can then modify the lot values in the expert.

This EA shows a lot of pipping potential

Jorgka
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #216 (permalink)  
Old 03-01-2006, 01:21 PM
gkozlyk's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 202
gkozlyk is on a distinguished road
Quote:
Originally Posted by jorgka
Codersguru you truly are a coder guru,

Would like to express a BIG THANKYOU for sharing this EA, In the spot FX world we all at one stage pilling on one indicator after another in order to achieve a solid system in our own way. But in the end we all go back to basics. This EA is simple & seems solid. Thankyou coderguru for looking at the simplistic side of spot fx & refreshing us all on how simple trading can be effective. also a big thankyou to all others contributed to this thread.

Hendrick

I'm not sure many brokers accept a trade were the lot values are below 0.1, hey I might be wrong but the purpose of a mini account is to trade in only $10.000 or lot value 0.1 or $1 per pip eg Eur/USD. the only broker i'm aware of that allows you to trade less than lot 0.1 per is O_A_N_D_A. they use a java based platform & not Metatrader.

A simple way to find out is just do a manual trade with the lot value 0.01 & see if it works & displays in cent value. If it works it works, therefore the problem would lie with the expert. Then maybe you can then modify the lot values in the expert.

This EA shows a lot of pipping potential

Jorgka
Interbank allows 0.01 lots on a mini, which works good if you are testing out grid style traders. Interbank uses Metatrader 4
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #217 (permalink)  
Old 03-01-2006, 01:23 PM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
neurex.de

Quote:
Originally Posted by jorgka
Codersguru you truly are a coder guru,

Would like to express a BIG THANKYOU for sharing this EA, In the spot FX world we all at one stage pilling on one indicator after another in order to achieve a solid system in our own way. But in the end we all go back to basics. This EA is simple & seems solid. Thankyou coderguru for looking at the simplistic side of spot fx & refreshing us all on how simple trading can be effective. also a big thankyou to all others contributed to this thread.

Hendrick

I'm not sure many brokers accept a trade were the lot values are below 0.1, hey I might be wrong but the purpose of a mini account is to trade in only $10.000 or lot value 0.1 or $1 per pip eg Eur/USD. the only broker i'm aware of that allows you to trade less than lot 0.1 per is O_A_N_D_A. they use a java based platform & not Metatrader.

A simple way to find out is just do a manual trade with the lot value 0.01 & see if it works & displays in cent value. If it works it works, therefore the problem would lie with the expert. Then maybe you can then modify the lot values in the expert.

This EA shows a lot of pipping potential

Jorgka
Hi Jorgka,

Look at http://neurex.de (german language, but you find the English button on their home-page). They offer micro-accounts with MT4. If I want to try one of the EA's (Guru's EA!) on a live account I think it's wise to start with a micro-account. Just to see if the results that I have now with my demo-account are the same in a live-account. I can afford to blow-up 300 $ but 3000 $ is a different story!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #218 (permalink)  
Old 03-01-2006, 01:34 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Talking Micro-Account!

Quote:
Originally Posted by Hendrick
Hi Jorgka,

Look at http://neurex.de (german language, but you find the English button on their home-page). They offer micro-accounts with MT4. If I want to try one of the EA's (Guru's EA!) on a live account I think it's wise to start with a micro-account. Just to see if the results that I have now with my demo-account are the same in a live-account. I can afford to blow-up 300 $ but 3000 $ is a different story!
Hendrick,
Don't cry !
This is the micro-account enabled version.
Just set AccountIsMicro to true and enjoy! .
Attached Files
File Type: mq4 EMA_CROSS_2.mq4 (8.3 KB, 427 views)
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #219 (permalink)  
Old 03-01-2006, 01:38 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Talking statement!

This is my 2 days statement . Aren’t we going the right path?
Attached Images
File Type: gif DetailedStatement.gif (4.5 KB, 320 views)
Attached Files
File Type: htm DetailedStatement.htm (14.0 KB, 249 views)
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm

Last edited by codersguru; 03-01-2006 at 01:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #220 (permalink)  
Old 03-01-2006, 01:42 PM
creative's Avatar
Senior Member
 
Join Date: Mar 2006
Posts: 162
creative is on a distinguished road
Question

coderguru i have plot the Ema but it doesn't open any trades...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
ema forex, ema_cross_2, ema cross, ema cross ea, coders guru ema cross, Sidus

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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 163 10-09-2008 02:23 AM
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


All times are GMT. The time now is 11:14 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.