Israel Pelumi Abioye / 프로필
- 정보
|
2 년도
경험
|
6
제품
|
99
데몬 버전
|
|
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
The article explains how to use MQL5 structures with binary files to persist Expert Advisor parameters. It covers defining structures, accessing members, and distinguishing simple from complex layouts, then writing and reading entire records using FileWriteStruct and FileReadStruct in FILE BIN mode. You will learn safe patterns for fixed-size data and how shared storage (FILE COMMON) enables reuse across sessions and terminals.
This article shows how to build an MQL5 indicator that reads a CSV trading history, extracts Profit($) values and total trades, and computes a cumulative balance progression. We plot the curve in a separate indicator window, auto-scale the Y-axis, and draw horizontal and vertical axes for alignment. The indicator updates on a timer and redraws only when new trades appear. Optional labels display per-trade profit and loss to help assess performance and drawdowns directly on the chart.
Learn how to read a CSV file in MQL5 and organize its trading data into dynamic arrays. This article shows step by step how to count file elements, store all data in a single array, and separate each column into dedicated arrays, laying the foundation for advanced analysis and trading performance visualization.
Create a CSV trading journal in MQL5 by reading account history over a defined period and writing structured records to file. The article explains deal counting, ticket retrieval, symbol and order type decoding, and capturing entry (lot, time, price, SL/TP) and exit (time, price, profit, result) data with dynamic arrays. The result is an organized, persistent log suitable for analysis and reporting.
This article introduces file handling in MQL5 using a practical, project-based workflow. You will use FileSelectDialog to choose or create a CSV file, open it with FileOpen, and write structured account headers such as account name, balance, login, date range, and last update. The result is a clear foundation for a reusable trading journal and safe file operations in MetaTrader 5.
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 전략 테스터에서는 일반적으로 트레이더가 수동으로 거래를 실행할 수 없습니다 . 자동화된 Expert Advisor(EA)가 어떻게 작동하는지 관찰할 수만 있고, 수동 전략 테스트, 가격 행동 연습, 또는 재량 분석을 위해 직접 Buy 또는 Sell 주문을 할 수 없습니다. Algoyin MT5 Strategy Tester 는 이 제한을 해결하여 다음을 가능하게 합니다: MT5 전략 테스터 내에서 직접 거래 실행 원클릭 버튼으로 Buy 및 Sell 포지션 열기 모든 거래에 미리 정의된 Stop Loss 및 Take Profit 레벨 자동 적용 한 번의 클릭으로 모든 오픈 포지션 즉시 종료 통제된 백테스팅 환경에서 거래 아이디어를 수동으로 테스트하고 개선 내장 기술 지표를 활용해 수동 거래 실행과 분석 및 확인 결합 Stop Loss와 Take Profit 설정 가능 수동 거래 실행 기능 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.
