fumiyatoyoda: Now, I want a numeric data of each second from the Matatrader4. Please teach me how to do that.
Your request is not very clear. If you have difficulty with English, use the Japanese section of this forum instead?
fumiyatoyoda:
Now, I want a numeric data of each second from the Matatrader4.
Please teach me how to do that.
Type cast?
datetime dTme = D'2017.05.03 12:04:56'; long lTme = (long)dTme;
fumiyatoyoda :
Now, I want a numeric data of each second from the Matatrader4.
It is impossible to export second historical data from MT4.
However, there is a program that displays the second chart. How about download it? Because the historical data can be accumulated.
Try to search it with a key word "MT4 15秒足チャート". If you cannot find it, I will give you mine.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Now, I want a numeric data of each second from the Matatrader4.
Please teach me how to do that.