Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


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 (84) Thread Tools Display Modes
  #501 (permalink)  
Old 04-11-2007, 10:42 AM
camisa's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Portugal
Posts: 226
camisa is on a distinguished road
Hi, can someone please code 2 optional audio alerts (1 for red arrows and 1 for yellow arrows) for the indicator attached?

Thanks!
Attached Files
File Type: mq4 5 bar reversal v1[real][1].5.mq4 (2.9 KB, 163 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #502 (permalink)  
Old 04-11-2007, 10:47 AM
Junior Member
 
Join Date: Mar 2006
Posts: 9
omid650 is on a distinguished road
is there any indicator that alert on crossing the candles the upper and lower bands ?
I mean for bollinger bands

Last edited by omid650; 04-11-2007 at 01:18 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #503 (permalink)  
Old 04-11-2007, 01:15 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 613
increase is on a distinguished road
Quote:
Originally Posted by traden4x
This price alert indicator I found somewhere here. Is it possible to make the alert.wav be setup like this? If you have say 6 different currency pairs with the alert attached to that the audible alert looks to the pair and a wav file is recorded for each pair. Then another wav file is recorded for say like "price breaking high". This would mean that when the alert is placed on gbpusd and the price is say exceeded then 2 or 3 wav files would play in sequential order sounding something like this, "GBPUSD" + "5min" + "price breaking high" this would then mean you would have to look at the alert and would know what chart to pull up. This may sound a little to much but I run 5 monitors and 30 charts that I am constantly trying to monitor.

One step further would be if it is possible to simply click on the line on the chart and drag it to update where the alert would sound. Don't know if that is possible or not.

Thanks for your help.
Traden

I don't get anything on screen with this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #504 (permalink)  
Old 04-11-2007, 01:19 PM
Member
 
Join Date: Dec 2005
Posts: 42
traden4x is on a distinguished road
Quote:
Originally Posted by increase
I don't get anything on screen with this?
Increase,

Not sure what you mean by not getting on screen with this?

Traden
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #505 (permalink)  
Old 04-11-2007, 04:33 PM
Member
 
Join Date: Dec 2005
Posts: 42
traden4x is on a distinguished road
Quote:
Originally Posted by traden4x
This price alert indicator I found somewhere here. Is it possible to make the alert.wav be setup like this? If you have say 6 different currency pairs with the alert attached to that the audible alert looks to the pair and a wav file is recorded for each pair. Then another wav file is recorded for say like "price breaking high". This would mean that when the alert is placed on gbpusd and the price is say exceeded then 2 or 3 wav files would play in sequential order sounding something like this, "GBPUSD" + "5min" + "price breaking high" this would then mean you would have to look at the alert and would know what chart to pull up. This may sound a little to much but I run 5 monitors and 30 charts that I am constantly trying to monitor.

One step further would be if it is possible to simply click on the line on the chart and drag it to update where the alert would sound. Don't know if that is possible or not.

Thanks for your help.
Traden
Hello,
In trying to make a multiple sound wav file or string, can I set up something like this?


if Symbol()="GBPUSD" PairWav="gbpusd.wav";
else if Symbol()="GBPJPY" PairWav="gbpjpy.wav";
else if Symbol()="USDJPY" PairWav="usdjpy.wav";
else PairWav="unknownpair.wav";

if Period()="1" PeriodWav="1min.wav";
else if Period()="5" PeriodWav="5min.wav";
else if Period()="15" PeriodWav="15min.wav";
else if Period()="30" PeriodWav="30min.wav";
else if Period()="60" PeriodWav="60min.wav";
else PeriodWav="unknownperiod.wav";

if Direction>0 DirectionWav="up.wav";
else if Direction<0 DirectionWav="down.wav";
else DirectionWav="flat.wav";

if (UseSoundAlert){
PlaySound(PairWav+PeriodWav+DirectionWav);
}

Would something like this work? If it won't, could someone point me in the correct direction in how to properly link together multiple wav files for one alert.

Thanks,
Traden
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #506 (permalink)  
Old 04-11-2007, 10:20 PM
Senior Member
 
Join Date: Aug 2006
Posts: 396
RickW00716 is on a distinguished road
Quote:
Originally Posted by RickW00716
I use the envelope indicator that comes with MT4.

I use it with a specific setting and shift it forward 1 bar.

I use it on the 15 min. chart.

Is there a way to audibly alert me when price closes above the upper envelope boundary or closes below the lower envelope boundary on the 15 min chart?
I am still curious if this can be done...I would like to have the audible alert so it can wake me up during the European trading session.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #507 (permalink)  
Old 04-11-2007, 10:47 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 613
increase is on a distinguished road
Quote:
Originally Posted by traden4x
Increase,

Not sure what you mean by not getting on screen with this?

Traden
The indicator did not appear after I activated it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #508 (permalink)  
Old 04-11-2007, 10:50 PM
Member
 
Join Date: Dec 2005
Posts: 42
traden4x is on a distinguished road
Quote:
Originally Posted by increase
The indicator did not appear after I activated it?
It just shows as a line and 2 lines if you select the channel option. Make sure to put a price in there that works for that pair.

Traden
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #509 (permalink)  
Old 04-12-2007, 03:35 PM
fxgrm's Avatar
Member
 
Join Date: Mar 2007
Posts: 88
fxgrm is on a distinguished road
Help with SendMail code

Hi:

Would someone be willing to add a "SendMail" trend alert to this indicator?

I would like to receive an email to my cell phone when the ema's cross so I don't have to sit in front of the computer all day long waitng for the next trend reversal (4 hr. charts).

I tried to do it myself but it sent repeated mass emails/text messages (very costly)

Thanks and cheers!

Last edited by fxgrm; 09-22-2007 at 02:27 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #510 (permalink)  
Old 04-12-2007, 04:51 PM
Junior Member
 
Join Date: Feb 2007
Posts: 19
boostedtrader is on a distinguished road
Elert for Signal Line

Hi everybody...

Could somebody do me a fevor to put alert to this Signal Line indicator when its changing color. Its a HMA from FXiGor.

Thanks.
Attached Files
File Type: mq4 Signal Line.mq4 (4.1 KB, 166 views)

Last edited by boostedtrader; 04-12-2007 at 04:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
alert, wlxfractals

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/87-indicators-alert-signal.html
Posted By For Type Date
??????MetaTrader????????????? - MetaTrader???Wiki This thread Refback 08-18-2008 10:19 AM
Stochastic w/ Signals This thread Refback 08-15-2008 07:32 AM
Stochastic w/ Signals This thread Refback 08-15-2008 06:31 AM
MetaTrader初心者専用スレ This thread Refback 08-03-2008 11:39 AM
【隔離スレ】MetaTrader初心者専用3【ゆとり専用】 This thread Refback 07-26-2008 05:13 PM
Bright Ideas :: View topic - Today's Trend (CLOSED) Post #1216 Refback 07-15-2008 11:08 AM
【隔離スレ】MetaTrader初心者専用3【ゆとり専用】 This thread Refback 07-05-2008 06:43 PM
【隔離スレ】MetaTrader初心者専用3【ゆとり専用】 This thread Refback 07-05-2008 02:05 PM
MetaTrader初心者専用スレ This thread Refback 06-29-2008 01:54 AM
ヤ 粢蔘頷 裨蒟 碣褞 ヤ裲 (Forex) ヤ褞瑾, 竟褞褪 裨蒻 瑙琿頸韭. ネ粢頽韋 蒡粢頸褄 珞褊韃. - マ 裼瑣裨鞣 瑣裙 +50$ 鈞 蒟 This thread Refback 06-23-2008 04:49 PM
タマホミメ: 竟蒻瑣 midpoint MetaTrader 4 This thread Refback 06-14-2008 08:56 AM
、筅テ、チ、ホMeta Trader」エ、ヌス酘・、・ヌ・、・ネ・ TOP・レ。シ・クニ簣ニ This thread Refback 06-03-2008 11:07 AM
Bollinger Indicator Request Post #721 Refback 05-28-2008 03:52 AM
Bollinger Indicator Request Post #721 Refback 05-20-2008 04:29 AM
Help with RSI<> Bollinger bands Alert Post #1439 Refback 05-01-2008 12:36 PM
・ニ・ッ・ヒ・ォ・ | 1ヒア゚、ォ、鯲ワサリ、ケクカサイノ This thread Refback 04-29-2008 09:53 PM
Help with RSI<> Bollinger bands Alert Post #1439 Refback 04-17-2008 03:24 AM
MA Cross 3MACross Alert WarnSig - MQL4 莉」 ∝渕蝨ー Post #1273 Refback 04-14-2008 09:42 AM
Help with RSI<> Bollinger bands Alert Post #1439 Refback 04-13-2008 08:31 PM
Help with RSI<> Bollinger bands Alert Post #1439 Refback 04-13-2008 08:12 PM
Help with RSI<> Bollinger bands Alert Post #1439 Refback 04-13-2008 07:56 PM
MA Cross 3MACross Alert WarnSig - MQL4 Code Base Post #1273 Refback 04-13-2008 01:17 PM
MA Cross 3MACross Alert WarnSig - MQL4 Code Base Post #1273 Refback 04-13-2008 05:40 AM
゚ン ヌヨレ フムモ 贄モヌ睨 ハ菠 - 聿ハマヌハ ヌ矼ハマヌ趁 ヌ瞽ムネ This thread Pingback 04-04-2008 01:49 PM
Advanced Get Oscillator - MQL4 莉」 ∝渕蝨ー Post #1238 Refback 04-01-2008 02:46 PM
MBA - MQL4 莉」 ∝渕蝨ー Post #1130 Refback 03-31-2008 08:23 AM
Polite Request This thread Refback 03-27-2008 11:08 AM
Polite Request This thread Refback 03-27-2008 10:58 AM
ツ 鈞琅 鉋籵褄 angell 胛 This thread Refback 03-26-2008 07:42 PM
Advanced Get Oscillator - MQL4 Code Base Post #1238 Refback 03-26-2008 05:58 PM
MBA - MQL4 Code Base Post #1130 Refback 03-26-2008 01:32 PM
MBA - MQL4 Code Base Post #1130 Refback 03-26-2008 01:31 PM
MA Cross 3MACross Alert WarnSig - MQL4 Code Base Post #1273 Refback 03-26-2008 01:25 PM
Advanced Get Oscillator - MQL4 Code Base Post #1238 Refback 03-26-2008 01:25 PM
Advanced Get Oscillator - MQL4 Code Base Post #1238 Refback 03-25-2008 09:39 AM
OzFx Forex System View topic - Looking for Simple 5,3,4 stoch EA This thread Refback 03-24-2008 05:24 AM
MBA - MQL4 Code Base Post #1130 Refback 03-21-2008 06:29 PM
OzFx Forex System View topic - Looking for Simple 5,3,4 stoch EA This thread Refback 03-19-2008 03:42 PM
Candle_Signal - MQL4 莉」 ∝渕蝨ー This thread Refback 03-15-2008 02:36 AM
【MT4】MetaTrader Part9【メタトレーダー】