Description: //+ +
//| b-clock.mq4 |
//| Core time code by Nick Bilak |
//| http://metatrader.50webs.com/ beluck[at]gmail.com |
//| modified by adoleh2000 and dwt5 |
//+ +
#property copyright Copyright ?2005, Nick Bilak
#property link http://metatrader.50webs.com/
#property indicator_chart_window
// buffers
double s1[]
//+ +
//| Custom indicator initialization function |
//+ +
int init()
{
}
return(0)
//+ +
//| Custom indicator iteration function |
//+ +
int start()
{
double i
int m,s,k
m=Time[0]+Period()*60-CurTime()
i=m/60.0
s=m
To Search:
File list (Check if you may need any files):
【剩余蜡烛时间】EJ_CandleTime.mq4