Yellow 1 Plotshape Enlargement

The algorithms in Amiplotlines
have (4 pairs) of Oscillator lines and 8 individual (not-paired) PriceCandle
lines.
Oscillator Lines
Converge and PriceCandle Lines Converge with each other when tickers are
trending down.
Amiplotlines Cvg technical analysis indicator finds dates where Oscillator and
PriceCandle Lines have Converged.
Oscillator Convergences range from Cvg90 to
Cvg99;______Price Convergences range from Cvg990 to Cvg9999.
LeftClicking on RedPlotshape0
will show Converged Lines in the Oscillator Chart and Converged Lines in the
PriceCandle Chart.
The
RedPlotshape0 PriceCandle Chart shows the bla=BlackLine and blu=Blue line have
Converged.
Amiplotlines Website has Ten BannerCharts with Ten
Colored PlotShapes in each of the Ten BannerCharts.
AmiplotlinesFirst BannerChart
shows RedPlotshape-0 dated May 17,2017 followed by RedPlotshape-1, followed by
RedPlotshape-2
,
followed byRedPlotshape-3, followed by RedPlotshape-4, and finally ending with
RedPlotshape-9 dated March,11,2015
near the left edge of ThisFirstAmiplotlines
BannerChart.
These Ten BannerCharts show a total of one hundred
dates from March,7,1995 and progressing up to May,17,2017.
These colored plotshapes show
the dates that uptrends resumed after short pullbacks and also show
the dates where new uptrends started when longer term
downtrends ended.
The tutorial describing Amiplotlines protocols begins
here.
//=================================================
Oscillators are
K=StochK();__D=StochD();__P=Pdi();____N=Mdi();____A=Adx();_____Ro=Rsi();
KD=(k+d)/2;__Kro=(k+ro)/2;__Kdro=(kd+ro)/2;__Dro=(d+ro)/2;__Rot=tema(ro,1);__Roe=ema(ro,1);
Pakro=(p+a+k+ro)/4;___Padro=(p+a+d+ro)/4;___Tpakro=tema(pakro,1);___Epakro=ema(pakro,1);
Tpadro=tema(padro,1);__Epadro=ema(padro,1);
Naming protocol for oscillator line colors is the
first letter of each line color accept for colorblack which uses the last letter
K
R=Red=amk23g20kg;___W=amk23g20dg;___K=Black=rot9g88;_______Y=Yellow=roe9g88;
B=Blue=pakm5F1g____________________________________________G=Green=padm5F1g;
T=Turquoise=ColorCustom11=pakro9g179;________________________P=Pink=ColorCustom12=padro9g179;
Stochk Dominant
Lines___________StochD Dominant Lines_______________Line Pairs
R=amk23g20kg;_________________W=amk23g20dg;____________________RW=(r+w)/2;
K=rot9g88;_____________________Y=roe9g88;_________________________KY=(K+Y)/2;
B=pakm5F1g;___________________G=padm5F1g;_______________________BG=(B+G)/2;
T=pakro9g179;__________________P=padro9g179;______________________TP=(T+P)/2;
PriceCharts use MidBody values
computed from Open and Close values of the Yahoo Historical ^Gspc database.
op=Open;_Hi=High;_lo=Low;_cl=Close;_Mx=MaxC,O)/2;_Mn=Min(C,O)/2;mb=Midbody=(mx+mn)/2;
Rt=tema(mb,2);__R2t=tema(rt,2)/2;__Wt=(rt*3+tema(mb,16))/4;__Re=ema(mb,2);__Rtm=ma(rt,2);
Rtw=wma(rt,2);__rtwv=(rt+wt)/2;
Naming Protocol for Price
Lines is the first two or three letters of each price line color.
Price fast lines are
Rt=RedLine=tema(mb,2);__Wt=WhiteLine=(rt*3+tema(mb,16))/4;__Blu=BlueLine=mbtt8;
Slo=(blu+gre+dkg+bla+yel+tur)/6;Gre=(slo+rt)/2;Fst=(rt+wt+gre+blu+bla)/5;
Price swing lines are
Bla=BlackLine=(r9et+mbtw)/2;_Gre=GreenLine=(slo+rt)/2;_Yel=YellowLine=rt43g43;
Price major trend lines are
Tur=Turquoise=CustomColor11=rt9g99______Pin=Pink=CustomColor12=re9g99;
Averages of Pricelines have an appended letter V;
yrv=(yel+rt)/2;ryv=yrv;_____ywv=(yel+wt)/2;wyv=ywv;____ybv=(yel+blu)/2;byv=ybv;____ykv=(yel+bla)/2;kyv=ykv;
ytv=(yel+tur)/2;tyv=ytv;____ypv=(yel+pin)/2;pyv=ypv;____ygv=(yel+gre)/2;gyv=ygv;
krv=(bla+rt)/2;rkv=krv;_____kwv=(bla+wt)/2;wkv=kwv;___kbv=(bla+blu)/2bkv=kbv;____kyv=(bla+yel)/2;ykv=kyv;
kbv=(bla+blu)/2;bkv=kbv;___ktv=(bla+tur)/2;tkv=ktv;____kpv=(bla+pin)/2;pkv=kpv;
brv=(blu+rt)/2;rbv=brv;_____bwv=(blu+wt)/2;wbv=bwv;____byv=(blu+yel)/2;ybv=byv;____bgv=(blu+gre)/2;gbv=bgv;
btv=(blu+tur)/2;tbv=btv;____bpv=(blu+pin)/2;pbv=bpv;____bgv=(blu+gre)/2;gbv=bgv;
rwtv=(rt+wt)/2;wrv=rwtv;___rwv=(rt+wt)/2;wrv=rwv_______kwv=(bla+wt)/2;wkv=kwv;____rgv=(rt+gre)/2;grv=rgv;
ryv=(rt+yel)/2;wrv=ryv;____rbv=(rt+blu)/2;brv=rbv_______krv=(bla+rt)/2;rkv=krv;
Yellow1/9/1/2009
Oscillator Chart Instantiators are rw<62 AND rw>61 AND
kyrwbgtp AND Sum(Cross(rw,bg),9) AND kyCvg99 AND tpCvg99 AND Cross(ky,rw)
Lower Price Chart Instantiators are opbluCvg999 AND Cross(tpv,wgv)
Price Chart Instantiators are opbluCvg999 AND
Cross(tpv,wgv)