Arinze Michael Ejike / プロファイル
- 情報
|
no
経験
|
13
製品
|
9
デモバージョン
|
|
8
ジョブ
|
0
シグナル
|
0
購読者
|
私たちが開発する主なプログラムは、トレードコピー、インジケーター、そして他社が見逃す市場パターンを明らかにするその他の取引ツールです。
アルゴリズム取引ソリューションに関心のあるトレーダーや開発者との意見交換を歓迎します。ありがとうございます。
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.
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.
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.
FXBook Buyers vs Sellers FXBook Buyers vs Sellers インジケーターは、MyFXBook のコミュニティアウトルックからリアルタイムのセンチメントデータを取得し、チャート上に直接表示します。追跡する各シンボルに対して、買い手と売り手の比率をリアルタイムのバーで表示し、出来高、未決済ポジション、ロングとショートの平均価格もあわせてコンパクトで設定可能なパネルにまとめて表示します。アラートはシンボルごとまたはグローバルに設定でき、センチメント、出来高、ポジション、または平均価格が設定したしきい値を超えたときに発動します。単一の通貨ペアを監視する場合でも、ウォッチリスト全体を管理する場合でも、このインジケーターは市場参加者の現在のスタンスを一目で把握できるようにします。
Updated Version - Improved UI and More Features.
トレードのコピーは、取引するプラットフォームごとに異なるツールを必要とするべきではありません。SYU Copierは一つの発想の上に築かれています - 一度読み取った取引を、あらゆる場所へ配信するという発想です。 その中核にあるのは、MQL5で構築された単一のMT5 Senderです。これは口座上のすべての取引イベントを監視し、標準化されたCSVキューに書き込みます。そこから信号はどこへでも送られます。cTrader Receiverはそのキューを読み取り、cTrader口座上で実行します。TradeLocker BridgeはそのREST APIを通じて同じ信号を直接TradeLocker口座へ送ります。将来のどの受信側も、公式のものであれ独自に構築されたものであれ、同じCSV形式を読み取るだけでこのシステムに参加できます。 これがSYU Copierを一般的なコピー取引ツールと分けるものです。多くのコピー取引ツールは閉じた仕組みです - 一つの発信元、一つの送信先、外部から手を加える手段がありません。SYU
New Version of Journal available.
Demo Available In Comment.
Simple And Unique Trade Journal SAU Trade Journalは、自身のパフォーマンスを真剣に考えるトレーダーのために設計されています。その中心にあるのは損益カレンダーで、ユーザーが日ごとに取引履歴を振り返り、どこで利益を得て、どこで損失が生じ、その理由は何かというパターンを把握できるようにします。その隣には、シンプルで洗練されたデザインのジャーナル本体があります。邪魔にならないよう設計されており、各取引後の考えを記録し、後から振り返って経験を積むための専用スペースをトレーダーに提供します。アドバイザー機能はさらに踏み込み、過去の取引データを分析して、何が機能していて何が機能していないかについての具体的な洞察を提示します。これにより、トレーダーは結果の背景にあるメカニズムを感覚ではなく理解として捉えられるようになります。さらに、複利計算機が一 貫 したパフォーマンスがどこへ向かうかの明確な見通しを提供します。SAU Trade
SYU Heiken Trader SYU Heiken Traderは、MT5内にカスタム金融商品として本物の平均足シンボルを直接構築します。プラットフォームが標準では提供しない時間足やチャートタイプを完全に解放し、トレーダーが望む方法で市場を分析できるようにします。すでに使用しているすべてのインジケーター、スクリプト、エキスパートアドバイザーは一切変更なしにこれらのチャート上で動作します — MT5にとって、これらは完全な本物のシンボルだからです。平均足はノイズを減らしトレンドをより明確に視覚化することで広く知られていますが、MT5はこれをネイティブの取引可能シンボルとして提供していません。SYU Heiken
Thank you -
[https://www.mql5.com/en/market/product/159202]
Happy Holidays.
Simple And Unique Trade Journal SAU Trade Journalは、自身のパフォーマンスを真剣に考えるトレーダーのために設計されています。その中心にあるのは損益カレンダーで、ユーザーが日ごとに取引履歴を振り返り、どこで利益を得て、どこで損失が生じ、その理由は何かというパターンを把握できるようにします。その隣には、シンプルで洗練されたデザインのジャーナル本体があります。邪魔にならないよう設計されており、各取引後の考えを記録し、後から振り返って経験を積むための専用スペースをトレーダーに提供します。アドバイザー機能はさらに踏み込み、過去の取引データを分析して、何が機能していて何が機能していないかについての具体的な洞察を提示します。これにより、トレーダーは結果の背景にあるメカニズムを感覚ではなく理解として捉えられるようになります。さらに、複利計算機が一 貫 したパフォーマンスがどこへ向かうかの明確な見通しを提供します。SAU Trade
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.
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.
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.
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.
| 仕様品質 | 5.0 | |
| 結果チェックの品質 | 5.0 | |
| 可用性とコミュニケーションスキル | 5.0 |
| 仕様品質 | 5.0 | |
| 結果チェックの品質 | 5.0 | |
| 可用性とコミュニケーションスキル | 5.0 |



