메타 인용에 대한 포럼 사진 - 페이지 58 1...515253545556575859 새 코멘트 Conductor 2008.07.06 04:51 #571 대시보드 떨어져 Conductor 2008.07.06 06:34 #572 MT5에 대한 소원 Rashid Umarov 2008.07.08 08:24 #573 비디오: 터미널에서 더 많은 문자를 사용할 수 있게 하는 방법은 무엇입니까? Rashid Umarov 2008.07.12 20:55 #574 계정 인증 기능 테스트 방법 - 계정 정보 스크립트 CheckAccountFunctions.mq4: //+------------------------------------------------------------------+ //| CheckAccountFunctions.mq4 | //| Copyright © 2007, MetaQuotes Software Corp. | //| http://www.metaquotes.net | //+------------------------------------------------------------------+ #property copyright " Copyright © 2007, MetaQuotes Software Corp. " #property link " http://www.metaquotes.net " //+------------------------------------------------------------------+ //| script program start function | //+------------------------------------------------------------------+ int start () { //---- string MarginLevel ; string CommentString = StringConcatenate ( " Account Number = " , AccountNumber () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountCurrency= " , AccountCurrency () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountCompany= " , AccountCompany () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountName= " , AccountName () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountServer= " , AccountServer () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountStopoutLevel= " , AccountStopoutLevel () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountStopoutMode= " , AccountStopoutMode () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountBalance()= " , AccountBalance () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountMargin= " , AccountMargin () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountEquity= " , AccountEquity () , " \n " ) ; CommentString = StringConcatenate ( CommentString , " AccountLeverage= " , AccountLeverage () , " \n " ) ; if ( AccountMargin () > 0 ) MarginLevel = StringConcatenate ( " MarginLevel= " , DoubleToStr ( AccountEquity () / AccountMargin () * 100 , 2 ) , " % " ) ; else MarginLevel = " MarginLevel=N/A " ; CommentString = StringConcatenate ( CommentString , MarginLevel ) ; Comment ( CommentString ) ; //---- return ( 0 ) ; } //+------------------------------------------------------------------+ Rashid Umarov 2008.07.17 16:03 #575 비디오: 가격 차트에서 거래(진입 및 종료 지점)를 보는 방법 Rashid Umarov 2008.07.29 11:37 #576 비표준 기간의 오프라인 차트에서 어드바이저를 실행하는 방법. WinUser32.mqh 파일에 라인 삽입 int RegisterWindowMessageA ( string lpstring ) ; period_converter.mq4 스크립트에 줄을 삽입합니다. int MT4InternalMsg = RegisterWindowMessageA ( " MetaTrader4_Internal_Message " ) ; //incoming tick for EAs 그리고 라인 PostMessageA ( hwnd , MT4InternalMsg , 2 , 1 ) ; //incoming tick for EAs 비디오에 대한 세부 정보. Conductor 2008.08.14 15:32 #577 평활 포물선 파일: parabolicrmod.rar 2 kb Rashid Umarov 2008.10.10 08:17 #578 ATC 2008 에서 계정에 연결하는 방법. Rashid Umarov 2008.11.22 07:19 #579 차트에서 기호를 빠르게 변경하는 방법. Rashid Umarov 2008.12.08 09:29 #580 플래시 드라이브에서 그래프를 보는 방법 1...515253545556575859 새 코멘트 트레이딩 기회를 놓치고 있어요: 무료 트레이딩 앱 복사용 8,000 이상의 시그널 금융 시장 개척을 위한 경제 뉴스 등록 로그인 공백없는 라틴 문자 비밀번호가 이 이메일로 전송될 것입니다 오류 발생됨 Google으로 로그인 웹사이트 정책 및 이용약관에 동의합니다. 계정이 없으시면, 가입하십시오 MQL5.com 웹사이트에 로그인을 하기 위해 쿠키를 허용하십시오. 브라우저에서 필요한 설정을 활성화하시지 않으면, 로그인할 수 없습니다. 사용자명/비밀번호를 잊으셨습니까? Google으로 로그인
MT5에 대한 소원
비디오: 터미널에서 더 많은 문자를 사용할 수 있게 하는 방법은 무엇입니까?
계정 인증 기능 테스트 방법 - 계정 정보
스크립트 CheckAccountFunctions.mq4:
비디오: 가격 차트에서 거래(진입 및 종료 지점)를 보는 방법
비표준 기간의 오프라인 차트에서 어드바이저를 실행하는 방법.
WinUser32.mqh 파일에 라인 삽입
period_converter.mq4 스크립트에 줄을 삽입합니다.
그리고 라인
비디오에 대한 세부 정보.
ATC 2008 에서 계정에 연결하는 방법.
차트에서 기호를 빠르게 변경하는 방법.