예스스탁
예스스탁 답변
2025-03-19 17:37:03
안녕하세요
예스스탁입니다.
Input : term1(5),term2(9),term3(14),term4(20),Period1(9), Period2(13), Period3(2), Period4(3);
Var : X1(0),X2(0),X3(0),X4(0),S1(0),S2(0),S3(0),S4(0),XS(False),value1(0),Value2(0),SToR(0) ;
X1=Trix(term1)-Trix(term1)[1];
X2=Trix(term2)-Trix(term2)[1];
X3=Trix(term3)-Trix(term3)[1];
X4=Trix(term4)-Trix(term4)[1];
S1 = Ema(X1,9);
S2 = Ema(X2,9);
S3 = Ema(X3,9);
S4 = Ema(X4,9);
XS = X1<0 and X2<0 and X3<0 and X4<0 && S1<0 and S2<0 and S3<0 and S4<0 ;
value1 = ((RSI(Period1)- lowest(RSI(Period1),Period2))
/ (highest(RSI(Period1),Period2)-(lowest(RSI(Period1),Period2))))*100;
Value2 = ma(Value1,Period3);
SToR = ma(Value2,Period4);
if XS && SToR[2]>SToR[1] && SToR[1]< SToR[0] && H[1]<H[0] Then
Find(1);
즐거운 하루되세요
> 새론날 님이 쓴 글입니다.
> 제목 : 수식 수정 부탁드립니다.
> 안녕하세요.
수식오류 수정 부탁드립니다.
Input : term1(5),term2(9),term3(14),term4(20),Period1(9), Period2(13), Period3(2), Period4(3);
Var : X1(0),X2(0),X3(0),X4(0),S1(0),S2(0),S3(0),S4(0),XS(0),value1(0),Value2(0),SToR(0) ;
X1=Trix(term1)-Trix(term1)[1];
X2=Trix(term2)-Trix(term2)[1];
X3=Trix(term3)-Trix(term3)[1];
X4=Trix(term4)-Trix(term4)[1];
S1 = Ema(X1,9);
S2 = Ema(X2,9);
S3 = Ema(X3,9);
S4 = Ema(X4,9);
XS = X1<0 and X2<0 and X3<0 and X4<0 && S1<0 and S2<0 and S3<0 and S4<0 ;
value1 = ((RSI(Period1)- lowest(RSI(Period1),Period2))
/ (highest(RSI(Period1),Period2)-(lowest(RSI(Period1),Period2))))*100;
Value2 = ma(Value1,Period3);
SToR = ma(Value2,Period4);
if XS && SToR[2]>SToR[1] && SToR[1]< SToR[0] && H[1]<H[0] Then
Find(1);