거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

ErrorDesc - MetaTrader 5용 라이브러리

Based on https://www.mql5.com/en/code/79 | Korean English Русский 中文 Español Deutsch 日本語 Português
게시자:
Audrius Stravinskas
조회수:
2317
평가:
(19)
게시됨:
2018.03.28 12:25
\MQL5\Include\
errordesc.mqh (84.01 KB) 조회
\MQL5\Scripts\
LibraryTest.mq5 (16.51 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The code is based on the ErrorDescription library.

Library contains ErrorDescription() function with two input parameters error_code and optional parameter txt_prefix.

string ErrorDescription(int error_code,string txt_prefix="")

GetLastError() return codes can be found here https://www.mql5.com/en/docs/constants/errorswarnings/errorcodes.

OrderSend() function's retcode field values can be found in https://www.mql5.com/en/docs/constants/errorswarnings/enum_trade_return_codes.

Both tables are included in ErrorDescription() function.

LibraryTest.mq5 script can be used to check description of a known error code. Just execute script with an input error_value set to error code and it will print description. If error_value is set to -1 script will print all available error codes.

Schaff Trend Cycle Schaff Trend Cycle

The Schaff Trend Cycle (STC) indicator detects up and down trends long before the MACD. It does this by using the same Exponential Moving Averages (EMAs), but adds a cycle component to factor currency cycle trends. Since currency cycle trends move based on a certain amount of days, this is factored into the equation of the STC indicator to give more accuracy and reliability than the MACD.

MACD of average MACD of average

This is a MACD that can use average for input price instead of using "pure" price. That can help in filtering some false signals, but the main purpose of this code is to show how simple some things can be done using MetaTrader 5. In addition to all usual options when it comes to this type of indicators, option to have color changes based on MACD slope change or MACD crossing signal line.

Renko 2.0 Offline Renko 2.0 Offline

This non-trading utility generates custom symbol information on 1M chart. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!

Stochastic RSI Stochastic RSI

This version of Stochastic RSI uses a sort of a signal line to make it even more sensitive.