I want an expert writer for a strategy

 
I have an multi time frame strategy .
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
 
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
 
I sent you a letter at posted e-mail.
I hope I can help
 
Maybe
hhhia@hotmail.com

I also took part in MT's 2006
Championship
Reason: