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
  #1 (permalink)  
Old 06-06-2006, 01:52 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 845
increase is on a distinguished road
Is this MTF indicator ok please?

This indicator that I got from one of the threads seems to give really good signals and seems to be what I am looking for, can someone pkease advise me

1. If this indicator is reliable to use?
2. how I can add a sound alert when the arrows show up?

I spent a fair amount of time trying to add a sound alert but have not been able to line it up with the arrow appearance

Thanks for any help
Attached Files
File Type: mq4 MTF_Super-signals_v1.mq4 (3.3 KB, 71 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
  #2 (permalink)  
Old 06-06-2006, 02:52 AM
Senior Member
 
Join Date: Mar 2006
Posts: 793
Maji is on a distinguished road
Please correct me if I am wrong, but I think this indicator maybe cheating.

Here is a code fragment:

int dist=24;

for (i=limit;i>=0;i--) {
hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2);
llb = Lowest(NULL,0,MODE_LOW,dist,i-dist/2);

if (i==hhb)
b1[i]=High[hhb]+SignalGap*Point;
if (i==llb)
b2[i]=Low[llb]-SignalGap*Point;
}

Let us check the line:
hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2);

Suppose, limit = 30, and dist/2 = 12, as dist = 24. Consider the case when i = 1. The Highest shifts is a negative number, which means that it is looking forward or cheating.

Am I wrong? Looks like this indicator will be repainting.
Maji
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
  #3 (permalink)  
Old 06-06-2006, 04:07 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 845
increase is on a distinguished road
Quote:
Originally Posted by Maji
Please correct me if I am wrong, but I think this indicator maybe cheating.

Here is a code fragment:

int dist=24;

for (i=limit;i>=0;i--) {
hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2);
llb = Lowest(NULL,0,MODE_LOW,dist,i-dist/2);

if (i==hhb)
b1[i]=High[hhb]+SignalGap*Point;
if (i==llb)
b2[i]=Low[llb]-SignalGap*Point;
}

Let us check the line:
hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2);

Suppose, limit = 30, and dist/2 = 12, as dist = 24. Consider the case when i = 1. The Highest shifts is a negative number, which means that it is looking forward or cheating.

Am I wrong? Looks like this indicator will be repainting.
Maji

Thanks for your help, it starts off great then as it progresses, it gets mixed up signals and more and more appear, one for the basket I think, thanks anyway I will keep looking
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
MTF indicator


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


All times are GMT. The time now is 05:31 AM.



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