顺水外汇EA交易网MT4
标题:
求RSI穿越70.30报警指标源码
[打印本页]
作者:
中原两点红
时间:
2018-1-11 16:33
标题:
求RSI穿越70.30报警指标源码
求RSI穿越70.30报警指标源码
作者:
napoleonmiao
时间:
2018-1-11 18:00
[C++] 纯文本查看 复制代码if(iRSI(NULL,0,14,PRICE_CLOSE,0)> 70 || iRSI(NULL,0,14,PRICE_CLOSE,0)
作者:
中原两点红
时间:
2018-1-11 18:21
有没有指标让我下载呀,这样我不会搞的
作者:
napoleonmiao
时间:
2018-1-11 19:43
新建Indicator 贴入:[C++] 纯文本查看 复制代码
#property indicator_chart_window
extern int myPeriod = 14;
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
//---- indicators
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
//----
if(iRSI(NULL,0,myPeriod,PRICE_CLOSE,0)> 70 || iRSI(NULL,0,myPeriod,PRICE_CLOSE,0)
作者:
ggnext
时间:
2018-1-11 20:52
让副,吃吧库存
作者:
xgling_2008
时间:
2018-1-11 21:54
需要好好学习才能跟上,望前辈们多指教。
作者:
flfipdn
时间:
2018-1-11 23:18
不错,好样的
作者:
haitao
时间:
2018-1-12 00:28
路过看看
作者:
makun888
时间:
2018-1-12 01:29
520FX有你更精彩!
作者:
msanda
时间:
2018-1-12 01:35
有你更精彩
[attach]21778[/attach]
作者:
男人的肩膀
时间:
2018-1-12 02:47
520什么都有啊、、、、、、、、
作者:
jxncyz04wj001
时间:
2018-1-12 03:34
还差15金币。。。。。。。。。。
作者:
kaixinsky
时间:
2018-1-12 03:47
谢谢分享
作者:
雪豹魂
时间:
2018-1-12 04:23
你炫啊,直接作出指标不就完了
[attach]21779[/attach]
作者:
奋超
时间:
2018-1-12 05:55
搞一不显示指标,
欢迎光临 顺水外汇EA交易网MT4 (http://waterforex.com/)
Powered by Discuz! X3.2