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 Buyers vs Sellers 지표는 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를 일반적인 복제 도구와 구분짓습니다. 대부분의 복제 도구는 닫힌 구조입니다 - 하나의 발신처, 하나의 목적지, 외부에서 개입할 방법이 없습니다

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 SAU Trade Journal은 자신의 성과를 진지하게 바라보는 트레이더를 위해 만들어졌습니다. 핵심에는 손익 캘린더가 있어 사용자가 날마다 거래 이력을 살펴보고, 어디서 이기고 어디서 지며 그 이유가 무엇인지 패턴을 파악할 수 있습니다. 그 옆에는 저널 본체가 자리합니다. 깔끔하고 간결한 디자인으로 불필요한 간섭 없이, 트레이더가 각 거래 후 생각을 기록하고 시간이 지나 다시 돌아보며 경험을 쌓을 수 있는 전용 공간을 제공합니다. 어드바이저는 한 걸음 더 나아가 과거 거래 데이터를 분석하여 무엇이 효과적이고 무엇이 그렇지 않은지에 대한 구체적인 통찰을 제시하며, 트레이더가 결과 이면의 메커니즘을 직관이 아닌 이해로 파악할 수 있도록 돕습니다. 여기에 복리 계산기가 더해져 일관된 성과가 어디로 이어질 수 있는지 명확한 추정치를 제공합니다. SAU Trade Journal의 모든 것은 하나의 목표를 향합니다. 트레이더가 과거를

Arinze Michael Ejike 출시돈 제품

SYU Heiken Trader SYU Heiken Trader는 MT5 내에서 진정한 헤이켄 아시 심볼을 커스텀 금융 상품으로 직접 구축합니다. 플랫폼이 기본적으로 제공하지 않는 시간대와 차트 유형을 완전히 해제하여, 트레이더가 원하는 방식으로 시장을 분석할 수 있도록 합니다. 이미 사용 중인 모든 지표, 스크립트, 전문가 어드바이저는 어떠한 수정 없이 이 차트에서 그대로 실행됩니다 — MT5의 관점에서 이것들은 완전한 실제 심볼이기 때문입니다. 헤이켄 아시는 노이즈를 줄이고 추세를 더 명확하게 시각화하는 것으로 잘 알려져 있지만, MT5는 이를 네이티브 거래 가능 심볼로 제공하지 않습니다. SYU Heiken Trader는 바로 그 공백을 채웁니다. 차트를 구축하고, 원하는 도구를 적용하고, 일반 표준 상품과 동일한 방식으로 해당 차트에서 직접 거래하십시오. 과거 데이터는 자동으로 로드되며, 실시간 틱이 지속적으로 업데이트되어 차트가 항상 현재 시장 상황을 반영합니다. 연결이

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 SAU Trade Journal은 자신의 성과를 진지하게 바라보는 트레이더를 위해 만들어졌습니다. 핵심에는 손익 캘린더가 있어 사용자가 날마다 거래 이력을 살펴보고, 어디서 이기고 어디서 지며 그 이유가 무엇인지 패턴을 파악할 수 있습니다. 그 옆에는 저널 본체가 자리합니다. 깔끔하고 간결한 디자인으로 불필요한 간섭 없이, 트레이더가 각 거래 후 생각을 기록하고 시간이 지나 다시 돌아보며 경험을 쌓을 수 있는 전용 공간을 제공합니다. 어드바이저는 한 걸음 더 나아가 과거 거래 데이터를 분석하여 무엇이 효과적이고 무엇이 그렇지 않은지에 대한 구체적인 통찰을 제시하며, 트레이더가 결과 이면의 메커니즘을 직관이 아닌 이해로 파악할 수 있도록 돕습니다. 여기에 복리 계산기가 더해져 일관된 성과가 어디로 이어질 수 있는지 명확한 추정치를 제공합니다. SAU Trade Journal의 모든 것은 하나의 목표를 향합니다. 트레이더가 과거를

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.