커뮤니티
시스템식
2011-02-16 12:48:17
879
글번호 35790
SetStopProfittarget(Profit, PercentStop);
위의식 Profittarget을 1%목표에서 0.35%로 식을 변경해주세요.
답변 1
예스스탁 예스스탁 답변
2011-02-16 14:25:42
안녕하세요
예스스탁입니다.
이전에 식에 해당 부분은 외부변수 처리해 드렸습니다.
input에서 수치만 변경하시면 됩니다.
input : Profit(0.35);
if dayindex == 0 Then
Condition1 = false;
if stime >= 90000 and stime < 145000 and data2(C) > 0 and Condition1 == false then{
buy();
Condition1 = true;
}
if stime >= 90000 and data2(C) < 0 then
ExitLong();
SetStopProfittarget(Profit,PercentStop);
즐거운 하루되세요
> erwe343 님이 쓴 글입니다.
> 제목 : 시스템식
> SetStopProfittarget(Profit, PercentStop);
위의식 Profittarget을 1%목표에서 0.35%로 식을 변경해주세요.
다음글
이전글