Israel Pelumi Abioye
Israel Pelumi Abioye
5 (1)
  • 信息
2 年
经验
6
产品
94
演示版
0
工作
0
信号
0
订阅者
关于我

你好!我的专长是开发专家顾问和自动交易系统。我是一名敬业且经验丰富的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 38): Mastering API and WebRequest Function in MQL5 (XII)
Introduction to MQL5 (Part 38): Mastering API and WebRequest Function in MQL5 (XII)

Create a practical bridge between MetaTrader 5 and Binance: fetch 30‑minute klines with WebRequest, extract OHLC/time values from JSON, and confirm a bullish engulfing pattern using only completed candles. Then assemble the query string, compute the HMAC‑SHA256 signature, add X‑MBX‑APIKEY, and submit authenticated orders. You get a clear, end‑to‑end EA workflow from data acquisition to order execution.

1
Israel Pelumi Abioye
已发布文章Introduction to MQL5 (Part 37): Mastering API and WebRequest Function in MQL5 (XI)
Introduction to MQL5 (Part 37): Mastering API and WebRequest Function in MQL5 (XI)

In this article, we show how to send authenticated requests to the Binance API using MQL5 to retrieve your account balance for all assets. Learn how to use your API key, server time, and signature to securely access account data, and how to save the response to a file for future use.

2
Israel Pelumi Abioye
已发布文章Introduction to MQL5 (Part 36): Mastering API and WebRequest Function in MQL5 (X)
Introduction to MQL5 (Part 36): Mastering API and WebRequest Function in MQL5 (X)

This article introduces the basic concepts behind HMAC-SHA256 and API signatures in MQL5, explaining how messages and secret keys are combined to securely authenticate requests. It lays the foundation for signing API calls without exposing sensitive data.

1
Israel Pelumi Abioye
已发布文章Introduction to MQL5 (Part 35): Mastering API and WebRequest Function in MQL5 (IX)
Introduction to MQL5 (Part 35): Mastering API and WebRequest Function in MQL5 (IX)

Discover how to detect user actions in MetaTrader 5, send requests to an AI API, extract responses, and implement scrolling text in your panel.

1
Israel Pelumi Abioye 已发布产品

本工具解决的问题 在 MetaTrader 5 策略测试器中,交易者 通常无法手动执行交易 。你只能观察自动化专家顾问(EA)的运行情况,而无法亲自下达 Buy 或 Sell 订单,这使得手动策略测试、价格行为练习以及主观交易分析变得非常受限。 Algoyin MT5 Strategy Tester 解决了这一限制,使你可以: 直接在 MT5 策略测试器中执行交易 通过一键按钮快速开立 Buy 和 Sell 仓位 在每一笔交易中自动应用预设的止损(Stop Loss)和止盈(Take Profit) 通过一次操作立即关闭所有已开仓位 在可控的回测环境中手动测试并优化交易思路 将手动交易执行与内置技术指标结合,用于分析和确认 手动交易执行功能 BUY 按钮 :一键快速开立买入订单 SELL 按钮 :一键快速开立卖出订单 CLOSE 按钮 :关闭由该 EA 创建的所有未平仓头寸 固定手数交易,并自动设置止损和止盈 无需手动拖动价格线或输入价格 核心交易参数说明 1. LOT-SIZE(手数大小) 定义执行 Buy 或 Sell 订单时使用的固定交易手数。 每一笔交易都使用相同的手数

Israel Pelumi Abioye
已发布文章Introduction to MQL5 (Part 34): Mastering API and WebRequest Function in MQL5 (VIII)
Introduction to MQL5 (Part 34): Mastering API and WebRequest Function in MQL5 (VIII)

In this article, you will learn how to create an interactive control panel in MetaTrader 5. We cover the basics of adding input fields, action buttons, and labels to display text. Using a project-based approach, you will see how to set up a panel where users can type messages and eventually display server responses from an API.

2
Israel Pelumi Abioye
已发布文章Introduction to MQL5 (Part 33): Mastering API and WebRequest Function in MQL5 (VII)
Introduction to MQL5 (Part 33): Mastering API and WebRequest Function in MQL5 (VII)

This article demonstrates how to integrate the Google Generative AI API with MetaTrader 5 using MQL5. You will learn how to structure API requests, handle server responses, extract AI-generated content, manage rate limits, and save the results to a text file for easy access.

2
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.

3
123