커뮤니티

감사합니다.

프로필 이미지
곽민수
2016-06-30 23:40:04
115
글번호 99657
답변완료
항상 답변에 감사합니다^^! input : 익절틱수(5); var : aa(0); aa= ema(ema(ema(c,10),10),10); if aa > aa[1] Then buy(); if aa < aa[1] Then sell(); if dayindex == 0 Then{ if MarketPosition(1) == 1 and IsExitName("StopEndofday",1) == true Then buy(); if MarketPosition(1) == -1 and IsExitName("StopEndofday",1) == true Then sell(); } SetStopProfittarget(PriceScale*익절틱수,PointStop); 시스템 조금 변경을 부탁드릴까해서 문의드립니다 위 매수,매도 신호가 뜨고난뒤 예: 매수 신호가 뜨고난뒤 익절 신호가 안나오고 전 매수 신호 를 뚫고 내려오는 매도신호에 손절&매도 신호로 교체 매도 신호가 뜨고난뒤 익절 신호가 안나오고 전 매도 신호 를 뚫고 올라가는 매수신호에 손절&매도 신호로 교체
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2016-07-01 11:34:13

안녕하세요 예스스탁입니다. input : 익절틱수(5); var : aa(0); aa= ema(ema(ema(c,10),10),10); if aa > aa[1] Then buy(); if aa < aa[1] Then sell(); if dayindex == 0 Then{ if MarketPosition(1) == 1 and IsExitName("StopEndofday",1) == true Then buy(); if MarketPosition(1) == -1 and IsExitName("StopEndofday",1) == true Then sell(); } if MarketPosition == 1 and CrossDown(c,EntryPrice) Then sell("bs"); if MarketPosition == -1 and CrossUp(c,EntryPrice) Then buy("sb"); SetStopProfittarget(PriceScale*익절틱수,PointStop); 즐거운 하루되세요 > 곽민수 님이 쓴 글입니다. > 제목 : 감사합니다. > 항상 답변에 감사합니다^^! input : 익절틱수(5); var : aa(0); aa= ema(ema(ema(c,10),10),10); if aa > aa[1] Then buy(); if aa < aa[1] Then sell(); if dayindex == 0 Then{ if MarketPosition(1) == 1 and IsExitName("StopEndofday",1) == true Then buy(); if MarketPosition(1) == -1 and IsExitName("StopEndofday",1) == true Then sell(); } SetStopProfittarget(PriceScale*익절틱수,PointStop); 시스템 조금 변경을 부탁드릴까해서 문의드립니다 위 매수,매도 신호가 뜨고난뒤 예: 매수 신호가 뜨고난뒤 익절 신호가 안나오고 전 매수 신호 를 뚫고 내려오는 매도신호에 손절&매도 신호로 교체 매도 신호가 뜨고난뒤 익절 신호가 안나오고 전 매도 신호 를 뚫고 올라가는 매수신호에 손절&매도 신호로 교체