Forex
Google
New signals service!

Go Back   Forex Trading > Metatrader Training > Metatrader 4 mql 4 - Development course > Questions


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

Reply
 
LinkBack (2) Thread Tools Display Modes
  #471 (permalink)  
Old 01-21-2007, 08:30 AM
Junior Member
 
Join Date: Dec 2006
Posts: 21
indratime is on a distinguished road
Quote:
Originally Posted by ralph.ronnquist
Maybe you mean: if ( High[i+1] > MathMax( High[i+3], High[i+4] ) ) ...
hi ralph chek for this indi
i think this indi like what you want, i hope so
Attached Files
File Type: mq4 PinI4Bbar AHA 0.2.mq4 (11.0 KB, 56 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #472 (permalink)  
Old 01-22-2007, 11:08 AM
spence's Avatar
Member
 
Join Date: Jan 2007
Posts: 35
spence is on a distinguished road
Question need help with ADXcrosses

hi codersguru,
in front of all i would like to apologize for my bad English.

i try to code an EA wich trades by the signal of the ADXcrosses indicator i attached, with an adx period of about 50 in h4 .

first i tryed to creat an EA without the indicator, only with the operational principle of it but it doesn't alerts/trades at the same time as the indicator do.

then i tryed to use the indicator with icustom() but it doesn't works ,too.

so can you tell me whats the better/simpler way and help me with this way?

thank you for help
Attached Files
File Type: mq4 ADXcrosses.mq4 (3.4 KB, 20 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #473 (permalink)  
Old 01-26-2007, 08:46 PM
Tickwatcher's Avatar
Member
 
Join Date: Nov 2006
Location: London
Posts: 79
Tickwatcher is on a distinguished road
Email function

Hi Codersguru.

You have helped me before, now I need to pester you again.
I'm the one thats partially sighted - and its getting worse. I'm desperate to have the e-mail function attached to the indicators below.
Someone has had a go at attching it to the Slope indicator, but it didn't work.
I really would be very grateful if you could do this for me.
Tickwatcher

Last edited by Tickwatcher; 09-26-2007 at 03:25 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #474 (permalink)  
Old 01-28-2007, 01:00 AM
shamstec@hotmail.com's Avatar
Member
 
Join Date: Dec 2006
Posts: 42
shamstec@hotmail.com is on a distinguished road
Need Help Plz

Plz Help Me
I Used Deppending On Multi Timeframe Moving Av To Get Nice Profit On Mt4 ( Crown Forex )
Now When Using Mt4 (master Forex ) The Inicator Wont Work Or Even Show On Chart
Its Attached And I Ca N T Trust Any Other Ind
I M In Big Trouble
If Any One Could Help I Ll Be Very Thankfull
Thanks In Advance
Attached Files
Attached Files
File Type: mq4 #MTF_HMA_Russian_Color.mq4 (6.1 KB, 19 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #475 (permalink)  
Old 01-28-2007, 01:56 AM
Senior Member
 
Join Date: Dec 2005
Posts: 340
mrtools is on a distinguished road
Need regular indicator

Regular indicator is needed with MTF,put both in experts/indicator folder but only need MTF Hull on your chart.

Hope this helped.
tools
Attached Files
File Type: zip MTF HMA.zip (3.0 KB, 331 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #476 (permalink)  
Old 01-28-2007, 10:43 AM
shamstec@hotmail.com's Avatar
Member
 
Join Date: Dec 2006
Posts: 42
shamstec@hotmail.com is on a distinguished road
it does help indeed

hi mr tools
again thanks a lot god bless you my best regards
wael
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #477 (permalink)  
Old 01-28-2007, 11:00 AM
shamstec@hotmail.com's Avatar
Member
 
Join Date: Dec 2006
Posts: 42
shamstec@hotmail.com is on a distinguished road
Quote:
Originally Posted by mrtools
Regular indicator is needed with MTF,put both in experts/indicator folder but only need MTF Hull on your chart.

Hope this helped.
tools
see how great thanks to you
Attached Files
File Type: rar tools did it.rar (13.0 KB, 49 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #478 (permalink)  
Old 01-30-2007, 07:28 PM
Junior Member
 
Join Date: Jan 2007
Posts: 4
l2pmt is on a distinguished road
Hi,
A couple of weeks ago I used an EA which would automatically calculate my position size, a % risk. It worked well with the pairs EUR/USD, GBP/USD, AUD/USD, but not with crosses or USD as base currency. I thought the EA wasn't programmed right and stopped using it, now I'm trying another EA which also only works with USD as counter currency, does anybody has an idea what could be wrong?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #479 (permalink)  
Old 01-30-2007, 07:35 PM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
Originally Posted by l2pmt
Hi,
A couple of weeks ago I used an EA which would automatically calculate my position size, a % risk. It worked well with the pairs EUR/USD, GBP/USD, AUD/USD, but not with crosses or USD as base currency. I thought the EA wasn't programmed right and stopped using it, now I'm trying another EA which also only works with USD as counter currency, does anybody has an idea what could be wrong?
The problem is that the MM routine is not converting the position to the currency type on deposit. please see Professional MM function
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #480 (permalink)  
Old 01-30-2007, 07:54 PM
Junior Member
 
Join Date: Jan 2007
Posts: 4
l2pmt is on a distinguished road
Quote:
Originally Posted by Nicholishen
The problem is that the MM routine is not converting the position to the currency type on deposit. please see Professional MM function
Thanks a lot, Nicholishen!
Unfortunately I'm at the very beginning of learning to write EA's, so I see the problem, but am unable to modify the code yet. So I'll will revisit later when I got more clue....
Thank you anyway!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
histogram, forex, ZUP_v1.mq4

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/questions/270-ask.html
Posted By For Type Date
OzFx System:) - Page 639 This thread Refback 06-21-2008 10:53 PM
Forex SRDC Sidus Sibkis EA MT4 Forum OTCSmart This thread Refback 12-08-2007 12:46 PM


All times are GMT. The time now is 04:15 AM.



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