请教能人!
为什么窗口中什么都没有?请指点!<div class=\"blockcode\"><div id=\"code_vf5\"><ol>#property indicator_separate_window
#property indicator_buffers 1
#property indicator_color1 Green
double sma[];
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
//---- indicators
SetIndexStyle(0,DRAW_LINE);
SetIndexBuffer(0,sma);
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
inti,limit,counted_bars=IndicatorCounted();
//----
{
for( i=0; i 你好 , 写过很多ea了, 请看我用户名, 加后可提供博客看看我的ea介绍 有空一起交流一下 不错啊! 一个字牛啊! 不管你信不信,反正我信 楼主也是培训师吗 我有一个EA 好坏你自己定免费的需要的话 可以发给你玩玩 强人,佩服死了。呵呵,不错啊 谢谢分享了! 感谢分享