Go Back   Forex-TSD > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent 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
  #31 (permalink)  
Old 04-13-2009, 03:58 PM
Senior Member
 
Join Date: Aug 2008
Location: London
Posts: 138
Limstylz is on a distinguished road
Give me a minute...

I'll add a switch for you to turn on or off. If your broker has only just adopted 5 decimal points, you will find that its easier to read in points than in pips.

5 mins to work out the necessary code...

Quote:
Originally Posted by Dreamliner View Post
Is there any way to make the indicator do that itself?
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
  #32 (permalink)  
Old 04-13-2009, 04:23 PM
Senior Member
 
Join Date: Aug 2008
Location: London
Posts: 138
Limstylz is on a distinguished road
Here you go...

Set "UsePips" to true if you would rather display the range left in pips rather than points. However, it rounds to the nearest 10 eg. 265 points = 27 pips.

Let me know if there are further modifications you need. Thanks to Walander and CJA for inspiration.
Attached Files
File Type: mq4 DailyAverage_v2c.mq4 (4.6 KB, 30 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
  #33 (permalink)  
Old 04-16-2009, 05:57 PM
Senior Member
 
Join Date: Aug 2008
Location: London
Posts: 138
Limstylz is on a distinguished road
Found a mistake in the code

Hi all,

I found a mistake in the original code which has the line:

(iHigh(NULL,PERIOD_D1,20)-iLow(NULL,PERIOD_D1,10))+

This mistake was then carried over to the indicator that I edited.

For the sake of correct maths and my own peace of mind, I have attached the indicator which I edited, here.
Attached Files
File Type: mq4 DailyAverage_v2c.mq4 (4.6 KB, 48 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
  #34 (permalink)  
Old 04-17-2009, 12:56 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 878
increase is on a distinguished road
Quote:
Originally Posted by Limstylz View Post
Hi all,

I found a mistake in the original code which has the line:

(iHigh(NULL,PERIOD_D1,20)-iLow(NULL,PERIOD_D1,10))+

This mistake was then carried over to the indicator that I edited.

For the sake of correct maths and my own peace of mind, I have attached the indicator which I edited, here.
How do we use this I don't quite get it
__________________
New to Forex? Get all you need for Free at my site Click Here
Also get my Hot Forex System (scroll to btm of page. Now includes the EA): Click Here
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
  #35 (permalink)  
Old 04-17-2009, 11:02 AM
Senior Member
 
Join Date: Aug 2008
Location: London
Posts: 138
Limstylz is on a distinguished road
Shows you how many pips til end of daily range

Its a daily range indicator that shows you how many pips/points til end of average daily range for past 30 days. Its used in conjunction with daily range trading systems (theory is that pair must complete an average daily range every day). Its used in discretionary systems mainly.

Consider it to be another ADR indicator that counts down the number of pips left...

Quote:
Originally Posted by increase View Post
How do we use this I don't quite get 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
  #36 (permalink)  
Old 07-19-2009, 08:02 AM
Senior Member
 
Join Date: Jun 2008
Location: Hong Kong
Posts: 103
pj9100 is on a distinguished road
Quote:
Originally Posted by Limstylz View Post
Its a daily range indicator that shows you how many pips/points til end of average daily range for past 30 days. Its used in conjunction with daily range trading systems (theory is that pair must complete an average daily range every day). Its used in discretionary systems mainly.

Consider it to be another ADR indicator that counts down the number of pips left...
Limstylz,

Need some help.

Is there any indicator which shows hi-low pip movements of Asian, European and US session of 8 hours each?

Also is there any indicator which displays average pips of each session hi-low and average of session open-close?

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
  #37 (permalink)  
Old 08-06-2009, 10:50 PM
Senior Member
 
Join Date: Aug 2008
Location: London
Posts: 138
Limstylz is on a distinguished road
Quote:
Originally Posted by pj9100 View Post
Limstylz,

Need some help.

Is there any indicator which shows hi-low pip movements of Asian, European and US session of 8 hours each?

Also is there any indicator which displays average pips of each session hi-low and average of session open-close?

Thanks
Apologies for the late reply, I rarely check my TSD subscriptions. I have been attempting to code a session average indicator, (this is harder than it sounds as there is no inbuilt array for a session period). If you wait for me to finish this, you will be waiting a long time as I don't program for a living. You are better off getting this coded professionally, if it is critical to your trading strategy. Otherwise, do this the old fashioned way with an excel spreadsheet. This is also probably the most satisfying.

However, the hi-low pip movements have had several indicators built already. My favourite of these is the ant-gu indicator by Andee. I have posted it below.
Attached Files
File Type: ex4 ant-GUBreakout_V.0.4.1.ex4 (12.6 KB, 23 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
  #38 (permalink)  
Old 08-07-2009, 07:38 AM
Senior Member
 
Join Date: Jun 2008
Location: Hong Kong
Posts: 103
pj9100 is on a distinguished road
Quote:
Originally Posted by Limstylz View Post
Apologies for the late reply, I rarely check my TSD subscriptions. I have been attempting to code a session average indicator, (this is harder than it sounds as there is no inbuilt array for a session period). If you wait for me to finish this, you will be waiting a long time as I don't program for a living. You are better off getting this coded professionally, if it is critical to your trading strategy. Otherwise, do this the old fashioned way with an excel spreadsheet. This is also probably the most satisfying.

However, the hi-low pip movements have had several indicators built already. My favourite of these is the ant-gu indicator by Andee. I have posted it below.
Limstylz,

Thank you . I am doing it manually and continue to do and if when ever you code a session average indicator, then please do post it.

I am not so good at computers. If you have any Excel sheet linked to DDE then to do this calculation, please do post it.

Thank you again, you have been very helpful all the time.
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


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 12:36 AM.



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