마켓의 베스트셀러:
마켓의 베스트셀러:
8 새 제품 는 마켓에서 새로 이용가능합니다:
가장 많이 다운로드된 무료 제품:
5 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
이번 달에 가장 많이 다운로드된 소스코드
- MQL5 Programming for Traders – Source Codes from the Book. Part 1 The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming (OOP), which makes it similar to C++.
- MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.
- MQL5 Programming for Traders – Source Codes from the Book. Part 3 Part 3 "Object Oriented Programming in MQL5" offers an immersion into the world of object-oriented programming (OOP) in the MQL5 language. Software development often involves the complexity related to the management of multiple entities, requiring advanced technology to improve programming convenience, productivity, and quality.
이번 달에 가장 많이 읽은 기고글

MQL5를 사용하여 트렌드 및 차트 패턴을 감지하는 방법
이 글에서는 추세(상승추세, 하락추세, 횡보), 차트 패턴(더블 탑, 더블 바텀)과 같은 가격 움직임의 패턴을 MQL5로 자동 감지하는 방법을 알아보겠습니다.

이 기사에서 우리는 다중 통화 가격 시뮬레이션을 위한 수학적 모델을 만들고 이전 기사에서 이론적인 계산으로 시작한 거래 효율성을 높이기 위한 메커니즘 탐색의 일환으로 다각화 원칙에 대한 연구를 완료할 것입니다.

이번 글에서는 가장 인기 있는 보조지표를 기반으로 트레이딩 시스템을 만드는 시리즈를 이어가겠습니다. 우리에게는 피보나치라는 새로운 기술 도구가 있으며 이 기술 지표를 기반으로 트레이딩 시스템을 설계하는 방법을 배워보겠습니다.
8 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
9 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
가장 많이 다운로드된 무료 제품:
8 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
8 새 제품 는 마켓에서 새로 이용가능합니다:
가장 많이 다운로드된 무료 제품:
11 새 제품 는 마켓에서 새로 이용가능합니다:
마켓의 베스트셀러:
마켓의 베스트셀러:
5 새 제품 는 마켓에서 새로 이용가능합니다:
이번 주에 가장 많이 다운로드된 소스 코드
- Profit Shield - EA for MT4 This EA is designed to automatically close BUY and SELL orders independently based on user-defined profit percentages of the account balance. It allows traders to set separate profit targets for both BUY and SELL positions, ensuring that each side of the market is managed individually and closed when its respective profit goal is achieved.
- Smart Trend Follower This EA is designed to automatically follow market trends using signals from the Moving Average and Stochastic Oscillator indicators. The EA detects buy and sell signals by utilizing MA crossovers and confirms the trend with Stochastic. Additionally, the EA includes automatic position management, such as setting Take Profit, Stop Loss, and lot size doubling to enhance trading effectiveness in trending markets.
- MQL5 Programming for Traders – Source Codes from the Book. Part 1 The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming (OOP), which makes it similar to C++.
이번 주에 가장 많이 읽은 기고글

MQL5를 사용하여 트렌드 및 차트 패턴을 감지하는 방법
이 글에서는 추세(상승추세, 하락추세, 횡보), 차트 패턴(더블 탑, 더블 바텀)과 같은 가격 움직임의 패턴을 MQL5로 자동 감지하는 방법을 알아보겠습니다.

MQL5를 사용하여 사용자 지정 지표(헤이켄 아시)를 만드는 방법
이 기사에서 우리는 기본 설정에 따라 MQL5를 사용하여 사용자 지정 지표를 생성하여 MetaTrader 5에서 차트를 읽는 데 사용하거나 자동화된 Expert Advisors에서 사용하는 방법을 알아봅니다.

MetaTrader Market에서 거래용 로봇을 구입하여 설치하는 방법은 무엇입니까?
MetaTrader 마켓의 제품은 MQL5.com 웹 사이트에서 구입하거나 MetaTrader 4 및 MetaTrader 5 트레이딩 플랫폼에서 직접 구입할 수 있습니다. 거래 스타일에 맞는 상품을 선택하고 선호하는 결제 방법으로 결제한 후 제품을 활성화하세요.
코드베이스의 새로운 게재물
- Autoscaling Zigzag A zigzag indicator that uses a single input to adjust the step size for detecting wave direction changes
- Telegram integration made easy. The goal is to make the function readily available for any Telegram integration task in MQL5 development. By adding this file to your CodeBase, you can simply include it in your Expert Advisors and call the function directly from the included module. This eliminates the need to redevelop the code from scratch repeatedly, ensuring reusability across multiple projects.