Arinze Michael Ejike
Arinze Michael Ejike
4.6 (11)
  • 信息
1 年
经验
13
产品
9
演示版
9
工作
0
信号
0
订阅者
CEO Aviv luxury homes
我们将交易策略转化为定制指标和算法解决方案,适用于 ForexTester6、cTrader、MetaTrader 4 和 MetaTrader 5。
我们开发的核心程序包括跟单系统、指标以及其他能够揭示他人忽略的市场规律的交易工具。
欢迎与对算法交易解决方案感兴趣的交易者和开发者交流。谢谢。
Arinze Michael Ejike
Arinze Michael Ejike
For the Next 48 hours, all our programs are free, using this opportunity to wish you all a Happy Jewish New Year, we would also love to hear from you - concerning ways to improve them, and other features. Shalom.
Arinze Michael Ejike
留下反馈给开发人员为工作 Random Job 01
Arinze Michael Ejike
留下反馈给客户为工作 Trouble shoot level Indicator
Arinze Michael Ejike
Arinze Michael Ejike
Trade replication should not require a different tool for every platform you trade on. SYU Copier was built on one idea - read a trade once, broadcast it everywhere.
At its core is a single MT5 Sender, built in MQL5, that watches every trade event on an account and writes it to a standardized CSV queue. From there, the signal can travel anywhere. A cTrader Receiver reads the queue and executes on a cTrader account. A TradeLocker Bridge sends the same signal directly through TradeLocker's REST API. Any future receiver, official or custom-built, only needs to read the same CSV format to join the system.
This is what makes SYU Copier different from a typical copier. Most copiers are closed boxes - one source, one destination, no way in. SYU Copier exposes the signal itself. The CSV feed is not a byproduct, it is the product. Anyone can build on top of it.
That single design choice opens the door to things a closed copier cannot do -
Filter signals before they are copied, by time of day, symbol, account balance, or any custom rule, entirely on the client side.
Adjust position size with your own formula, layered on top of the Sender's built-in multiplier.
Reverse signals, turning a Buy into a Sell on the destination account.
Hand a signal to an AI model and let it decide whether the trade should be replicated, adjusted, or skipped, before it ever reaches the destination.
Bridge to platforms with no native copier at all, MT4, MatchTrader, DxTrade, NinjaTrader 8, Tradovate, or a custom server, by writing a client that reads the CSV and speaks that platform's API.
Aggregate multiple MT5 sources into one decision layer, copying only when several strategies agree.
Log or alert on every trade event without placing a single trade, for anyone who just wants visibility.
None of this is theoretical. It is the same interface already powering the cTrader Receiver and the TradeLocker Bridge, and it is the interface a new receiver for MatchTrader, MT4, DxTrade, NinjaTrader 8, or Tradovate is being built against right now.
Why it costs 37 dollars, not more
The price is not a ceiling on what the tool can do. It reflects a belief that reliable trading infrastructure should be easy to reach, not expensive to justify. A copier that sits idle because it cost too much to try is worth nothing to anyone. One that gets used, tested, and built on top of, earns its keep the way a tool should.
Simple Yet Unique also means the system does not end at what ships today. If a project needs a new input parameter, a new filter, or a new receiver for a platform not yet listed, that work is available on Freelance, built around the trader's exact requirement rather than a generic template.
The goal was never to build the most feature-heavy copier on the market. It was to build the one other tools could be built on top of.
Arinze Michael Ejike
Arinze Michael Ejike
The SYU Copier is a multi-component trade replication system built around a single MT5 Expert Advisor (the main binary). It monitors all trade activity on an MT5 account and broadcasts those events to one or more destination channels simultaneously.


Added New Ext API - that exposes every trade event in the standardized CSV format and lets any custom program act on that data. This is the channel to use when the goal is a filtered copier, a copier with added decision logic, a bridge to a platform not natively supported, or any other custom use case.

The CSV feed exposes every trade event in a consistent, machine-readable format. The following are examples of what can be built on top of it. The list is not exhaustive.

Filtered Copying -
Read each OPEN signal and check a condition before forwarding it: time of day, news event, symbol filter, account balance threshold, or any other rule. Only forward the signal if the condition passes. The filter logic lives entirely in the client, not in the SYU Copier.

Volume Adjustment -
Apply a custom lot sizing formula before placing the trade, including risk-based sizing computed from account balance and SL distance. The SYU Copier applies its own multiplier before writing the row; the client can apply a second-level adjustment independently.

Trade Reversal -
Read a Buy signal from the CSV and open a Sell on the destination platform, and vice versa.

AI-Assisted Decision Making -
Forward each new OPEN signal, together with related market data, to an AI model that reasons about whether the trade should be replicated, adjusted, or skipped. The model's decision determines whether and how to place the trade. This approach applies custom intelligence on top of an existing, already-working trade flow rather than building a signal generator from nothing.

Platform Bridging -
Read the CSV rows and translate them into the native API calls of any platform that accepts programmatic orders: MT4, MatchTrader, DxTrade, NinjaTrader 8, Tradovate, or any custom server-based platform. Each platform requires its own client that reads the same SEP API CSV and speaks the target platform's API.

Multi-Source Aggregation -
Run multiple SYU Copier instances on different MT5 accounts, each writing to its own channel. Have a single client read all channels and apply composite logic before placing trades: copy only when two or more sources agree, weight by performance, or merge signals from different strategies.

Custom Logging and Alerting -
Read the CSV rows and send notifications, write to a database, or post to a webhook on every trade event, without placing any trades at all.



Also added new Clients -
MT5 to MT5 (internet relay mode)
This enables trade to be copied from one MT5 to another through the internet.

Under Development -
MT5 to cTrader (internet relay mode)
MT5 to MatchTrader (alpha)
MT5 to MT4 (local and internet)
MT5 to DxTrade (client exists; sender side work pending)
MT5 to NinjaTrader 8 (beta)
MT5 to Tradovate (market orders only; pending API key for further testing)
MT5 to Node.js, Go, or any custom language (available on request)
MT5 to a custom server (available on request)

Download the SYU Copier - for only 37$.
New Update coming up - MT5 to MatchTrader.
Thank you.
Arinze Michael Ejike
Arinze Michael Ejike
The SYU Copier is a multi-component trade replication system built around a single MT5 Expert Advisor (the main binary). It monitors all trade activity on an MT5 account and broadcasts those events to one or more destination channels simultaneously.


Added New Ext API - that exposes every trade event in the standardized CSV format and lets any custom program act on that data. This is the channel to use when the goal is a filtered copier, a copier with added decision logic, a bridge to a platform not natively supported, or any other custom use case.

The CSV feed exposes every trade event in a consistent, machine-readable format. The following are examples of what can be built on top of it. The list is not exhaustive.

Filtered Copying -
Read each OPEN signal and check a condition before forwarding it: time of day, news event, symbol filter, account balance threshold, or any other rule. Only forward the signal if the condition passes. The filter logic lives entirely in the client, not in the SYU Copier.

Volume Adjustment -
Apply a custom lot sizing formula before placing the trade, including risk-based sizing computed from account balance and SL distance. The SYU Copier applies its own multiplier before writing the row; the client can apply a second-level adjustment independently.

Trade Reversal -
Read a Buy signal from the CSV and open a Sell on the destination platform, and vice versa.

AI-Assisted Decision Making -
Forward each new OPEN signal, together with related market data, to an AI model that reasons about whether the trade should be replicated, adjusted, or skipped. The model's decision determines whether and how to place the trade. This approach applies custom intelligence on top of an existing, already-working trade flow rather than building a signal generator from nothing.

Platform Bridging -
Read the CSV rows and translate them into the native API calls of any platform that accepts programmatic orders: MT4, MatchTrader, DxTrade, NinjaTrader 8, Tradovate, or any custom server-based platform. Each platform requires its own client that reads the same SEP API CSV and speaks the target platform's API.

Multi-Source Aggregation -
Run multiple SYU Copier instances on different MT5 accounts, each writing to its own channel. Have a single client read all channels and apply composite logic before placing trades: copy only when two or more sources agree, weight by performance, or merge signals from different strategies.

Custom Logging and Alerting -
Read the CSV rows and send notifications, write to a database, or post to a webhook on every trade event, without placing any trades at all.



Also added new Clients -
MT5 to MT5 (internet relay mode)
This enables trade to be copied from one MT5 to another through the internet.

Under Development -
MT5 to cTrader (internet relay mode)
MT5 to MatchTrader (alpha)
MT5 to MT4 (local and internet)
MT5 to DxTrade (client exists; sender side work pending)
MT5 to NinjaTrader 8 (beta)
MT5 to Tradovate (market orders only; pending API key for further testing)
MT5 to Node.js, Go, or any custom language (available on request)
MT5 to a custom server (available on request)

Download the SYU Copier - for only 37$.
New Update coming up - MT5 to MatchTrader.
Thank you.
Arinze Michael Ejike
Arinze Michael Ejike 2026.07.08
Trade copying occurred via the internet- abou 2 secs latency, 5 seconds max on bad internet.
分享的产品
New Alert Systems.

FXBook Buyers vs Sellers FXBook 买卖双方指标从 MyFXBook 社区前景实时获取情绪数据,并将其直接显示在您的图表上。无论您正在交易外汇、大宗商品还是其他金融工具,该指标都能为您提供即时的市场情绪概览。对于您跟踪的每个交易品种,它会实时渲染一个直观的柱形图,清晰显示买卖双方的比例,以及成交量、未平仓头寸和多空双方的平均持仓价格——所有关键信息集中在一个紧凑、可高度配置的面板中,无需在多个工具之间切换。可以按品种单独设置警报,也可以进行全局配置,当情绪比例、成交量、持仓数量或平均价格超过您预先设定的阈值时,系统将自动触发通知。这使您能够在市场出现重大情绪转变时第一时间做出反应。无论您是专注于监控单一货币对,还是同时管理包含多个品种的完整观察列表,该指标都能让您一目了然地掌握市场大众的当前立场,从而在交易决策中占据信息优势。

Arinze Michael Ejike
Arinze Michael Ejike
The FXBook Buyers vs Sellers indicator pulls live sentiment data from MyFXBook's community outlook and displays it directly on your chart. For each symbol you track, it renders a real-time bar showing the ratio of buyers to sellers alongside volume, open positions, and average long and short prices — all in a compact, configurable panel. Alerts can be set per symbol or globally, triggering when sentiment, volume, positions, or average prices cross thresholds you define. Whether you are monitoring one pair or an entire watchlist, the indicator gives you a clear, at-a-glance read on where the crowd stands.
Updated Version - Improved UI and More Features.
Arinze Michael Ejike 已发布产品

35.00 USD

交易复制不应该要求为每个交易平台使用不同的工具。SYU Copier 建立在一个理念之上 - 读取一次交易信号,广播到所有目的地。 其核心是一个用 MQL5 编写的 MT5 Sender,监控账户上的每一笔交易事件,并将其写入标准化的 CSV 队列。从那里,信号可以发送到任何地方。cTrader Receiver 读取该队列并在 cTrader 账户上执行。TradeLocker Bridge 通过其 REST API 将同一信号直接发送到 TradeLocker 账户。任何未来的接收端,无论官方开发还是自行构建,只需读取相同的 CSV 格式即可接入系统。 这正是 SYU Copier 与普通复制工具的不同之处。大多数复制工具是封闭系统 - 单一来源,单一目的地,没有接入方式。SYU Copier 将信号本身开放出来。CSV 数据流不是附带产物,而是产品本身。任何人都可以在其之上进行开发。 这一设计选择带来了封闭复制工具无法实现的功能 - 在复制之前过滤信号 - 按时间段、品种、账户余额阈值或任何自定义规则,完全在客户端完成。 用自己的公式调整仓位大小,叠加在 Sender

Arinze Michael Ejike
Arinze Michael Ejike
The SAU Trade Journal is built for traders who take their performance seriously. At its core is a profit and loss calendar that lets users study their trading history day by day, identifying patterns in where they win, where they lose, and why. Alongside it sits the journal itself — clean, minimal, and designed to stay out of the way — giving traders a dedicated space to record their thoughts after each trade, building a personal record they can return to and learn from over time. The advisor goes further, analyzing past trade data to surface concrete insights about what is working and what is not, helping traders understand the mechanics behind their results rather than guessing. Rounding it out is a compounding calculator that gives clear estimates of where consistent performance can lead. Everything in the SAU Trade Journal is oriented toward one goal: helping traders understand their past so they can make sharper decisions in the future.

New Version of Journal available.
Demo Available In Comment.
分享的产品
New Demo Version In Comment.

Simple And Unique Trade Journal The SAU Trade Journal is built for traders who take their performance seriously. At its core is a profit and loss calendar that lets users study their trading history day by day, identifying patterns in where they win, where they lose, and why. Alongside it sits the journal itself — clean, minimal, and designed to stay out of the way — giving traders a dedicated space to record their thoughts after each trade, building a personal record they can return to and

Arinze Michael Ejike 已发布产品

SYU Heiken Trader The SYU Heiken Trader constructs true Heiken Ashi symbols as custom instruments directly inside MT5, unlocking timeframes and chart types the platform does not natively offer. Every indicator, script, and expert advisor you already use runs on these charts without modification — because to MT5, they are real symbols. Build the chart, apply your tools, and trade from it as you would any standard instrument

Arinze Michael Ejike
Arinze Michael Ejike
Happy Pesach. Due to upcoming update of the Simple And Unique Tool after the holidays, we decided to make it free so you can get a chance to get your features and requests added to the project.

Thank you -
[https://www.mql5.com/en/market/product/159202]

Happy Holidays.
Arinze Michael Ejike 已发布产品

Simple And Unique Trade Journal The SAU Trade Journal is built for traders who take their performance seriously. At its core is a profit and loss calendar that lets users study their trading history day by day, identifying patterns in where they win, where they lose, and why. Alongside it sits the journal itself — clean, minimal, and designed to stay out of the way — giving traders a dedicated space to record their thoughts after each trade, building a personal record they can return to and

Arinze Michael Ejike
Arinze Michael Ejike
Demo In Comments - Before buying, please do test and your ideas are very much welcome, in other to make this program the best here. Remember this is a beta and still under development, so do bring your ideas. Thank you very much. תודה רבה.
Arinze Michael Ejike
Arinze Michael Ejike
What happens when a trader no longer needs to juggle a dozen separate tools to do the work of one session? That question sits at the heart of this program. Built for MetaTrader 5, it is a single, self-contained trading companion designed to handle the full scope of what a trader actually needs — from placing a position and setting a stop-loss, to copying trades across platforms, analyzing a month's performance on a profit calendar, and having a conversation with an AI about what the market is doing. Whether you are stepping into the markets for the first time or have been managing positions for years, the program is structured so that neither experience level runs into a ceiling.

The program is organized across five primary sections: TRADE, CLOSE, MANAGE, AI, and OTHERS. Each section carries a specific function, and together they form a coherent system where the trader stays in control without switching contexts.
Arinze Michael Ejike
Arinze Michael Ejike
What happens when a trader no longer needs to juggle a dozen separate tools to do the work of one session? That question sits at the heart of this program. Built for MetaTrader 5, it is a single, self-contained trading companion designed to handle the full scope of what a trader actually needs — from placing a position and setting a stop-loss, to copying trades across platforms, analyzing a month's performance on a profit calendar, and having a conversation with an AI about what the market is doing. Whether you are stepping into the markets for the first time or have been managing positions for years, the program is structured so that neither experience level runs into a ceiling.

The program is organized across five primary sections: TRADE, CLOSE, MANAGE, AI, and OTHERS. Each section carries a specific function, and together they form a coherent system where the trader stays in control without switching contexts.
Arinze Michael Ejike
Arinze Michael Ejike
What happens when a trader no longer needs to juggle a dozen separate tools to do the work of one session? That question sits at the heart of this program. Built for MetaTrader 5, it is a single, self-contained trading companion designed to handle the full scope of what a trader actually needs — from placing a position and setting a stop-loss, to copying trades across platforms, analyzing a month's performance on a profit calendar, and having a conversation with an AI about what the market is doing. Whether you are stepping into the markets for the first time or have been managing positions for years, the program is structured so that neither experience level runs into a ceiling.

The program is organized across five primary sections: TRADE, CLOSE, MANAGE, AI, and OTHERS. Each section carries a specific function, and together they form a coherent system where the trader stays in control without switching contexts.
Arinze Michael Ejike
Arinze Michael Ejike
What happens when a trader no longer needs to juggle a dozen separate tools to do the work of one session? That question sits at the heart of this program. Built for MetaTrader 5, it is a single, self-contained trading companion designed to handle the full scope of what a trader actually needs — from placing a position and setting a stop-loss, to copying trades across platforms, analyzing a month's performance on a profit calendar, and having a conversation with an AI about what the market is doing. Whether you are stepping into the markets for the first time or have been managing positions for years, the program is structured so that neither experience level runs into a ceiling.

The program is organized across five primary sections: TRADE, CLOSE, MANAGE, AI, and OTHERS. Each section carries a specific function, and together they form a coherent system where the trader stays in control without switching contexts.