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
  #101 (permalink)  
Old 12-14-2006, 02:36 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Download indicator from here and compile.
It should be in exact name like this: AbsoluteStrength_v1.1.mq4

No this one: [1].
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
  #102 (permalink)  
Old 12-14-2006, 02:41 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by newdigital
Just my interpretation about how it works (see image).

increase, look at the second image. It should be something like "can not find AbsoluteStrength_v1.1.ex4". Right?
If so just rename AbsoluteStrength_v1.[1]1 onto AbsoluteStrength_v1.1
ND,

A chart is worth a thousand words.... Makes it much clearer...
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
  #103 (permalink)  
Old 12-15-2006, 03:33 AM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by newdigital
Just my interpretation about how it works (see image).

increase, look at the second image. It should be something like "can not find AbsoluteStrength_v1.1.ex4". Right?
If so just rename AbsoluteStrength_v1.[1]1 onto AbsoluteStrength_v1.1
Newdigital

How did you get the MTF to plot in steps?
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
  #104 (permalink)  
Old 12-15-2006, 08:04 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by et_phonehome_2
Newdigital

How did you get the MTF to plot in steps?
I did not do anything special. I just attached this indicator with H1 timerame settings to M5 chart. Because it is MTF indicaor so I used timeframe settings as 60 (H1) and attach it to M5 chart. That's all.

Of course it is multi timeframe indicator and current 1 hour lines are not valid. But it is ok and giving the right image about what the price is doing.
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
  #105 (permalink)  
Old 12-15-2006, 11:59 AM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by newdigital
I did not do anything special. I just attached this indicator with H1 timerame settings to M5 chart. Because it is MTF indicaor so I used timeframe settings as 60 (H1) and attach it to M5 chart. That's all.

Of course it is multi timeframe indicator and current 1 hour lines are not valid. But it is ok and giving the right image about what the price is doing.
Its what I had done also, but mine is different.
Attached Images
File Type: jpg snap1.jpg (23.1 KB, 1732 views)
File Type: jpg snap2.jpg (25.4 KB, 1672 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
  #106 (permalink)  
Old 12-15-2006, 01:00 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by et_phonehome_2
Its what I had done also, but mine is different.
This is my settings for M5:

Code:
TimeFrame = 60;
Mode = 0; 
Length = 10; 
Smooth = 5; 
Signal = 5; 
Price = 0; 
ModeMA = 3; 
OverBought = 0; 
OverSold = 0;
I am not using this OverBought and OverSold as I did not find the way about how to use it in this indicator.
Attached Images
File Type: gif absolute2.gif (19.4 KB, 2070 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
  #107 (permalink)  
Old 12-15-2006, 03:25 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by newdigital
This is my settings for M5:

Code:
TimeFrame = 60;
Mode = 0; 
Length = 10; 
Smooth = 5; 
Signal = 5; 
Price = 0; 
ModeMA = 3; 
OverBought = 0; 
OverSold = 0;
I am not using this OverBought and OverSold as I did not find the way about how to use it in this indicator.
Its still very odd, mine still does not show it in step mode, can you post the ex4 file instead, maybe that is different from what I had downloaded from this thread?

Thanks
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
  #108 (permalink)  
Old 12-15-2006, 04:25 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
ex4 and mql4 files (in zip archive).
Attached Images
File Type: gif absolute4.gif (27.8 KB, 1859 views)
File Type: gif absolute5.gif (27.2 KB, 1738 views)
File Type: gif absolute6.gif (20.8 KB, 1763 views)
Attached Files
File Type: zip absolute.zip (12.1 KB, 554 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
  #109 (permalink)  
Old 12-15-2006, 11:15 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by newdigital
ex4 and mql4 files (in zip archive).
Newdigital,

Thanks for the files, now I know what the issue was. I was renaming the AbsoluteStrength_v1.1.ex4 to AbsoluteStrength_v1.ex4. I believe a previous post had confused the hell out of me, my mistake. I really like the charts you have been posting in how to use it. Much appreciated....
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
  #110 (permalink)  
Old 12-15-2006, 11:55 PM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 844
increase is on a distinguished road
Quote:
Originally Posted by newdigital
ex4 and mql4 files (in zip archive).
Thanks, I got my indicator working now, could you post a template for your setup as shown, so I can get mine to look like yours and I can understand your analysis, thanks
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
3 level semafor, 3 Level ZZ Semafor, 3-Level-zz-Semafor, Absolute, ABSOLUTE STRENGTH, absolute strength indicator, AbsoluteStrength, cache:-lr9t6Gys60J:www.forex-tsd.com/tags/3-Level-zz-Semafor.html 3 Level ZZ Semafor, fisher_exit indicator, forex, IgorAD's "Non-Lag MA", mtf absolutestrength, mtf nonlagma, non Lag ma, non-lagging indicators, nonlag, NonLag MA, Nonlagging, NonLagging Tools, NonLagMA, nonlagma ea, pricetrend, PriceTrender, semafor, stepMA7.1, zz semafor ea


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
ForexForSmarties Tools icm63 Indicators - Metatrader 4 0 02-18-2007 08:32 PM
Tools request! codersguru Tools and utilities 64 09-07-2006 04:11 PM
request for the MT4 tools Carlo General Discussion 3 04-26-2006 12:50 PM


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



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