예스스탁
예스스탁 답변
2020-10-22 16:33:24
안녕하세요
예스스탁입니다.
수식안에서 그래프종료는 지정할수 없습니다.
지표속성에서 그래프종류 및 굵기를 설정하셔야 합니다.
input : price1(0.5);
input : price2(1.0);
input : price3(1.5);
input : price4(2.0);
input : price5(2.5);
input : price6(3.0);
input : price7(3.5);
input : price8(4.0);
input : price9(4.5);
input : price10(5.0);
input : price11(5.5);
input : price12(6.0);
input : price13(6.5);
input : price14(7.0);
input : price15(7.5);
input : price16(8.0);
input : price17(8.5);
input : price18(9.0);
input : price19(9.5);
input : price20(10.0);
input : price21(10.5);
input : price22(11.0);
input : price23(11.5);
input : price24(12.0);
input : price25(12.5);
Plot1(price1,"1",BLACK);
Plot2(price2,"2",BLACK);
Plot3(price3,"3",BLACK);
Plot4(price4,"4",BLACK);
Plot5(price5,"5",BLACK);
Plot6(price6,"6",BLACK);
Plot7(price7,"7",BLACK);
Plot8(price8,"8",BLACK);
Plot9(price9,"9",BLACK);
Plot10(price10,"10",BLACK);
Plot11(price11,"11",BLACK);
Plot12(price12,"12",BLACK);
Plot13(price13,"13",BLACK);
Plot14(price14,"14",BLACK);
Plot15(price15,"15",BLACK);
Plot16(price16,"16",BLACK);
Plot17(price17,"17",BLACK);
Plot18(price18,"18",BLACK);
Plot19(price19,"19",BLACK);
Plot20(price20,"20",BLACK);
Plot21(price21,"21",BLACK);
Plot22(price22,"22",BLACK);
Plot23(price23,"23",BLACK);
Plot24(price24,"24",BLACK);
Plot25(price25,"25",BLACK);
즐거운 하루되세요
> 라몬 님이 쓴 글입니다.
> 제목 : 임의의 선에대한 수식 부탁드립니다.
> 안녕하세요
늘 도움받고 있음에 감사드립니다.
이번에 옵션챠트에 임의의 가격에 대하여 수평으로 선을 긋고자 합니다.
(예 : 0.5, 1.0, 1.5, 2.0 등....25개의선)
가격에의한 선의 갯수는 25개이고 색은 동일한 검정색, 굵기만 3가지(점선포함)로
표현되고 임의의 숫자는 변경가능하면 됩니다.
감사합니다.