|
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.
Last edited by ralph.ronnquist; 02-19-2008 at 08:50 PM.
Reason: Corrected week/day lines bug
|