MT4指标——K线结束剩余时间
(2013-10-16 21:34:55)
标签:
财经 |
分类: 外汇 |
//+------------------------------------------------------------------+
//|
//|
//|
//|
//+------------------------------------------------------------------+
#property copyright "Copyright 2005, Nick Bilak"
#property
link
#property indicator_chart_window
//---- buffers
double s1[];
//+------------------------------------------------------------------+
//| Custom indicator initialization
function
//+------------------------------------------------------------------+
int init()
//+------------------------------------------------------------------+
//| Custom indicator iteration
function
//+------------------------------------------------------------------+
int start()
//+------------------------------------------------------------------+