커뮤니티

부탁드립니다

프로필 이미지
매화산삼
2018-08-25 08:51:41
217
글번호 121585
답변완료
아래는 테마수식입니다 input : P1(5),P2(10),P3(20),P4(60),P5(120); var : t1(0),t2(0),t3(0),t4(0),t5(0); t1 = ema(ema(ema(c,P1),P1),P1); t2 = ema(ema(ema(c,P2),P2),P2); t3 = ema(ema(ema(c,P3),P3),P3); t4 = ema(ema(ema(c,P4),P4),P4); t5 = ema(ema(ema(c,P5),P5),P5); plot1(t1); plot2(t2); plot3(t3); plot4(t4); plot5(t5); 주가가 t4를 돌파, 이탈하면 소리음이 발생하게 해주시면 감사하겠습니다
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2018-08-27 08:54:23

안녕하세요 예스스탁입니다. input : P1(5),P2(10),P3(20),P4(60),P5(120); var : t1(0),t2(0),t3(0),t4(0),t5(0); t1 = ema(ema(ema(c,P1),P1),P1); t2 = ema(ema(ema(c,P2),P2),P2); t3 = ema(ema(ema(c,P3),P3),P3); t4 = ema(ema(ema(c,P4),P4),P4); t5 = ema(ema(ema(c,P5),P5),P5); plot1(t1); plot2(t2); plot3(t3); plot4(t4); plot5(t5); if crossup(C,t4) Then PlaySound("C:₩예스트레이더₩data₩Sound₩alert.wav"); if CrossDown(C,t4) Then PlaySound("C:₩예스트레이더₩data₩Sound₩alert.wav"); 즐거운 하루되세요 > 매화산삼 님이 쓴 글입니다. > 제목 : 부탁드립니다 > 아래는 테마수식입니다 input : P1(5),P2(10),P3(20),P4(60),P5(120); var : t1(0),t2(0),t3(0),t4(0),t5(0); t1 = ema(ema(ema(c,P1),P1),P1); t2 = ema(ema(ema(c,P2),P2),P2); t3 = ema(ema(ema(c,P3),P3),P3); t4 = ema(ema(ema(c,P4),P4),P4); t5 = ema(ema(ema(c,P5),P5),P5); plot1(t1); plot2(t2); plot3(t3); plot4(t4); plot5(t5); 주가가 t4를 돌파, 이탈하면 소리음이 발생하게 해주시면 감사하겠습니다