커뮤니티

그물망차트 좀 넣어주셔요

프로필 이미지
********
2011-11-22 07:25:54
872
글번호 205684
답변완료
그물망차트좀 지표만들어주셔요.. 대신증권에 있는 그물망차트를 원합니다.
예스트레이더 (iM증권)
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2011-11-22 15:43:33

안녕하세요? 예스스탁입니다. 지표식 답변드립니다. 속성창에서 Y축을 '가격'으로 선택해 주시면 됩니다. [그물차트 지표식] input : P(20), 증가(5); if ma(C,p) > ma(C,P+1*증가) Then plot1(ma(C,P),"이평1",RED); Else plot1(ma(C,P),"이평1",BLUE); if ma(C,P+1*증가) > ma(C,P+2*증가) Then plot2(ma(C,P+1*증가),"이평2",RED); Else plot2(ma(C,P+1*증가),"이평2",BLUE); if ma(C,P+2*증가) > ma(C,P+3*증가) Then plot3(ma(C,P+2*증가),"이평3",RED); Else plot3(ma(C,P+2*증가),"이평3",BLUE); if ma(C,P+3*증가) > ma(C,P+4*증가) Then plot4(ma(C,P+3*증가),"이평4",RED); Else plot4(ma(C,P+3*증가),"이평4",BLUE); if ma(C,P+4*증가) > ma(C,P+5*증가) Then plot5(ma(C,P+4*증가),"이평5",RED); Else plot5(ma(C,P+4*증가),"이평5",BLUE); if ma(C,P+5*증가) > ma(C,P+6*증가) Then plot6(ma(C,P+5*증가),"이평6",RED); Else plot6(ma(C,P+5*증가),"이평6",BLUE); if ma(C,P+6*증가) > ma(C,P+7*증가) Then plot7(ma(C,P+6*증가),"이평7",RED); Else plot7(ma(C,P+6*증가),"이평7",BLUE); if ma(C,P+7*증가) > ma(C,P+8*증가) Then plot8(ma(C,P+7*증가),"이평8",RED); Else plot8(ma(C,P+7*증가),"이평8",BLUE); if ma(C,P+8*증가) > ma(C,P+9*증가) Then plot9(ma(C,P+8*증가),"이평9",RED); Else plot9(ma(C,P+8*증가),"이평9",BLUE); if ma(C,P+9*증가) > ma(C,P+10*증가) Then plot10(ma(C,P+9*증가),"이평10",RED); Else plot10(ma(C,P+9*증가),"이평10",BLUE); if ma(C,P+10*증가) > ma(C,P+11*증가) Then plot11(ma(C,P+10*증가),"이평11",RED); Else plot11(ma(C,P+10*증가),"이평11",BLUE); if ma(C,P+11*증가) > ma(C,P+12*증가) Then plot12(ma(C,P+11*증가),"이평12",RED); Else plot12(ma(C,P+11*증가),"이평12",BLUE); > HI_ncutopia 님이 쓴 글입니다. > 제목 : 그물망차트 좀 넣어주셔요 > 그물망차트좀 지표만들어주셔요.. 대신증권에 있는 그물망차트를 원합니다.