Three Line Break
This is another implementation of a Japanese traditional trading chart known as Three Line Break chart. These charts ignore time and only change when prices move a certain amount. In this regard, these charts are quite similar to Point & Figure charts. Three Line Break charts show a series of vertical white and red (or Black) lines. White lines represent rising prices, while red lines portray falling prices. Prices continue in the same direction until a reversal is warranted. A reversal occurs when the closing price exceeds the high or low of the prior three lines.
Here this chart is implemented as an indicator not in a separate window, but in the data chart itself. After inserting this indicator on your chart it is recommended you turn off your chart view by changing to line chart view and setting the color for the line graphs as something like None or Black. You can find more about this chart in Steve Nison book of `Beyond Candlesticks`. There is only one parameter to this indicator.
Parameters
- dp (double >= 0.0) as tolerance to filter noise in drawing new lines, see Tips below.
Tips for selecting dp
First select dp = 0.0 and watch your chart. There will be some white lines between a series of red lines, and vise versa some red lines inside white lines. We call these sudden lines as noise. To reduce noise you should increase the value of dp. But be aware if you increase it so much then this indicator prints an error that can not initialize properly with this dp value.
For daily Gold charts you can use dp = 1.1 as an example.
状态:离线 发送信件 在线交谈
姓名:顺水的鱼(先生)
职位:投机客
电话:18391752892
手机:18391752892
地区:默认地区
地址:西安市高新区软件园
邮件:3313198376@qq.com
QQ:3313198376
微信:18391752892
阿里旺旺:顺水的鱼waterfish
Skype:3313198376@qq.com

