Israel Pelumi Abioye
Israel Pelumi Abioye
5 (1)
  • Información
1 año
experiencia
5
productos
108
versiones demo
0
trabajos
0
señales
0
suscriptores
Sobre mí

¡Hola! Mi área de especialización es el desarrollo de Asesores Expertos y sistemas de trading automatizados. Soy un desarrollador de MQL5 comprometido y con experiencia. Para ayudar a los traders a alcanzar su máximo potencial en el mercado forex, me especializo en crear algoritmos de trading complejos e implementar estrategias de trading intrincadas.

Me apasiona convertir ideas de trading en realidad mediante código, y trabajo arduamente para mejorar mis habilidades y ofrecer soluciones de la más alta calidad. ¡Juntos, hagamos realidad tu visión de trading!

Servicios Ofrecidos:

1. Desarrollo de Asesores Expertos (EA) a medida
2. Implementación de estrategias de trading
3. Escritura y automatización de scripts
4. Consultoría para proyectos freelance
5. Tutoría de 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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

AI ChartPattern Pro

2 agosto 2025, 15:25
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 Ha publicado el producto

AI ChartPattern Pro AI ChartPattern Pro es un indicador de alta precisión diseñado para ayudar a los traders a identificar patrones gráficos avanzados de forma objetiva, eliminando el sesgo subjetivo y la intervención humana. La versión 1.0 incluye dos poderosos patrones: Ola de Wolfe y Hombro-Cabeza-Hombro (HCH) . Este indicador no solo dibuja los patrones, sino que también proporciona señales de entrada ejecutables: Precio de entrada Stop Loss (SL) Primer objetivo (TP1) Segundo objetivo (TP2)

Israel Pelumi Abioye
Ha publicado el artículo 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
Ha publicado el artículo 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
Ha publicado el artículo 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