hi,
請問是這樣嗎!
Steven
#property copyright
"Copyright ?2010, MetaQuotes Software Corp."
#property
link "https://www.metaquotes.net/"
#property
indicator_chart_window
//+------------------------------------------------------------------+
//|
Custom indicator initialization
function
|
//+------------------------------------------------------------------+
extern
string right_string = "www.xxx.com";
int
init()
{
ObjectCreate("right_string",OBJ_LABEL,0,0,0,0);
ObjectSetText("right_string", right_string, 24, "Times New Roman",
Green);
return(0);
}
//+------------------------------------------------------------------+
//|
Custom indicator deinitialization
function
|
//+------------------------------------------------------------------+
iint
deinit()
{
//----
ObjectDelete("right_string");
//----
return(0);
}
//+------------------------------------------------------------------+
//|
Custom indicator iteration
function
|
//+------------------------------------------------------------------+
int
start()
{
int
counted_bars=IndicatorCounted();
//----
//----
return(0);
}
//+------------------------------------------------------------------+
请问有高手免费写這個Label吗?
請教mt4編程可以嗎!
請問怎樣在編程裡加上這個Label
如附件 www.xxx.com