커뮤니티

부탁 드립니다

프로필 이미지
yes
2016-06-12 11:18:49
146
글번호 98959
답변완료
도움주심에 감사드립니다. plot1의 v 값중에서 var55=(red색상의v값 - blu색상의v값);의 차이를 나타 내는 수식 부탁 드립니다.(해선용) var66=ma(var55,20); 미리 감사 드립니다. value1 = dayindex%4; value2 = dayindex%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then plot1(v,"거래량",RED); if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then plot1(v,"거래량",blue);
지표
답변 3
프로필 이미지

예스스탁 예스스탁 답변

2016-06-13 14:51:45

안녕하세요 예스스탁입니다. var : idx(0); if Bdate != Bdate[1] Then idx = 0; if Bdate == Bdate[1] Then idx = idx+1; value1 = idx%4; value2 = idx%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then{ plot1(v,"거래량",RED); value1 = V; } if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then{ plot1(v,"거래량",blue); value2 = V; } var55 = value1-value2; var66 = ma(var55,20); plot2(var55); plot3(var66); 즐거운 하루되세요 > yes 님이 쓴 글입니다. > 제목 : 부탁 드립니다 > 도움주심에 감사드립니다. plot1의 v 값중에서 var55=(red색상의v값 - blu색상의v값);의 차이를 나타 내는 수식 부탁 드립니다.(해선용) var66=ma(var55,20); 미리 감사 드립니다. value1 = dayindex%4; value2 = dayindex%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then plot1(v,"거래량",RED); if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then plot1(v,"거래량",blue);
프로필 이미지

yes

2016-06-13 15:45:09

만족한 수식에 감사 드립니다. 답변에서 PLOT1의 RED나 BLUE색상의 V값이 없는 경우는 -V값으로 표시 부탁 드립니다. 미리 감사 드립니다. > 예스스탁 님이 쓴 글입니다. > 제목 : Re : 부탁 드립니다 > 안녕하세요 예스스탁입니다. var : idx(0); if Bdate != Bdate[1] Then idx = 0; if Bdate == Bdate[1] Then idx = idx+1; value1 = idx%4; value2 = idx%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then{ plot1(v,"거래량",RED); value1 = V; } if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then{ plot1(v,"거래량",blue); value2 = V; } var55 = value1-value2; var66 = ma(var55,20); plot2(var55); plot3(var66); 즐거운 하루되세요 > yes 님이 쓴 글입니다. > 제목 : 부탁 드립니다 > 도움주심에 감사드립니다. plot1의 v 값중에서 var55=(red색상의v값 - blu색상의v값);의 차이를 나타 내는 수식 부탁 드립니다.(해선용) var66=ma(var55,20); 미리 감사 드립니다. value1 = dayindex%4; value2 = dayindex%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then plot1(v,"거래량",RED); if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then plot1(v,"거래량",blue);
프로필 이미지

예스스탁 예스스탁 답변

2016-06-14 10:19:34

안녕하세요 예스스탁입니다. var : idx(0); if Bdate != Bdate[1] Then idx = 0; if Bdate == Bdate[1] Then idx = idx+1; value1 = idx%4; value2 = idx%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then{ plot1(v,"거래량",RED); value1 = V; } else if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then{ plot1(v,"거래량",blue); value2 = V; } else{ plot1(-v,"거래량",BLACK); } var55 = value1-value2; var66 = ma(var55,20); plot2(var55); plot3(var66); 즐거운 하루되세요 > yes 님이 쓴 글입니다. > 제목 : Re : Re : 추가 부탁 드립니다 > 만족한 수식에 감사 드립니다. 답변에서 PLOT1의 RED나 BLUE색상의 V값이 없는 경우는 -V값으로 표시 부탁 드립니다. 미리 감사 드립니다. > 예스스탁 님이 쓴 글입니다. > 제목 : Re : 부탁 드립니다 > 안녕하세요 예스스탁입니다. var : idx(0); if Bdate != Bdate[1] Then idx = 0; if Bdate == Bdate[1] Then idx = idx+1; value1 = idx%4; value2 = idx%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then{ plot1(v,"거래량",RED); value1 = V; } if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then{ plot1(v,"거래량",blue); value2 = V; } var55 = value1-value2; var66 = ma(var55,20); plot2(var55); plot3(var66); 즐거운 하루되세요 > yes 님이 쓴 글입니다. > 제목 : 부탁 드립니다 > 도움주심에 감사드립니다. plot1의 v 값중에서 var55=(red색상의v값 - blu색상의v값);의 차이를 나타 내는 수식 부탁 드립니다.(해선용) var66=ma(var55,20); 미리 감사 드립니다. value1 = dayindex%4; value2 = dayindex%7; if Bdate != Bdate[1] or (bdate == bdate[1] and value1 < value1[1]) Then{ var1 = O; var11 = C; } if Bdate != Bdate[1] or (bdate == bdate[1] and value2 < value2[1]) Then{ var2 = O; var22 = C; } if ((c > O) or (C == O and C >= C[1])) and ((c > var1) or (C == var1 and C >= var11)) and ((c > var2) or (C == var2 and C >= var22)) Then plot1(v,"거래량",RED); if ((c < O) or (C == O and C < C[1])) and ((c < var1) or (C == var1 and C < var11)) and ((c < var2) or (C == var2 and C < var22)) Then plot1(v,"거래량",blue);