Need EA for ADX crossing
  #1 (permalink)  
Old 06-14-2007, 08:19 PM
Freshman
 
Join Date: Dec 2006
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
remcous is on a distinguished road
Question Need EA for ADX crossing

Hello,

I've found an indicator based on ADX crossing (on TF 1h) who draw red/blue point when next candle is closed (see picture)

It's possible to make an EA with this ? I've try to code it, but i'm very new in mq4 coding...

Thank !
Attached Images
File Type: gif adx.gif (20.9 KB, 137 views)
Attached Files
File Type: mq4 ADX Crossing.mq4 (2.2 KB, 113 views)
Sponsored Links EA Shark - Automated System
We Turned $9,100 Into $109,606
Since January 2007. See Real Records
Reply With Quote
The following users have thanked remcous for useful post above:
  #2 (permalink)  
Old 06-15-2007, 01:31 AM
bossxero's Avatar
Forex Leader
 
Join Date: Nov 2006
Posts: 472
Thanks: 118
Thanked 87 Times in 53 Posts
bossxero has a spectacular aura aboutbossxero has a spectacular aura about
Send a message via ICQ to bossxero Send a message via MSN to bossxero Send a message via Yahoo to bossxero Send a message via Skype™ to bossxero
Default

Thanks for this indicator. I hope to find some good way to use it. Awaiting to see some kind of EA showing up
__________________
F r e e___F o r e x___E b o o k s___a n d___S t u f f s

-> Cheap MQL Coding service for your EA/indicator is Here <- <-

Reply With Quote
  #3 (permalink)  
Old 06-15-2007, 01:55 AM
bossxero's Avatar
Forex Leader
 
Join Date: Nov 2006
Posts: 472
Thanks: 118
Thanked 87 Times in 53 Posts
bossxero has a spectacular aura aboutbossxero has a spectacular aura about
Send a message via ICQ to bossxero Send a message via MSN to bossxero Send a message via Yahoo to bossxero Send a message via Skype™ to bossxero
Default

I want to add something, after having watched the indicator in action, I think an EA derived from it will be a waste of time and useless. We should be getting results very similar to the I_trend EA which is a loser. Search this forum for I_trend EA and see for yourselves. Just my 2 cents.
__________________
F r e e___F o r e x___E b o o k s___a n d___S t u f f s

-> Cheap MQL Coding service for your EA/indicator is Here <- <-

Reply With Quote
  #4 (permalink)  
Old 06-15-2007, 08:23 AM
Freshman
 
Join Date: Dec 2006
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
remcous is on a distinguished road
Default

Quote:
Originally Posted by bossxero View Post
I want to add something, after having watched the indicator in action, I think an EA derived from it will be a waste of time and useless. We should be getting results very similar to the I_trend EA which is a loser. Search this forum for I_trend EA and see for yourselves. Just my 2 cents.
Hello !

Thank for your reply... Do you think the indicator is bad, or just an EA derived from it ?

Thank !
Reply With Quote
Indicator lacks power..
  #5 (permalink)  
Old 06-15-2007, 08:38 AM
bossxero's Avatar
Forex Leader
 
Join Date: Nov 2006
Posts: 472
Thanks: 118
Thanked 87 Times in 53 Posts
bossxero has a spectacular aura aboutbossxero has a spectacular aura about
Send a message via ICQ to bossxero Send a message via MSN to bossxero Send a message via Yahoo to bossxero Send a message via Skype™ to bossxero
Arrow Indicator lacks power..

Infact using this indicator as it is won't be profitable at all!! Because it is giving a signal on every crossing without taking the real ADX into account. Its just using the cross of the +DI and -DI lines to give signals. This indicator needs a little mod to make it more reliable.

We need a coder who have to add a feature to this indicator so that it also takes the ADX line into account because the true power of the ADX indicator is that line as it shows the power and strengh of the trend.

E.G if +DI is over -DI and ADX is above 25, then show a blue dot as we have an uptrend. This will reduces the number of dots greatly because currently,we can think we are seeing more dots than candles

Any coder out there, plz mod this. Scorp, if you read this, help us out

Regards

Quote:
Originally Posted by remcous View Post
Hello !

Thank for your reply... Do you think the indicator is bad, or just an EA derived from it ?

Thank !
__________________
F r e e___F o r e x___E b o o k s___a n d___S t u f f s

-> Cheap MQL Coding service for your EA/indicator is Here <- <-

Reply With Quote
  #6 (permalink)  
Old 06-15-2007, 08:51 AM
Freshman
 
Join Date: Dec 2006
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
remcous is on a distinguished road
Default

Quote:
Originally Posted by bossxero View Post
Infact using this indicator as it is won't be profitable at all!! Because it is giving a signal on every crossing without taking the real ADX into account. Its just using the cross of the +DI and -DI lines to give signals. This indicator needs a little mod to make it more reliable.

We need a coder who have to add a feature to this indicator so that it also takes the ADX line into account because the true power of the ADX indicator is that line as it shows the power and strengh of the trend.

E.G if +DI is over -DI and ADX is above 25, then show a blue dot as we have an uptrend. This will reduces the number of dots greatly because currently,we can think we are seeing more dots than candles

Any coder out there, plz mod this. Scorp, if you read this, help us out

Regards

Hello !

Can you say me more about exact rules of ADX ? I can code that on the indicator...
Reply With Quote
Coder??
  #7 (permalink)  
Old 06-15-2007, 11:31 AM
bossxero's Avatar
Forex Leader
 
Join Date: Nov 2006
Posts: 472
Thanks: 118
Thanked 87 Times in 53 Posts
bossxero has a spectacular aura aboutbossxero has a spectacular aura about
Send a message via ICQ to bossxero Send a message via MSN to bossxero Send a message via Yahoo to bossxero Send a message via Skype™ to bossxero
Arrow Coder??

Are you a coder? Please add me in your yahoo and we can talk about it. I will be more at ease to explain.

Quote:
Originally Posted by remcous View Post
Hello !

Can you say me more about exact rules of ADX ? I can code that on the indicator...
__________________
F r e e___F o r e x___E b o o k s___a n d___S t u f f s

-> Cheap MQL Coding service for your EA/indicator is Here <- <-

Reply With Quote
  #8 (permalink)  
Old 06-18-2007, 10:30 AM
Freshman
 
Join Date: May 2007
Posts: 12
Thanks: 0
Thanked 1 Time in 1 Post
Admin4XP is on a distinguished road
Default

Quote:
Originally Posted by bossxero View Post
Are you a coder? Please add me in your yahoo and we can talk about it. I will be more at ease to explain.
hey guys are you going to post the finnished results when your done?
I really like this signal but as you say bossxero it does give too many dots.
Reply With Quote
  #9 (permalink)  
Old 08-16-2007, 09:05 AM
Freshman
 
Join Date: May 2007
Posts: 12
Thanks: 0
Thanked 1 Time in 1 Post
Admin4XP is on a distinguished road
Default

I have been trading the ADX crossing for a while now it it seems to work for me. This is what I do.

Place Buy if +DI crosses above -DI and ADX is 25 or above and Rising. Close position as soon as the -DI crosses Above +DI

Place Sell if -DI crosses above +DI and ADX is 25 or above and Rising. Close position as soon as the +DI crosses Above -DI

If the DIs Cross but the ADX is falling or not above 25 Wait for it to Rise and hit 25

It would be good if sombody could code this system to an EA.

Anyway hope it brings you pips
Reply With Quote
  #10 (permalink)  
Old 08-16-2007, 09:08 AM
bossxero's Avatar
Forex Leader
 
Join Date: Nov 2006
Posts: 472
Thanks: 118
Thanked 87 Times in 53 Posts
bossxero has a spectacular aura aboutbossxero has a spectacular aura about
Send a message via ICQ to bossxero Send a message via MSN to bossxero Send a message via Yahoo to bossxero Send a message via Skype™ to bossxero
Default

Quote:
Originally Posted by Admin4XP View Post
I have been trading the ADX crossing for a while now it it seems to work for me. This is what I do.

Place Buy if +DI crosses above -DI and ADX is 25 or above and Rising. Close position as soon as the -DI crosses Above +DI

Place Sell if -DI crosses above +DI and ADX is 25 or above and Rising. Close position as soon as the +DI crosses Above -DI

If the DIs Cross but the ADX is falling or not above 25 Wait for it to Rise and hit 25

It would be good if sombody could code this system to an EA.

Anyway hope it brings you pips
You are just repeating what I said above :P

Anyways, I have not been in contact with remcous for long. Last time we talk, he was going to make the EA. Then, I did not hear from him again. Dont know what happened
__________________
F r e e___F o r e x___E b o o k s___a n d___S t u f f s

-> Cheap MQL Coding service for your EA/indicator is Here <- <-

Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best code for crossing MA Boogie System Coding 1 05-10-2007 03:39 PM
Crossing Hedging... jimbo61 General Trading Talk 1 02-18-2007 10:34 AM
crossing set level hayseed Indicator Coding 2 11-22-2006 02:21 PM


All times are GMT. The time now is 02:07 PM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now