커뮤니티
문의 합니다.
2016-08-31 03:16:35
101
글번호 101519
아래 수식에서 익절 20틱 수식을
외부변수로 만들어 주시면
고맙겠습니다.
if stime ==130000 Then{
if C > dayopen and C > DayClose(1) Then
buy();
if C < dayopen and c < DayClose(1) Then
sell();
}
고맙습니다.. 수고 하세요
답변 1
예스스탁 예스스탁 답변
2016-08-31 15:24:06
안녕하세요
예스스탁입니다.
input : 익절틱수(20);
if stime ==130000 Then{
if C > dayopen and C > DayClose(1) Then
buy();
if C < dayopen and c < DayClose(1) Then
sell();
}
SetStopProfittarget(PriceScale*익절틱수,PointStop);
즐거운 하루되세요
> 오르8 님이 쓴 글입니다.
> 제목 : 문의 합니다.
> 아래 수식에서 익절 20틱 수식을
외부변수로 만들어 주시면
고맙겠습니다.
if stime ==130000 Then{
if C > dayopen and C > DayClose(1) Then
buy();
if C < dayopen and c < DayClose(1) Then
sell();
}
고맙습니다.. 수고 하세요
다음글
이전글