Yu Zhang / プロファイル
- 情報
|
10+ 年
経験
|
63
製品
|
11
デモバージョン
|
|
0
ジョブ
|
1
シグナル
|
0
購読者
|
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.
# 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
# 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
⚔️ 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
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
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
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
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
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
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
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
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










