设为首页 收藏本站 切换语言

标准差通道  

| 发表于 2020-8-2 18:48:18 | 显示全部楼层 |复制链接
  1. #property indicator_chart_window
  2. extern int STD_Rgres_period=0;
  3. extern int STD_Rgres_length=56;     // bars back regression begins
  4. extern double STD_Rgres_width=1.618;// widest channel
  5. extern double STD_width=0.618;      // inside channel
  6. int init()  
  7. {
  8.    return(0);
  9. }
  10.    int deinit()  
  11. {
  12.    ObjectDelete("regression channel");ObjectDelete("std channel");return(0);
  13. }
  14.    int start()  
  15. {
  16. ObjectDelete("regression channel");ObjectDelete("std channel");
  17. ObjectCreate("regression channel",OBJ_STDDEVCHANNEL,0,iTime(Symbol(),STD_Rgres_period,STD_Rgres_length), Close[STD_Rgres_length],Time[0],Close[0]);
  18.    ObjectSet("regression channel",OBJPROP_DEVIATION,STD_Rgres_width);
  19.    ObjectSet("regression channel",OBJPROP_COLOR,Orange);
  20.    ObjectSet("regression channel",OBJPROP_RAY,true);
  21. ObjectCreate("std channel",OBJ_STDDEVCHANNEL,0,iTime(Symbol(),STD_Rgres_period,STD_Rgres_length), Close[STD_Rgres_length],Time[0],Close[0]);
  22.    ObjectSet("std channel",OBJPROP_DEVIATION,STD_width);
  23.    ObjectSet("std channel",OBJPROP_COLOR,Olive);
  24.    ObjectSet("std channel",OBJPROP_RAY,true);
  25.    return(0);
  26. }
复制代码
举报

评论 使用道具

精彩评论26

巴比伦雄鹰
D
| 发表于 2021-5-27 14:49:15 | 显示全部楼层
关注
举报

点赞 评论 使用道具

luo518
C
| 发表于 2021-5-28 13:11:04 | 显示全部楼层
感谢分享
举报

点赞 评论 使用道具

qwe11
CCC
| 发表于 2021-5-29 06:25:08 | 显示全部楼层
感谢分享
举报

点赞 评论 使用道具

EA1314
D
| 发表于 2021-11-6 13:59:15 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

EA88
D
| 发表于 2021-11-6 14:13:39 | 显示全部楼层
支持
举报

点赞 评论 使用道具

EA6666
D
| 发表于 2021-11-6 17:56:20 | 显示全部楼层
謝謝分享
举报

点赞 评论 使用道具

yifu0821
未及格
| 发表于 2021-11-20 18:10:30 来自手机 | 显示全部楼层
感謝分享
举报

点赞 评论 使用道具

mydiis
DDD
| 发表于 2021-11-20 18:16:02 | 显示全部楼层
謝謝分享
举报

点赞 评论 使用道具

yimu77
DDD
| 发表于 2021-11-20 19:54:08 | 显示全部楼层
謝謝分享
举报

点赞 评论 使用道具

狂奔的蚂蚁
未及格
| 发表于 2021-11-30 12:26:44 来自手机 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

交易者
DDD
| 发表于 2022-1-9 10:06:38 | 显示全部楼层
感谢分享
举报

点赞 评论 使用道具

daerwushen
DD
| 发表于 2022-2-13 17:03:40 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

liguangxing2007
DDD
| 发表于 2022-2-13 20:31:56 | 显示全部楼层
路过看看
举报

点赞 评论 使用道具

liguangxing2007
DDD
| 发表于 2022-2-14 10:55:03 | 显示全部楼层
标准差异
举报

点赞 评论 使用道具

liguangxing2007
DDD
| 发表于 2022-2-15 08:57:41 | 显示全部楼层
通往哪里
举报

点赞 评论 使用道具

nanaliu
CC
| 发表于 2022-3-28 08:39:40 | 显示全部楼层
看看。。感谢分享。。。。
举报

点赞 评论 使用道具

Davis
DD
| 发表于 2022-3-31 23:31:09 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

紫竹青荷
CC
| 发表于 2022-6-7 21:24:58 | 显示全部楼层
感谢楼主分享
举报

点赞 评论 使用道具

bin
DD
| 发表于 2022-6-7 22:24:32 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

12下一页
发新帖
EA交易
您需要登录后才可以评论 登录 | 立即注册

简体中文
繁體中文
English(英语)
日本語(日语)
Deutsch(德语)
Русский язык(俄语)
بالعربية(阿拉伯语)
Türkçe(土耳其语)
Português(葡萄牙语)
ภาษาไทย(泰国语)
한어(朝鲜语/韩语)
Français(法语)