文件名称:XPoints
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- eva****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
三个月的运行中该智能交易增长近 35倍
仔细在货币对 EUR/USD图表中注视规律,你会发现柱的价格会产生转变:
1) rate = (High - Low) / MathAbs(Close-Open) 大于1
2) 低点 (Low)到通道的最低处 (价格可能上涨)或者高点(High)到通道的最高处(价格可能下降)
这种类型的柱被称作X-points.
指标按照参数寻找X-points, xrate (rate >= xrate) && (High-Low) >= xsize && (Up-Dn)>= xminupdn.
以 X-point 作为分析柱的信号来过滤虚假信号。虽然价格稍稍倾斜到预测方向,但柱的中间点和通道中间点之间的关系没有变化。
(查看指标代码)
参数:
extern int per=3 - 通到创建的时间周期
extern double xrate=1.5 - 最小比例
extern double xsize=5.0 - 柱的最小高度 (High-Low)
extern double xslope=0.0 - 下一个柱的最小增长
extern double xminupdn=10.0 - 通道的最小宽度
extern int xhour1=9 - 从通道内信号允许通过的最短时间
extern int xhour2=19 - 在通道内信号允许通过的最长时间
extern int xindent=15 - 图表中空格信号 (可以使用于止损)-The three-month run in an increase of nearly 35 times the expert
Carefully in the currency pair EUR/USD chart, watching law, you will find that the price will have changed column:
1) rate = (High- Low)/MathAbs (Close-Open) greater than 1
2) low (Low) to the lowest channel (price likely to rise) or high (High) to the channel s highest point (the price may drop)
This type of column is called X-points.
Indicators in accordance with the parameters to find X-points, xrate (rate> = xrate) & & (High-Low)> = xsize & & (Up-Dn)> = xminupdn.
The X-point as the analytical column to filter false signals the signal. While the price forecast slightly tilted to the direction, but the middle column point and the channel between the middle point of no change.
(See indicator code)
Parameters:
extern int per = 3 - leads to the creation of the time period
extern double xrate = 1.5 - the smallest proportion of
extern double xsize = 5.0 - the minimum column height (
仔细在货币对 EUR/USD图表中注视规律,你会发现柱的价格会产生转变:
1) rate = (High - Low) / MathAbs(Close-Open) 大于1
2) 低点 (Low)到通道的最低处 (价格可能上涨)或者高点(High)到通道的最高处(价格可能下降)
这种类型的柱被称作X-points.
指标按照参数寻找X-points, xrate (rate >= xrate) && (High-Low) >= xsize && (Up-Dn)>= xminupdn.
以 X-point 作为分析柱的信号来过滤虚假信号。虽然价格稍稍倾斜到预测方向,但柱的中间点和通道中间点之间的关系没有变化。
(查看指标代码)
参数:
extern int per=3 - 通到创建的时间周期
extern double xrate=1.5 - 最小比例
extern double xsize=5.0 - 柱的最小高度 (High-Low)
extern double xslope=0.0 - 下一个柱的最小增长
extern double xminupdn=10.0 - 通道的最小宽度
extern int xhour1=9 - 从通道内信号允许通过的最短时间
extern int xhour2=19 - 在通道内信号允许通过的最长时间
extern int xindent=15 - 图表中空格信号 (可以使用于止损)-The three-month run in an increase of nearly 35 times the expert
Carefully in the currency pair EUR/USD chart, watching law, you will find that the price will have changed column:
1) rate = (High- Low)/MathAbs (Close-Open) greater than 1
2) low (Low) to the lowest channel (price likely to rise) or high (High) to the channel s highest point (the price may drop)
This type of column is called X-points.
Indicators in accordance with the parameters to find X-points, xrate (rate> = xrate) & & (High-Low)> = xsize & & (Up-Dn)> = xminupdn.
The X-point as the analytical column to filter false signals the signal. While the price forecast slightly tilted to the direction, but the middle column point and the channel between the middle point of no change.
(See indicator code)
Parameters:
extern int per = 3 - leads to the creation of the time period
extern double xrate = 1.5 - the smallest proportion of
extern double xsize = 5.0 - the minimum column height (
(系统自动生成,下载前可以参看下载内容)
下载文件列表
XPoints.mq4