주식증권

TRIX와 TSF가 만나다./직장인을 위한 매수기법 보완/차트설정 및 조건검색식

대박주식연구소 2022. 5. 12. 06:38
SMALL

TRIX와 TSF가 만나다./직장인을 위한 매수기법 보완/차트설정 및 조건검색식

https://youtu.be/Ui2PSdubkdU

<TSF선>



LinearRegressionvalue(C,5,0)



LinearRegressionSlope(C,5)



<TRIX 거래량 지표>



(eavg(eavg(eavg(v,period),period),period) -

eavg(eavg(eavg(v(1),period),period),period)) /

eavg(eavg(eavg(v(1),period),period),period)*100



<매수체결합>



A=IF(C>O,V,0);

B=SUM(A);

D=ValueWhen(1,Date(1)!=Date,B(1));

B-D;



<매도체결합>



A=IF(C<O,V,0);

B=SUM(A);

D=ValueWhen(1,Date(1)!=Date,B(1));

B-D;



LIST