본문 바로가기

corona4

[trader'stip]_corona_trendvigor /* Corona Chart Trend Vigor written by John F. Ehlers copyright(c) 2008 Once the dominant cycle period is known, the instantaneous trend is just the momentum across the full cycle period. This measurement is invariant with the position within the cycle. The trend slope is the same whether measured from cycle peak to cycle peak or cycle valley to cycle valley. The trend slope is normalized to the.. 2015. 1. 27.
[trader'stip]_corona_swing_psn /* Corona Chart Swing Position written by John F. Ehlers copyright (c) 2008 The swing position indicator shows the phasing of the data within the dominant cycle. A value of -5 means the cycle is at its valley. A value of +5 means the cycle is at its peak. In a pure cycle the Swing Position will trace out the shape of a sine wave. */Inputs: LineR(180), LineG(255), LineB(210), FuzzR(0), FuzzG(172).. 2015. 1. 27.
[trader'stip]_corona_snr Inputs: LineR(220), LineG(255), LineB(255), FuzzR(0), FuzzG(190), FuzzB(190);Vars: price(0), delta(0.1), gamma(0), alpha(0), beta(0), N(0), Period(0), MaxAmpl(0), Num(0), Denom(0), DC(0), DomCyc(0), Color1(0), Color2(0), Color3(0), alpha1(0), HP(0), SmoothHP(0), Avg(0), Signal(0), Noise(0), SNR(0), Width(0);Arrays: II[60](0), OldI[60](0), OlderI[60](0), Q[60](0), OldQ[60](0), OlderQ[60](0), Real.. 2015. 1. 27.
[trader'stip]_corona_cycleperiod Inputs: LineR(255), LineG(255), LineB(0), FuzzR(255), FuzzG(0), FuzzB(0), ShowDC(1); Vars: price(0), delta(0.1), gamma(0), alpha(0), beta(0), N(0), Period(0), MaxAmpl(0), Num(0), Denom(0), DC(0), DomCyc(0), Color1(0), Color2(0), Color3(0), alpha1(0), HP(0), SmoothHP(0); Arrays: II[60](0), OldI[60](0), OlderI[60](0), Q[60](0), OldQ[60](0), OlderQ[60](0), Real[60](0), OldReal[60](0), OlderReal[60].. 2015. 1. 27.