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

MQL5 코드베이스에서 MetaTrader 5용 라이브러리를 무료로 다운로드하십시오. - 12

코드를 제출하세요

López de Prado의 『Advances in Financial Machine Learning』(제5장)에 소개된 고정 폭 분수 차분법(FFD)을 MQL5로 구현한 것입니다. 최대 역사적 기억을 유지하면서 비정상적인 가격 시계열을 정상적인 시계열로 변환하며, 출력은 Python afml 라이브러리와 교차 검증 시 1e-12 이내의 오차를 보입니다.

This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window.

컴파일된 실행 파일을 차트에 드래그하면 차트에 있는 모든 개체가 삭제됩니다.

틱 계산에 기반한 RSI 적응형 지표

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

트레이더의 삶을 편하게 해주는 간단한 스크립트. 항상 저를 괴롭히는 한 가지는 새 차트의 색상과 같은 속성을 재설정하여 원하는 방식으로 보이게 만드는 것입니다. 그래서 이 작업을 더 원활하게 해주는 스크립트를 만들었습니다.

MT5용 트레이딩 서버 연결 해제 알림 유틸리티입니다.

Simple_Grid는 가장 단순한 "그리드" EA입니다.

AI 시계열 XGBoost를 사용한 래리 윌리엄의 방법 채택

A very simple, efficient and non-obtrusive clock for your Chart. KISS compliant! :)

테스터에서 여러 번 실행/최적화.

헤이킨 아시시를 표시하는 더 간단한 방법

캔들스틱 피트니스 개념은 모집단 최적화 알고리즘을 기반으로 HFT 알고리즘을 코딩하는 데 사용됩니다.

입찰 및 요청 가격을 시각화할 수 있도록 레이블이 지정되고 명확하게 표시되는 맞춤형 입찰 및 요청 라인

MQL5 캘린더를 사용하여 영향력이 큰 외환 뉴스 이벤트에 반응하는 MQL5 전문가 어드바이저입니다. 인플레이션(CPI/PPI) 및 금리 결정과 관련된 뉴스를 파악하여 대기 주문으로 브레이크아웃 트레이딩을 합니다. 뉴스 기반 전략을 자동화하려는 트레이더에게 이상적입니다. (이는 시작점에 불과합니다)

마틴 게일 트렌드 감지기는 onnx AI를 사용합니다.

전문 거래 관리 패널: 원클릭 매수/매도, 자동 로트 사이징, 스마트 추적손절(ATR/고정/캔들), 자동 손익분기점, 다중 TP 부분 청산 시스템(TP1/TP2/TP3), 원클릭 지정가 주문 등입니다. 진지한 트레이더를 위한 올인원 주문 관리.

금(XAUUSD) 및 은(XAGUSD)용 다중 지표 EA: RSI, ADX 및 MA 신호, 적응형 ATR 트레일링 스톱 및 내장형 자본 보호 기능.

This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling they stay at the same place. If you wan't to learn some Object Oriented Programming or if you wan't to understand how chartevents work or you wan't to create graphical interfaces, you can learn a lot from this.

MACD variation that uses Nonlag MA.

Provide simplest class to read and parse CSV file

전략 테스터에서 테스트하는 동안 TimeGMT() 함수를 수정하는 정적 클래스입니다.

The Efficiency Ratio (ER) was first presented by Perry Kaufman in his 1995 book "Smarter Trading". It is calculated by dividing the price change over a period by the absolute sum of the price movements that occurred to achieve that change. The resulting ratio ranges between 0 and 1 with higher values representing a more efficient or trending market.

The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.

The JSatl indicator with the timeframe selection option available in the input parameters.

It is made more up-to-date and multi time frame option added.

Stochastic that is using RSX as an input for calculations.

Export history of closed positions from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.

Highest high & lowest low support resistance

Recursive Median Oscillator - with floating levels

Here is my implementation of a colored Hull Moving Average.

Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.

위크리스 브레이크아웃

마틴 게일을 이용한 간단한 시각적 전략 테스터/수동 트레이딩 교육.

두 벡터 사이의 코사인 거리와 유사도를 계산합니다. 코사인 거리는 1-cosine_similarity이고 코사인 유사도는 두 벡터의 도트 곱에 크기를 곱한 값입니다.

이 스크립트는 역사상 특정 시점의 모든 미체결 거래와 해당 손익을 인쇄하는 스크립트입니다.

캔들 상승과 캔들 하락을 퍼센트로 표시합니다.

ATR 가중 이동 평균을 계산하는 지표입니다.

공정가치 갭은 강세 시 1번째 캔들 고점과 3번째 캔들 저점, 약세 시 1번째 캔들 저점과 3번째 캔들 고점 사이에 1포인트 이상의 불균형이 있는 경우 ICT의 스마트 머니 개념에서 사용됩니다.

EA는 매수 포지션만 거래하며 SL과 TP는 사용하지 않습니다.

1...5678910111213141516171819...201