1
Follow
1
Followers
N:=14;
스톱로스 배수: = 1.5;
정지배수: = 2.8;
TR:=MAX(MAX((HIGH-LOW),ABS(REF(CLOSE,1)-HIGH)),ABS(REF(CLOSE,1)-LOW));
ATR:=MA(TR,N);
하위 타입 조건: = LOW[1]<LOW[0] AND LOW[1]<LOW[2] AND HIGH[1]<HIGH[0] AND HIGH[1]<HIGH[2];
엄격 하위 분류: = 하위 분류 조건 AND (CLOSE[0]>LOW[2]);
구매 신호: = 엄격한 하단 분형;
구매 가격: = VALUEWHEN ((구매 신호, CLOSE);
스톱로스 가격: = 구매 가격 - 스톱로스 배수ATR;
정지 가격: = 구매 가격 + 정지 곱하기ATR;
중지 조건: = CROSS (정지 가격, CLOSE);
정지 조건: = CROSS ((CLOSE, 정지 가격);
평지 신호: = 상쇄 조건 OR 정지 조건;
구매 신호, BK
평상시 신호, SP;
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)
