Israel Pelumi Abioye / 个人资料
- 信息
|
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
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.
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.
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.
Discover how to detect user actions in MetaTrader 5, send requests to an AI API, extract responses, and implement scrolling text in your panel.
本工具解决的问题 在 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 订单时使用的固定交易手数。 每一笔交易都使用相同的手数
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
