커뮤니티

문의드립니다.

프로필 이미지
푸른
2019-03-12 08:37:58
282
글번호 126956
답변완료

첨부 이미지

늘 수고하십니다. 목표수익을 설정했는데 부분적으로 신호가 나타나질않은것은 어떤 연유인지 궁금합니다. input : period(75); if disparity(period) < 97.90 and C > O then buy(); if disparity(period) > 101.5 and C < O then ExitLong(); if disparity(period) < 97.82 and C > O then buy(); if disparity(period) > 100.90 and C < O then ExitLong();
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2019-03-12 14:21:45

안녕하세요 예스스탁입니다. 지정하신 목표수익은 2.5%입니다. 2.5%이상 수익과 수식에서 지정한 청산중 먼저 만족한 내용으로 신호가 발생합니다. 크루드 오일에 10분봉에 적용해 보았지만 지정한 조건대로 모두 신호가 정상발생합니다. 올려주신 그림에도 이상부분이 발견되지 않습니다. 즐거운 하루되세요 > 푸른 님이 쓴 글입니다. > 제목 : 문의드립니다. > 늘 수고하십니다. 목표수익을 설정했는데 부분적으로 신호가 나타나질않은것은 어떤 연유인지 궁금합니다. input : period(75); if disparity(period) < 97.90 and C > O then buy(); if disparity(period) > 101.5 and C < O then ExitLong(); if disparity(period) < 97.82 and C > O then buy(); if disparity(period) > 100.90 and C < O then ExitLong();