|
||||||||||||||||||
Data:2009-12-12 2:34
Crocodile line is to use fractal geometry and nonlinear dynamics of a group of average (in fact, is a rather special moving averages). It is divided into blue, red, green 3. Blue line is known as the crocodile's jaw, the red line known as the crocodile's teeth, green known as the crocodile lips kiss. Their structure is as follows: jaw Department - 13 smooth moving average price lines, and will move to the future value of 8 the price line; teeth - 8 price line, smooth moving average, and values to the future direction of Mobile 5 the price line; lipå? 5 smooth moving average price lines, and will move to the future value of the price line 3.
Crocodile-line basic use is that when the jaw, teeth, lips kiss intertwined, we will enter a wait and see period (crocodiles rest); when more than lip-kiss in the teeth, teeth in the jaw above, we have entered a bull market (jaw of the fish to start eating beef); when the lip kiss in the teeth below the teeth in the jaw below, I have entered a bear market (crocodiles to start eating bear meat had). To put it simply crocodile line traders compass that can tell the traders what the market is in a state, and to ensure that traders can be traded in the Quotes in the market was taking a break on the sidelines.
Two sets of crocodile-line source:
Compiled with the SMA
var1: = (H + L) / 2;
Lower jaw: SMA (var1, 13,1), SHIFT8, COLORBLUE;
Teeth: SMA (var1, 8,1), SHIFT5, COLORRED;
The upper lip: SMA (var1, 5,1), SHIFT3, COLORGREEN;
Compiled with the EMA
var1: = (H + L) / 2;
Lower jaw: SMA (var1, 13,1), SHIFT8, COLORBLUE;
Teeth: SMA (var1, 8,1), SHIFT5, COLORRED;
The upper lip: SMA (var1, 5,1), SHIFT3, COLORGREEN;