Forex
Google

Go Back   Forex Trading > Metatrader Training > Metatrader 4 mql 4 - Development course > Questions
Forex Forum Register FAQ Members List Calendar Today's Posts


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 (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 11-14-2005, 04:44 PM
hua hua is offline
Member
 
Join Date: Oct 2005
Location: Athens
Posts: 75
hua is on a distinguished road
Alerts

I would appreciate all kind of alerts to be indicators and not EAs. I attach fractal breakdown EA, and asking if it is possible to become just an alert on indication basis. TKS vm Sir in advance.
Attached Files
File Type: mq4 Fractal Breakout.mq4 (3.3 KB, 127 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-14-2005, 05:24 PM
codersguru's Avatar
codersguru codersguru is offline
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 Fractal Breakout_indicator!

Quote:
Originally Posted by hua
I would appreciate all kind of alerts to be indicators and not EAs. I attach fractal breakdown EA, and asking if it is possible to become just an alert on indication basis. TKS vm Sir in advance.
Hi hua,

It's an EA but I didn't make much effort to convert it to an indicator.

Please compare the changes have made. to know the differences between an EA and an indicator

Try it and tell me what do you think?
Attached Files
File Type: mq4 Fractal Breakout_indicator.mq4 (3.3 KB, 174 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
  #3 (permalink)  
Old 11-15-2005, 05:08 AM
hua hua is offline
Member
 
Join Date: Oct 2005
Location: Athens
Posts: 75
hua is on a distinguished road
Quote:
Originally Posted by codersguru
Hi hua,

It's an EA but I didn't make much effort to convert it to an indicator.

Please compare the changes have made. to know the differences between an EA and an indicator

Try it and tell me what do you think?
tks vm sir. its really very nice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-15-2005, 05:49 AM
hua hua is offline
Member
 
Join Date: Oct 2005
Location: Athens
Posts: 75
hua is on a distinguished road
Quote:
Originally Posted by hua
tks vm sir. its really very nice.
ONE VITAL QUESTION.
In case for an alert in EA, we can mark ''disable alert once hit''.
how we can do that on indicator alerts???
Many tks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-15-2005, 04:17 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Exclamation

Quote:
Originally Posted by hua
ONE VITAL QUESTION.
In case for an alert in EA, we can mark ''disable alert once hit''.
how we can do that on indicator alerts???
Many tks in advance.
Hi hua,

Happy to hear you!

In this case, we have to use another function called "MessageBox".
MessageBox is an external function (resides in an external dll), so you have to enable the option "Allow Dll imports" in the indicator properties window.
__________________
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
  #6 (permalink)  
Old 11-16-2005, 05:06 AM
hua hua is offline
Member
 
Join Date: Oct 2005
Location: Athens
Posts: 75
hua is on a distinguished road
Quote:
Originally Posted by codersguru
Hi hua,

Happy to hear you!

In this case, we have to use another function called "MessageBox".
MessageBox is an external function (resides in an external dll), so you have to enable the option "Allow Dll imports" in the indicator properties window.
tks vm, kindly give me a demo basis the two attached indicators. tks vm indeed again in advance.
Attached Files
File Type: mq4 CrossedAlerts.mq4 (2.4 KB, 226 views)
File Type: mq4 Fractal Breakout_indicator.mq4 (3.3 KB, 145 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-16-2005, 11:13 PM
Audio's Avatar
Audio Audio is offline
Senior Member
 
Join Date: Oct 2005
Posts: 140
Audio is an unknown quantity at this point
frtl

Quote:
Originally Posted by hua
tks vm, kindly give me a demo basis the two attached indicators. tks vm indeed again in advance.
hi hua it aint work
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 11-17-2005, 10:05 AM
hua hua is offline
Member
 
Join Date: Oct 2005
Location: Athens
Posts: 75
hua is on a distinguished road
Quote:
Originally Posted by Audio
hi hua it aint work
Hi, waiting a demo from coders'GURU, to adjust our indicator alerts. tks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-17-2005, 01:18 PM
codersguru's Avatar
codersguru codersguru is offline
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 MessageBox

Hua,

Please try this code.
Don't forget to enable "Allow Dll imports"
Attached Files
File Type: mq4 CrossedAlerts_Msgs.mq4 (3.8 KB, 179 views)
File Type: mq4 Fractal Breakout_indicator_Msgs.mq4 (4.2 KB, 128 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
  #10 (permalink)  
Old 11-17-2005, 01:20 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Lightbulb gonna work!

Quote:
Originally Posted by Audio
hi hua it aint work
Audio, I think it gonna work.
__________________
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
Reply



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
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/questions/357-alerts.html
Posted By For Type Date
Diskussion - Daytrade the Forex für absolute Beginner - Seite 88 - Aktienboard.com This thread Refback 03-26-2008 03:41 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Got the alerts, now we need to find the system bottomdollar Suggestions for Trading Systems 5 04-26-2007 01:06 PM
need Stochs with alerts :) mwbro Indicators - Metatrader 4 4 12-05-2006 04:50 PM
E-mailing Alerts randallbowles General Discussion 2 05-01-2006 12:04 AM
Stochastic With Alerts guibernaua Suggestions for Trading Systems 9 03-11-2006 03:33 PM
Alerts hua Metatrader 4 2 12-31-2005 07:16 AM


All times are GMT. The time now is 02:29 PM.