거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하십시오
Expert Advisor 또는 지표 작성 방법

MQL5 MetaTrader용 Expert Advisor의 소스 코드 5 - 2

icon

Expert Advisor는 가격 차트를 분석하고 기본 규칙에 따라 자동으로 거래합니다. 여기서 다양한 문제를 해결하는 MQL5 소스 코드를 찾을 수 있습니다. 이동 평균 교차점과 복잡한 시그널 생성 알고리즘 및 거래 오류에 대한 보호와 관련된 복잡한 교차점을 기준으로 간단한 Expert Advisor 모두를 선택할 수 있습니다.

MetaTrader 5에서 제공되는 Expert Advisor를 다운로드하여 시작할 수 있습니다. 거래용 로봇을 사용하기 전에 Strategy Tester에서 테스트하고 최적화하는 것이 좋습니다. 또한 Expert Advisors 라이브러리는 MetaTrader 5 플랫폼과 MetaEditor 개발 환경에서 직접 사용할 수 있습니다.

코드를 제출하세요

지수 이동 평균 지표로 트레이딩하는 전문가 어드바이저.

야간 트레이딩을 위한 전문가 어드바이저 "야간".

브레이크 리버트 프로 EA는 변동성이 큰 시장에서 유연한 거래를 위해 브레이크 아웃 및 평균 복귀 전략과 적응형 SL/TP 및 다중 시간대 ATR 후행 중지를 병합합니다.

외환 전략 "푸리아 방식"에 기반한 전문가 어드바이저.

EA는 검증된 매개변수와 함께 추세 및 평균 복귀 신호에 따라 자동으로 거래합니다.

이것은 지정된 사용자 지정 RKD 지표를 사용하는 간단한 전문가 어드바이저입니다.

이 간단한 전문가 어드바이저는 단순이동평균 및 ADX 지표를 사용합니다.

이 EA(전문가 조언자)는 평균 실제 범위(ATR) 지표를 사용하여 시장 변동성에 따라 포지션 크기와 손절매 수준을 자동으로 조정하여 트레이더가 위험을 관리할 수 있도록 도와줍니다. EA는 사용자가 정의한 위험 비율과 현재 ATR 값에 따라 각 거래에 대한 최적의 포지션 크기를 계산하여 모든 시장 조건에서 일관된 위험 노출을 보장합니다. 또한 변동성에 적응할 수 있는 ATR 기반 손절 옵션을 제공하며 간단한 이동평균 크로스오버 전략을 사용해 매수 거래를 개시합니다. 복잡한 트레이딩 로직 없이 위험 관리를 자동화하려는 트레이더에게 이상적인 이 EA는 계좌 보호를 우선시하고 거래 프로세스를 간소화합니다.

안녕하세요 여러분) 처음으로 코드를 게시합니다!!!

전문가 어드바이저는 하이켄 아시 지표를 기반으로 합니다.

EA는 오픈 포지션이 없을 때 무작위로 포지션을 개시합니다(매수 또는 매도 50/50 확률).

새로운 전략 테스터를 사용해보고 싶은데 EA가 없는 분들을 위한 것입니다.

이 전문가 어드바이저(EA)는 EURUSD, USDJPY, EURJPY 세 가지 통화쌍 간의 삼각 차익거래 전략을 실행합니다.

이 코드는 EA가 실행 중인 계좌에서 인출을 추적하기 위해 기존 전문가 어드바이저에 추가하는 코드입니다. 사용자가 특정 계좌에서 출금을 모니터링하는 데 도움이 됩니다.

이 MT5 전문가 어드바이저는 다중 차트주기 캔들 패턴 분석과 기본 이벤트 필터링을 결합하여 체계적인 위험 관리로 거래를 실행합니다.

아주 간단한 시계 샘플

이 봇은 설정된 시간대에 새 캔들이 열리는 것을 감지하여 일회성 코드를 실행하고, 거래를 하고, 다른 함수를 호출하기가 더 쉬워집니다. 코드는 OnTick() 함수로 작성됩니다.

한 번의 클릭으로 모든 오픈 포지션을 청산하거나 지정된 수익에 예치금의 백분율로 도달하면 모든 포지션을 청산합니다. 16.01.2025 플랫폼의 새 버전과 관련된 변경 사항이 수정되었습니다.

ICT 실버 불릿과 2022 모델을 기반으로 후행 스톱 및 부분적으로 거래를 수행하며 OTE에 따라 진입을 유지하며 위험을 최소화합니다. 실버 불릿, 특히 뉴욕 세션의 짧은 시간대에 작동하며 거래가 발견되지 않으면 2022 모델과 피보나치 OTE가 거래를 얻기 위해 뛰어 들어갑니다. 그러나 진입은 이러한 모델이 존재하는지 확인한 후에만 가능하므로 최소한의 손실과 높은 승률을 위해 거래가 줄어 듭니다. 이러한 전략에 대해 자세히 알아보려면 이너서클 트레이더 유튜브 채널을 방문하세요.

맞춤형 R-제곱 최적화 기능을 갖춘 간단한 전문가 어드바이저

이것은 단순 평균 복귀 EA입니다.

개선이 필요한 사이트의 첫 번째 코드. 모든 거래 시스템의 주요 구성 요소 인 위험 관리자에 대한 작업에서 트레이더를위한 이상적인 도구를 만들려는 아이디어

표준 보조지표 iCHO(차이킨 오실레이터, CHO)와 사용자 지정 보조지표 'CCIDualOnMA'를 기반으로 한 전략

CDialog 클래스에 기반한 패널입니다. 현재 심볼에서 작업합니다. 포지션 그룹에서 삭제, 이익실현, 손익분기점 설정하기

iMA 지표(이동평균, MA)에 의한 트레이딩 시스템. MA 추세 개발.

알고리즘 주기: 개설된 포지션이 없으면 반대 포지션 두 개를 개설합니다. 두 포지션이 모두 청산될 때까지 기다립니다.

Expert Advisor의 OnTick() 이벤트 핸들러에서 새 막대 또는 캔들의 시작을 감지합니다.

An MQL5 Expert Advisor that reacts to high-impact forex news events using the MQL5 Calendar. It identifies news related to inflation (CPI/PPI) and interest rate decisions, placing breakout trades with pending orders. Ideal for traders looking to automate news-based strategies. (This is just a starting point)

Symbol Swap Panel: Effortlessly switch the active symbol on your chart while simultaneously adding the new symbol to Market Watch. This tool ensures seamless integration and access to real-time market data, optimizing your trading workflow.

BollingerBandsEA trades according to Bollinger Bands.

Copy these into any EA you are busy coding and you"ll have a trailing sl the only things you'll need to change would probably be InpMagic for your magic number or you could just copy my code as is , Remember to add COrderinfo ord; and CPositionInfo pos;

Creating profit labels on deals (closed trades) which also show in the strategy tester

MarketPredictor for MetaTrader 5 The MarketPredictor is an innovative Expert Advisor (EA) for MetaTrader 5 that leverages mathematical models such as sine functions, Fast Fourier Transform (FFT), sigmoid functions, and Monte Carlo simulations to analyze and predict market movements. This project is designed for developers, math enthusiasts, and traders interested in combining technological and financial innovations. Feel free to suggest, discuss, and implement code ideas directly in this thread. Whether it’s new features, improvement suggestions, or strategies – every contribution is welcome to further develop and optimize the MarketPredictor. You’re also welcome to add me to clarify questions privately, collaborate on the GitHub project, or send me your feedback directly. Let’s cook up something amazing together and take this project to the next level!

Optimal closing tool with Bollinger Bands and RSI.

The SUPERMACBOT is a fully automated trading robot that combines the power of the Moving Average Crossover strategy with the MACD Indicator to deliver precise and reliable trade signals. This Expert Advisor is designed to work seamlessly on all symbols and timeframes, offering versatility and adaptability for traders across various market conditions.

this is a copier template

This code shows how you can create a dashboard to display all the relevant information on the chart

A real-time monitoring tool for MetaTrader 5 that displays key financial data, allows quick symbol switching, and customizable symbol lists. Save and reload symbols, reset lists, and customize text and panel colors for a personalized trading experience.

This Expert Advisor (EA) for MetaTrader leverages a combination of technical indicators, including RSI, ATR, and moving averages, to identify high-probability trading opportunities. Equipped with dynamic lot sizing, trailing stops, and performance-based adjustments, it is tailored to optimize trading decisions and manage risk effectively in volatile market conditions.

is a text for the neutral network would like to know your opinion.

123456789...37