예스스탁
예스스탁 답변
2021-05-06 10:45:59
안녕하세요
예스스탁입니다.
1
input : price(421),N(2);
Plot1(Price);
Plot2(Price+N*1);
Plot3(Price+N*2);
Plot4(Price+N*3);
Plot5(Price+N*4);
Plot6(Price+N*5);
Plot7(Price+N*6);
Plot8(Price+N*7);
Plot9(Price+N*8);
Plot10(Price+N*9);
Plot11(Price+N*10);
Plot12(Price-N*1);
Plot13(Price-N*2);
Plot14(Price-N*3);
Plot15(Price-N*4);
Plot16(Price-N*5);
Plot17(Price-N*6);
Plot18(Price-N*7);
Plot19(Price-N*8);
Plot20(Price-N*9);
Plot21(Price-N*10);
2
input : price(421),N(2);
if CrossUp(C,Price) Then Buy();
if CrossUp(C,Price+n*1) Then Buy();
if CrossUp(C,Price+n*2) Then Buy();
if CrossUp(C,Price+n*3) Then Buy();
if CrossUp(C,Price+n*4) Then Buy();
if CrossUp(C,Price+n*5) Then Buy();
if CrossUp(C,Price+n*6) Then Buy();
if CrossUp(C,Price+n*7) Then Buy();
if CrossUp(C,Price+n*8) Then Buy();
if CrossUp(C,Price+n*9) Then Buy();
if CrossUp(C,Price+n*10) Then Buy();
if CrossUp(C,Price+n*11) Then Buy();
if CrossUp(C,Price+n*12) Then Buy();
if CrossUp(C,Price+n*13) Then Buy();
if CrossUp(C,Price+n*14) Then Buy();
if CrossUp(C,Price+n*15) Then Buy();
if CrossUp(C,Price+n*16) Then Buy();
if CrossUp(C,Price+n*17) Then Buy();
if CrossUp(C,Price+n*18) Then Buy();
if CrossUp(C,Price+n*19) Then Buy();
if CrossUp(C,Price+n*20) Then Buy();
if CrossDown(C,Price) Then Sell();
if CrossDown(C,Price-n*1) Then Sell();
if CrossDown(C,Price-n*2) Then Sell();
if CrossDown(C,Price-n*3) Then Sell();
if CrossDown(C,Price-n*4) Then Sell();
if CrossDown(C,Price-n*5) Then Sell();
if CrossDown(C,Price-n*6) Then Sell();
if CrossDown(C,Price-n*7) Then Sell();
if CrossDown(C,Price-n*8) Then Sell();
if CrossDown(C,Price-n*9) Then Sell();
if CrossDown(C,Price-n*10) Then Sell();
if CrossDown(C,Price-n*11) Then Sell();
if CrossDown(C,Price-n*12) Then Sell();
if CrossDown(C,Price-n*13) Then Sell();
if CrossDown(C,Price-n*14) Then Sell();
if CrossDown(C,Price-n*15) Then Sell();
if CrossDown(C,Price-n*16) Then Sell();
if CrossDown(C,Price-n*17) Then Sell();
if CrossDown(C,Price-n*18) Then Sell();
if CrossDown(C,Price-n*19) Then Sell();
if CrossDown(C,Price-n*20) Then Sell();
즐거운 하루되세요
> 타이밍승부사 님이 쓴 글입니다.
> 제목 : 문의
> 안녕하세요.
선물특정가격(변경가능)을 기준으로 아래 위로 2포인트(변경가능) 간격으로 10개정도의 라인을 긋고 그 라인을 돌파하면 매수신호, 그 라인을 붕괴하면 매도신호가 발생하도록 부탁드립니다.
감사합니다.