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 Thread Tools Display Modes
  #1 (permalink)  
Old 02-18-2008, 01:01 AM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
PipsChart

I posted this elsewhere, there wasn't much interest, so it should be safe to make a thread of it...

The PipsChart indicator draws bars based on the pips movement rather than time, to only make a new bar when price moves far enough from the opening price. This is similar to a Point&Figure chart, but less rigid in its "price boxes".

The PipsChart is drawn in separate window. It draws OHLC bars to indicate an opening price, a highest and a lowest price within the bar, and a closing price, before next bars starts. The history is filled from the timeframe it is dropped on, by making four price samples of each of those bars, with a pretend timing of 1/4 timeframe: if its a bull bar, the samples are taken in order OLHC, and a bear bar is sampled OHLC.

The PipsChart bars are plotted as an indicator, but you need to forget about the time axis, because there is no match between the hosting time frame times, and the PipsChart time (except that the right-most end is the present).

The download consists of two files:
PipsChartData is a "library" and should be saved in the experts\libraries folder.
PipsChart is the indicator using the library (and drawing) and should be saved in the experts\indicators folder

The indicator is told the pips marking the threshold, and how many of the hosting timeframe bars to peep at to draw its history. The PipsChart chart includes Gold solid lines marking the beginning of weeks, and Silver dotted lines marking the beginning of days (midnight).

You will have to device your own method for using this indicator.
Attached Files
File Type: ex4 PipsChartData.ex4 (5.3 KB, 190 views)
File Type: ex4 PipsChart.ex4 (8.6 KB, 119 views)

Last edited by ralph.ronnquist; 02-19-2008 at 08:50 PM. Reason: Corrected week/day lines bug
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 10:10 PM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 2,511
Blog Entries: 8
Linuxser has disabled reputation
Quote:
Originally Posted by ralph.ronnquist View Post
I posted this elsewhere, there wasn't much interest, so it should be safe to make a thread of it...
.
I remember some members requested something like that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 09:02 PM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
Just a note about usage: it's best to attach PipsChart to an M1 chart, because then the history side gets some refinement. And the "pips" parameter should not be less than the common bar bar height, as otherwise there it tends to show price jumps, which comes from the rather crude bar interpretation (OHLC or OLHC).

Thus, using pips=30 and count=100000 on an M1 chart (like GBPUSD) is reasonable; it then presents a 30-pips break-out "behavior" on the symbol.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 11:37 PM
Senior Member
 
Join Date: Jun 2006
Posts: 1,094
prasxz is on a distinguished road
hi

thanks for those indicators ...did u have a source for that ?

===================
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 11:52 PM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
Quote:
Originally Posted by prasxz View Post
thanks for those indicators ...did u have a source for that ?
Yes; it's all mine. One part of me debates with the other whether I want the source be public or not. Not that it's particularly complex or anything, so perhaps I think differently after lunch. At the moment it's not public domain.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 04:27 AM
Junior Member
 
Join Date: Sep 2006
Posts: 8
Turhovach is on a distinguished road
Sorry, posted to the wrong thread. My apologies...

Last edited by Turhovach; 02-20-2008 at 04:47 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-21-2008, 09:42 AM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
PipsChart source

These are the sources for the PipsChart indicator and library.
Attached Files
File Type: mq4 PipsChart.mq4 (4.3 KB, 111 views)
File Type: mqh pipschartdata.mqh (875 Bytes, 90 views)
File Type: mq4 PipsChartData.mq4 (2.8 KB, 99 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-21-2008, 12:51 PM
Senior Member
 
Join Date: Jun 2006
Posts: 1,094
prasxz is on a distinguished road
hi

Quote:
Originally Posted by ralph.ronnquist View Post
These are the sources for the PipsChart indicator and library.
thanks pal

===================
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-21-2008, 08:17 PM
Dance With Lions's Avatar
Member
 
Join Date: Jan 2007
Posts: 30
Dance With Lions is on a distinguished road
Thanks for sharing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-22-2008, 02:12 AM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
PipsChart v4

This version is a minor change, to make a more refined history interpretation.

Now the indicator translates each past bar as a contiguous price movement, which starts at open, then moves 1 pip per second through high and low (for a bear bar), or through low and high (for a bull bar), and ends at close.

By this, small thresholds look smooth and nice also on higher time frames. It of course lies quite heavily about the intra bar movement, but I suppose that's what you get on higher time frames anyhow.
Attached Files
File Type: ex4 PipsChart.ex4 (8.6 KB, 59 views)
File Type: ex4 PipsChartData.ex4 (5.7 KB, 46 views)
File Type: mq4 PipsChartData.mq4 (3.0 KB, 60 views)

Last edited by ralph.ronnquist; 02-22-2008 at 02:14 AM. Reason: adding attachements
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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


All times are GMT. The time now is 09:46 AM.



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