Test message
//+------------------------------------------------------------------+ //| CheckMODE_TIME.mq4 | //| Copyright © 2007, MetaQuotes Software Corp. | //| https://www.metaquotes.net/ru/ | //+------------------------------------------------------------------+ #property copyright "Copyright © 2007, MetaQuotes Software Corp." #property link "https://www.metaquotes.net/ru/" //+------------------------------------------------------------------+ //| expert initialization function | //+------------------------------------------------------------------+ int init() { //---- //---- return(0); } //+------------------------------------------------------------------+ //| expert deinitialization function | //+------------------------------------------------------------------+ int deinit() { //---- //---- return(0); } //+------------------------------------------------------------------+ //| expert start function | //+------------------------------------------------------------------+ int start() { //---- RefreshRates(); datetime time1 = MarketInfo("EURUSD",MODE_TIME); Print(time1); //---- return(0); } //+------------------------------------------------------------------+
Thank you Rosh for your example.
It is very good .
But I dont know any of code !
I want an expert advisor to write it for me .
Best Regards
It is very good .
But I dont know any of code !
I want an expert advisor to write it for me .
Best Regards
I sent you a letter at posted e-mail.
I hope I can help
I hope I can help

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
I test it ( back test from 2000 and live test for one year.)
I have 2 indicator in this strategy , but one of them used in 3 time frame .
I want to write an expert for it , but I don't know mql program !
If every body can help for write this expert , please email me: konnjj[AT]Gmail[DOT]com
Best Regards