Yu Zhang / Profile
- Information
9+ years
experience
|
60
products
|
11
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
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.
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