Create

지정된 매개변수로 지표를 작성합니다. Refresh()GetData()를 사용하여 지표 값을 업데이트하고 가져옵니다.

bool  Create(
   string           symbol,         // 심볼
   ENUM_TIMEFRAMES  period,         // 주기
   int              cmo_period,     // 모멘텀 주기
   int              ema_period,     // 평균화 주기
   int              ind_shift,      // 시프트
   int              applied         // 가격 유형, 핸들
   )

Parameters

symbol

[in]  심볼.

period

[in]  타임프레임 (ENUM_TIMEFRAMES 열거값).

cmo_period

[in]  모멘텀 기간.

ema_period

[in]  평균화 주기.

ind_shift

[in]  수평 시프트.

applied

[in]  적용할 가격 유형 또는 핸들.

Return Value

true - 성공, false - 지표를 만들 수 없음.