- Category:
- AI-NN-PR
- Tags:
-
- File Size:
- 1kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- evanzhu1985
Description: 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 (
To Search:
File list (Check if you may need any files):
XPoints.mq4