• 정보
1 년도
경험
5
제품
107
데몬 버전
0
작업
0
거래 신호
0
구독자
자기소개

안녕하세요! 제 전문 분야는 전문가 어드바이저(EA)와 자동 거래 시스템 개발입니다. 저는 헌신적이고 경험이 풍부한 MQL5 개발자입니다. 외환 시장에서 트레이더들이 최대한의 잠재력을 발휘할 수 있도록 복잡한 거래 알고리즘을 만들고 정교한 거래 전략을 구현하는 데 전문성을 가지고 있습니다.

저는 거래 아이디어를 코드로 현실화하는 것에 열정을 가지고 있으며, 제 능력을 향상시키고 최고 품질의 솔루션을 제공하기 위해 노력하고 있습니다. 함께 거래 비전을 실현해 봅시다!

제공 서비스:

1. 맞춤형 전문가 어드바이저(EA) 개발
2. 거래 전략 구현
3. 스크립트 작성 및 자동화
4. 프리랜서 프로젝트 상담
5. MQL5 교육

The Moving Average EA - https://www.mql5.com/en/market/product/124158
Boom and Crash Ultimate Spikes - https://www.mql5.com/en/market/product/130778?source=Site+Profile

Deriv Volatility Bot
https://www.mql5.com/en/market/product/132277
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 32): Mastering API and WebRequest Function in MQL5 (VI)
Introduction to MQL5 (Part 32): Mastering API and WebRequest Function in MQL5 (VI)

This article will show you how to visualize candle data obtained via the WebRequest function and API in candle format. We'll use MQL5 to read the candle data from a CSV file and display it as custom candles on the chart, since indicators cannot directly use the WebRequest function.

2
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 31): Mastering API and WebRequest Function in MQL5 (V)
Introduction to MQL5 (Part 31): Mastering API and WebRequest Function in MQL5 (V)

Learn how to use WebRequest and external API calls to retrieve recent candle data, convert each value into a usable type, and save the information neatly in a table format. This step lays the groundwork for building an indicator that visualizes the data in candle format.

1
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 30): Mastering API and WebRequest Function in MQL5 (IV)
Introduction to MQL5 (Part 30): Mastering API and WebRequest Function in MQL5 (IV)

Discover a step-by-step tutorial that simplifies the extraction, conversion, and organization of candle data from API responses within the MQL5 environment. This guide is perfect for newcomers looking to enhance their coding skills and develop robust strategies for managing market data efficiently.

2
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 29): Mastering API and WebRequest Function in MQL5 (III)
Introduction to MQL5 (Part 29): Mastering API and WebRequest Function in MQL5 (III)

In this article, we continue mastering API and WebRequest in MQL5 by retrieving candlestick data from an external source. We focus on splitting the server response, cleaning the data, and extracting essential elements such as opening time and OHLC values for multiple daily candles, preparing the data for further analysis.

2
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 28): Mastering API and WebRequest Function in MQL5 (II)
Introduction to MQL5 (Part 28): Mastering API and WebRequest Function in MQL5 (II)

This article teaches you how to retrieve and extract price data from external platforms using APIs and the WebRequest function in MQL5. You’ll learn how URLs are structured, how API responses are formatted, how to convert server data into readable strings, and how to identify and extract specific values from JSON responses.

1
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 27): Mastering API and WebRequest Function in MQL5
Introduction to MQL5 (Part 27): Mastering API and WebRequest Function in MQL5

This article introduces how to use the WebRequest() function and APIs in MQL5 to communicate with external platforms. You’ll learn how to create a Telegram bot, obtain chat and group IDs, and send, edit, and delete messages directly from MT5, building a strong foundation for mastering API integration in your future MQL5 projects.

1
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 26): Building an EA Using Support and Resistance Zones
Introduction to MQL5 (Part 26): Building an EA Using Support and Resistance Zones

This article teaches you how to build an MQL5 Expert Advisor that automatically detects support and resistance zones and executes trades based on them. You’ll learn how to program your EA to identify these key market levels, monitor price reactions, and make trading decisions without manual intervention.

1
Vj Gi
Vj Gi 2025.10.30
vgi288169@gmail.com
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 25): Building an EA that Trades with Chart Objects (II)
Introduction to MQL5 (Part 25): Building an EA that Trades with Chart Objects (II)

This article explains how to build an Expert Advisor (EA) that interacts with chart objects, particularly trend lines, to identify and trade breakout and reversal opportunities. You will learn how the EA confirms valid signals, manages trade frequency, and maintains consistency with user-selected strategies.

3
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 24): Building an EA that Trades with Chart Objects
Introduction to MQL5 (Part 24): Building an EA that Trades with Chart Objects

This article teaches you how to create an Expert Advisor that detects support and resistance zones drawn on the chart and executes trades automatically based on them.

2
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 23): Automating Opening Range Breakout Strategy
Introduction to MQL5 (Part 23): Automating Opening Range Breakout Strategy

This article explores how to build an Opening Range Breakout (ORB) Expert Advisor in MQL5. It explains how the EA identifies breakouts from the market’s initial range and opens trades accordingly. You’ll also learn how to control the number of positions opened and set a specific cutoff time to stop trading automatically.

1
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 22): Building an Expert Advisor for the 5-0 Harmonic Pattern
Introduction to MQL5 (Part 22): Building an Expert Advisor for the 5-0 Harmonic Pattern

This article explains how to detect and trade the 5-0 harmonic pattern in MQL5, validate it using Fibonacci levels, and display it on the chart.

1
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 21): Automating Harmonic Pattern Detection
Introduction to MQL5 (Part 21): Automating Harmonic Pattern Detection

Learn how to detect and display the Gartley harmonic pattern in MetaTrader 5 using MQL5. This article explains each step of the process, from identifying swing points to applying Fibonacci ratios and plotting the full pattern on the chart for clear visual confirmation.

2
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 20): Introduction to Harmonic Patterns
Introduction to MQL5 (Part 20): Introduction to Harmonic Patterns

In this article, we explore the fundamentals of harmonic patterns, their structures, and how they are applied in trading. You’ll learn about Fibonacci retracements, extensions, and how to implement harmonic pattern detection in MQL5, setting the foundation for building advanced trading tools and Expert Advisors.

2
Israel Pelumi Abioye
Israel Pelumi Abioye
Join the Next MQL5 Cohort — Learn How to Build Trading Bots & Indicators from Scratch!

Are you ready to take control of your trading journey?
In this upcoming cohort, I’ll guide you step-by-step through the powerful world of MQL5 — the programming language behind MetaTrader 5. Whether you’re a trader who wants to automate strategies or someone looking to start a profitable career as an MQL5 developer, this training is for you!

📚 What You’ll Learn:
✅ The fundamentals of MQL5 and how the platform works.
✅ How to build custom indicators for technical analysis.
✅ How to create trading robots (Expert Advisors) that trade automatically for you.
✅ How to send trading signals to Telegram, Email, and more.
✅ Real-world projects — so you don’t just learn theory, you actually build useful tools.
✅ Tips on how to monetize your MQL5 skills by selling products on the MQL5 marketplace or freelancing for clients worldwide.

💡 Why Learn MQL5?
• Automation = Freedom — Let your strategies trade for you while you focus on other things.
• Cut Emotions from Trading — Bots follow rules without fear or greed.
• Increase Consistency — Your system works 24/7 without missing opportunities.
• Extra Income Source — Many MQL5 developers earn by selling indicators, EAs, and offering coding services.
• Stay Ahead of the Market — Build tools tailored to your exact strategy instead of depending on generic indicators.

🔥 Special Bonus for This Cohort:
I’ll share some insider tips and tricks to avoid common mistakes beginner MQL5 programmers make, and how to write clean, profitable, and efficient code.

📅 Limited Slots Available — This is a small group training so everyone gets personal attention. Don’t miss your chance to learn a skill that can change your trading and your income forever!

📥 How to Join:
Send me a DM or click the link in my bio to register. Once you sign up, you’ll receive the schedule and access details.

Let’s build your MQL5 skills together and turn your trading ideas into reality.
Israel Pelumi Abioye
Chart patterns are a powerful strategy for analyzing market behavior and identifying potential trade setups. However, spotting these patterns manually can often be challenging and time-consuming...
Israel Pelumi Abioye 출시돈 제품

AI ChartPattern Pro AI ChartPattern Pro는 고정밀 차트 패턴 인식 도구로, 트레이더가 복잡한 차트 패턴을 객관적으로 식별하도록 도와줍니다. 편견이나 수작업 없이 신뢰할 수 있는 분석을 제공합니다. 버전 1.0은 두 가지 강력한 패턴을 지원합니다: 울프 파동(Wolfe Wave)과 헤드 앤 숄더(Head and Shoulders) 패턴. 이 지표는 단순히 패턴만 보여주는 것이 아니라, 실제로 매매에 활용할 수 있는 정보를 제공합니다: 진입 가격 손절가 (SL) 1차 목표가 (TP1) 2차 목표가 (TP2) 설정이 매우 간단하며, 사용자 입력이 거의 필요하지 않습니다. 즉시 사용할 수 있도록 설계되어, 설정보다는 실제 거래에 집중할 수 있도록 돕습니다. 주요 기능 울프 파동 및 헤드 앤 숄더 패턴 자동 탐지 진입, 손절, TP1, TP2 위치 시각적으로 표시 수동 개입 없는 객관적인 패턴 감지 최소한의 설정 – 플러그 앤 플레이 초기 출시가 – 새로운

Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 19): Automating Wolfe Wave Detection
Introduction to MQL5 (Part 19): Automating Wolfe Wave Detection

This article shows how to programmatically identify bullish and bearish Wolfe Wave patterns and trade them using MQL5. We’ll explore how to identify Wolfe Wave structures programmatically and execute trades based on them using MQL5. This includes detecting key swing points, validating pattern rules, and preparing the EA to act on the signals it finds.

2
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 18): Introduction to Wolfe Wave Pattern
Introduction to MQL5 (Part 18): Introduction to Wolfe Wave Pattern

This article explains the Wolfe Wave pattern in detail, covering both the bearish and bullish variations. It also breaks down the step-by-step logic used to identify valid buy and sell setups based on this advanced chart pattern.

1
Israel Pelumi Abioye
게재된 기고글 Introduction to MQL5 (Part 17): Building Expert Advisors for Trend Reversals
Introduction to MQL5 (Part 17): Building Expert Advisors for Trend Reversals

This article teaches beginners how to build an Expert Advisor (EA) in MQL5 that trades based on chart pattern recognition using trend line breakouts and reversals. By learning how to retrieve trend line values dynamically and compare them with price action, readers will be able to develop EAs capable of identifying and trading chart patterns such as ascending and descending trend lines, channels, wedges, triangles, and more.

2
123