Yu Zhang
Yu Zhang
3.7 (4)
  • 情報
10+ 年
経験
63
製品
11
デモバージョン
0
ジョブ
1
シグナル
0
購読者
Quant / Trader / Programmer において ShangHai
I am a senior practitioner in Fintech industry.
And I have done a lot of academic research on financial markets.
From 2012, I work as a Quant.
Forex, stock and futures are my main trading varieties.
I can use MQL4, MQL5, C++, MySql, and Python.
Yu Zhang パブリッシュされたプロダクト

# Racing Game 3D - Candlestick-Driven 3D Racing Game 🎮🏎️ `Racing_Game_3D` is an innovative 3D racing game script running inside the MetaTrader 5 (MT5) platform. the game's core highlights include **generating highly winding 3D tracks from the real-time candlestick data (OHLC) of the current chart** , rendering with native DirectX 3D APIs, implementing interactive item boxes, and racing head-to-head against 5 CPU opponents. --- ## 🌟 Key Concepts & Features 1. **K-Line Driven 3D Winding

Yu Zhang パブリッシュされたプロダクト

# Mario KLine Platformer - Side-scrolling Candlestick Platformer 🎮📊 `Mario KLine Platformer` is an incredibly creative side-scrolling platformer game for MetaTrader 5 (MT5). this script cleverly merges financial charts with classic Super Mario-style mechanics— **using the real-time candlestick data (OHLC) of the current chart as the level terrain** . Run, jump, and shoot fireballs across market trends in a unique "chart adventure"! --- ## 🌟 Key Concepts & Features 1. **Candlesticks as

Yu Zhang パブリッシュされたプロダクト

⚔️ MQL5 3D Animated AutoChess Sandbox - Game Guide This AutoChess sandbox game is a standalone 3D animated strategy game developed entirely in MQL5. Below is the comprehensive guide to game rules, input parameters, core mechanics, and operations. ⚙️ System Input Parameters When loading the script in MT5, you can configure the following options in the "Inputs" panel: | Parameter Name | Default | Description & Details | | :--- | :---: | :--- | |   Language   |   LANG_ENG  

Yu Zhang パブリッシュされたMetaTrader 5シグナル
ZhuJi Great Building
価格: 50USD, 成長: 3 952.56%
All strategies are trend-following with a single-position execution logic. As a multi-strategy portfolio , multiple concurrent orders may exist. The system utilizes simple interest only, with no compounding
Yu Zhang パブリッシュされたプロダクト

32.00 USD

1. What is this Due to the limitation of MT5 software, we can only see the minimum 1-minute candlestick chart. Sometimes this is not enough for high-frequency traders, or we want to see a more detailed candlestick chart. This tool allows you to see: A candlestick chart composed of N seconds, which allows you to better understand the price fluctuations. For example, each candle line has 20 seconds, or 30 seconds. 2. Parameters: SecondCandle = 20;          // The second

Yu Zhang パブリッシュされたプロダクト

32.00 USD

1. What is this Due to the limitation of MT5 software, we can only see the minimum 1-minute candlestick chart. Sometimes this is not enough for high-frequency traders, or we want to see a more detailed candlestick chart. This tool allows you to see: A candlestick chart composed of N ticks, which allows you to better understand the price fluctuations. For example, each candle line has 20 ticks, or 70 ticks. 2. Parameters: NTick = 70;            // The tick cnt for

Yu Zhang パブリッシュされたプロダクト

1. What is this Many of the EA's on the market have cheats inside to optimize its money curve, which results in the buyer wasting money and effort and buying a junk EA . This tool is an effective tool for detecting whether an EA is cheating by allowing the data to be panned to the left for 28 years. 2. How to use a. Load it and it will generate a new symbol, usually it will be named with a suffix.  For example, EURUSD --> EURUSD_28year. b. If your want to test one EA, you should

Yu Zhang パブリッシュされたプロダクト

1. What is this This is a trend strategy about capture trend pullbacks. It can trade major currency pairs: EURUSD, GBPUSD, AUDUSD. It is not a scalping model, nor does it use Martingale's money management model.  This strategy is a trend strategy, it is a high profit-loss ratio strategy. 2. Related instructions The timeframe is unlimited, I advice  your add it to EURUSD PERIOD_M15. It works with Hedge accounts. Its internal strategy logic has been set, and only fund management is

Yu Zhang パブリッシュされたプロダクト

1. What is this This is a trading strategy about the market forming a box and then breaking out. It can trade major currency pairs and gold: EURUSD, GBPUSD, AUDUSD, NZDUSD, USDJPY, USDCAD, USDCHF, XAUUSD. It is not a scalping model, nor does it use Martingale's money management model.  This strategy is mainly for steady profits. 2. Related instructions The timeframe is PERIOD_M30. It works with Hedge accounts. Its internal strategy logic has been set, and only fund management is opened for

Yu Zhang パブリッシュされたプロダクト

40.00 USD

1. What is this This is a tool used to display the balance curve in real time. The historical orders of the MT5 software are only tabular, and it looks troublesome when you have a lot of orders. This program can draw your historical trading orders in the form of a capital curve graph. This way you can see at a glance how well you are trading and where you are going wrong. At the same time, although the MT5 strategy backtest has a capital curve, it does not match the price one by one. So it is

Yu Zhang
パブリッシュされた投稿Function iSetCustomMax(string mode) parameter analysis
Function iSetCustomMax(string mode) parameter analysis 函数 iSetCustomMax(string mode) 参数解析 Product Link 产品链接: https://www.mql5.com/en/market/product/78103 For English: /* parameter analysis mode = "...": //---Commonly used--- // TB Factor on TraderBlazer Programmable Software...
Yu Zhang
パブリッシュされたコードMore_BackTest_Result
这是产品 More BackTest Result 的 .mqh 文件,你必须先下载产品 More BackTest Results 才能使用. Link: https://www.mql5.com/en/market/product/78103
132
Yu Zhang パブリッシュされたプロダクト

1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be

Yu Zhang パブリッシュされたプロダクト

1. What is this         Rising volatility and falling volatility are not the same, whether it is academic research or actual testing has shown this point.         The original ATR indicator is calculated by putting up and down fluctuations together. This indicator is to calculate separately the upward volatility and the downward volatility, which can better help you study the market. 2. Indicator description          There are two