NormalizeDouble
Rounding floating point number to a specified accuracy.
double NormalizeDouble( |
사용목적 : 실수값의 소수점이하 자리수 명시적으로 지정하여 실수값의 정확도 달성하기 위함.
사용예.
double a; // 변수 선언.
a = 12.456 * 블라블라.. //이것저것 연산으로 a 값을 계산,
double a_nom = NormalizeDouble(a, Digits()) ;
Digits() : EA 가 적용중인 symbol 의 소수점이하 자리수를 반환하며 symbol 마다 소수점이하 자리수 다름. _Digits 로 해도됨.
상세정보.
https://www.mql5.com/en/docs/convert/normalizedouble
첫등록 : 2019년 4월 19일
최종수정 :
본 글 단축주소 : https://igotit.tistory.com/2118
'트레이딩 > 메타트레이더 코딩' 카테고리의 다른 글
MQL5. PositionSelect, PositionGetDouble, PositionGetInteger, PositionGetString (2) | 2019.04.19 |
---|---|
MQL5. PositionsTotal (0) | 2019.04.19 |
메타트레이더 5. MetaEditor. MQL5 Script. CyClosePositionAll (0) | 2019.04.19 |
메타트레이더 5. MQL5. 이벤트 및 핸들러. (0) | 2019.04.17 |
MQL5 (MetaTrader 5) 에서 Visual C++ DLL 로딩하기 (0) | 2019.04.16 |
댓글