답변완료
수고하십니다. 키움 신호를 예스검색 화살표로 부탁드립니다 감사합니다.
A=LinearRegValue(C, period);
B=MA(A, avgperiod)-MA(StdError(C, period),avgperiod);
AA=LinearRegValue(C, period1);
BB=MA(AA, avgperiod)-MA(StdError(C, period1),avgperiod);
A1=(H+L+C)/3;
xTrend = if(A1 > A1(1), volume * 100, -volume * 100);
xFast = eavg(xTrend, FastX);
xSlow = eavg(xTrend, SlowX);
xKVO = xFast - xSlow;
xTrigger = eavg(xKVO, TrigLen);
B<BB && xKVO>xTrigger && (CROSSUP(C,B) OR CROSSUP(C,BB)) && C>O
=====================
지표변수
period 200
period1 160
avgperiod 50
triglen 25
fastx 100
slowx 80
2024-11-28
452
글번호 185754
검색