Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #501 (permalink)  
Old 04-11-2007, 11:42 AM
camisa's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Portugal
Posts: 349
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, 283 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #502 (permalink)  
Old 04-11-2007, 11:47 AM
Junior Member
 
Join Date: Mar 2006
Posts: 10
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 02:18 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #503 (permalink)  
Old 04-11-2007, 02:15 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #504 (permalink)  
Old 04-11-2007, 02:19 PM
Member
 
Join Date: Dec 2005
Posts: 63
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #505 (permalink)  
Old 04-11-2007, 05:33 PM
Member
 
Join Date: Dec 2005
Posts: 63
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #506 (permalink)  
Old 04-11-2007, 11:20 PM
Senior Member
 
Join Date: Aug 2006
Posts: 456
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #507 (permalink)  
Old 04-11-2007, 11:47 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #508 (permalink)  
Old 04-11-2007, 11:50 PM
Member
 
Join Date: Dec 2005
Posts: 63
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #509 (permalink)  
Old 04-12-2007, 04:35 PM
fxgrm's Avatar
Senior Member
 
Join Date: Mar 2007
Posts: 114
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 03:27 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #510 (permalink)  
Old 04-12-2007, 05:51 PM
Junior Member
 
Join Date: Feb 2007
Posts: 26
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, 268 views)

Last edited by boostedtrader; 04-12-2007 at 05:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
adx cross alert, alert, alert signal, ArrZZx2, ArrZZx2 alert, Audible Trade Signal Alert, bobokusfibo, bollinger, bollinger alert, bollinger bands alert, bollitoucher, candle_signal, cci, cci alert, CCI cross alert, center of gravity, DinapoliTarget_Malay, EMA-Crossover_Signal.mq4, fisher_yur4ik, fncd indicator, forex, Forex MetaTrader 4 Visual Alert indicator, forex trsi, forex tsd, FXI_Point&Figure, FXI_Point&Figure-Adv, FXI_Point&Figure-Adv.mq4, histogram, ichi cloud, indicators, indicators with alert, Jurik Volty, ki signal, LabTrend1_v2.1, laguerre alert, ma alert, MA cross alert, ma cross alert combo, ma cross signal, macd alert, macd cross alert, MA_Crossover_Signal, metatrader 4 indicators, metatrader alert, metatrader indicator alert, metatrader signal, metatrader signals, mt4 alert indicator, MULTISSRCPLUSSM, search, Signal, signal alert, signal forex, snake, snake force, snake force indicator, snake indicator, stopreversal, super_signals_v2, T3 RSI, t3 rsi alert, trsi forex, trsi indicator, tsd forex, wlxfractals, ZigZag alert


Currently Active Users Viewing This Thread: 5 (4 members and 1 guests)
cmbonanza, cabbagepicker, flx3, bropips
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
I need Stochastic Oscillator with alert/signal 200 Indicators - Metatrader 4 2 04-12-2009 09:19 AM
2 signal AmiBroker how insert indicators king forex Indicators - Metatrader 4 5 11-11-2008 09:30 AM
Signal Alert vidda Suggestions for Trading Systems 5 08-12-2007 07:05 AM
changes for ki signal rizdwan74kl Indicators - Metatrader 4 2 04-02-2007 11:50 PM
Help W/Audible Alert Indicators for MA,EMA,SMA D.A. Indicators - Metatrader 4 1 02-26-2007 06:41 PM


All times are GMT. The time now is 07:17 AM.



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