커뮤니티

문의 드립니다.

프로필 이미지
신대륙발견
2023-05-18 06:40:32
1381
글번호 169079
답변완료
수식1 ((RSI(Period)- lowest(RSI(Period),Period2)) / (highest(RSI(Period),Period2)-(lowest(RSI(Period),Period2))))*(-1)+0.5 수식2 ((RSI(Period)- lowest(RSI(Period),Period2)) / (highest(RSI(Period),Period2)-(lowest(RSI(Period),Period2))))-0.4 키움 수식인데 예스로 변환해주세요.
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2023-05-18 10:30:23

안녕하세요 예스스탁입니다. input : Period(14),Period2(10); var1 = RSI(Period); value1 = ((var1- lowest(var1,Period2)) /(highest(var1,Period2)-(lowest(var1,Period2))))*(-1)+0.5; Value2 = ((var1- lowest(var1,Period2)) / (highest(var1,Period2)-(lowest(var1,Period2))))-0.4; Plot1(value1); plot2(Value2); 즐거운 하루되세요 > 신대륙발견 님이 쓴 글입니다. > 제목 : 문의 드립니다. > 수식1 ((RSI(Period)- lowest(RSI(Period),Period2)) / (highest(RSI(Period),Period2)-(lowest(RSI(Period),Period2))))*(-1)+0.5 수식2 ((RSI(Period)- lowest(RSI(Period),Period2)) / (highest(RSI(Period),Period2)-(lowest(RSI(Period),Period2))))-0.4 키움 수식인데 예스로 변환해주세요.