sungge
sungge
好友

通过他们的个人资料或用户搜索添加好友,您将能够看到他们是否在线

sungge
已添加主题旧版的指标在新版MT4里不能使用,用新版MQL4编写后指标不能跟随图表更新,求指教
旧版的指标在新版MT4里不能使用,用新版MQL4编写后,指标能加载显示了,但是不能跟随图表更新,也不能在一分钟图里显示了。求指教,谢谢呀。代码如下: #property copyright   "2005-2015, MetaQuotes Software Corp." #property link        "http://www.mql4.com" #property description "RSI Array" #property
sungge
已在MQL5.community注册
sungge
已添加主题真正稳定盈利EA
汇盈EA系统正式版上线,借鉴了多套成熟的交易系统,凝结了多位外汇高手的操盘经验,包含多套策略,长短线结合,多币种结合,达到风险互补,盈利最大化的目的。有兴趣合作者请联系QQ620022182。可观看实时交易记录,请登陆MT4服务器:193.33.71.43:443,Login : 4857263 Password :rjrr3cg
sungge
已添加主题遇到严重的死循环求助
我在求最近一个分形的值时遇到死循环,希望高手能帮帮我,谢谢了啊; 代码如下: int start() {int i,limit; int counted_bars = IndicatorCounted(); if(counted_bars < 0) return(-1); if(counted_bars > 0) counted_bars--; limit = Bars - counted_bars; for(i = 0; i <= limit; i++) { double