上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页
摘要: using System; using System.Drawing; using System.Linq; using System.Collections; namespace PowerLanguage { namespace Function { public class OtherFrame { D... 阅读全文
posted @ 2016-05-14 22:47 Ali.Blacken 阅读(654) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Drawing; using System.Linq; using System.Collections; namespace PowerLanguage { namespace Function { public class MyAvg { public sta... 阅读全文
posted @ 2016-05-14 22:46 Ali.Blacken 阅读(142) 评论(0) 推荐(0) 编辑
摘要: //+------------------------------------------------------------------+ //| guo.mq4 | //| Copyright 2015, MetaQuotes Sof... 阅读全文
posted @ 2016-05-14 22:45 Ali.Blacken 阅读(452) 评论(0) 推荐(0) 编辑
摘要: ///x 最后几单 double getLastProfit(int x) { HistorySelect(0,TimeCurrent()); double profit ; long ticket ; int count = 0 ; double lastProfit = 0.0 ; for(int i=HistoryDealsTotal()-1;i>=0;i--) { tic... 阅读全文
posted @ 2016-05-14 22:44 Ali.Blacken 阅读(951) 评论(0) 推荐(0) 编辑
摘要: 获取账户相关信息 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 printf("ACCOUNT_BALANCE = %G",AccountInfoDouble(ACCOUNT_BALANCE)); printf("ACC 阅读全文
posted @ 2016-05-14 22:44 Ali.Blacken 阅读(1150) 评论(0) 推荐(1) 编辑
摘要: 开始复盘: 1 导入前面数据 重新复盘: 1、打开行情管理器 2、关闭图表 3、删除tick和1分钟图 4、关闭行情管理器 5、开启。 阅读全文
posted @ 2016-05-14 22:43 Ali.Blacken 阅读(180) 评论(0) 推荐(1) 编辑
摘要: 下载或者在云盘里找lnmp1.2-full.tar.gz 用 tar -zxvf lnmp1.2-full.tar.gz解压 进入 ,运行./install.sh安装。根据提示。 如果出现yum锁定,可另外开一个 temital ,运行 rm -rf /var/run/yum.pid 发现:Chec 阅读全文
posted @ 2016-05-14 22:39 Ali.Blacken 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 如设置命令行级别方法: systemctl set-default multi-user.target 设置窗口级别方法: systemctl set-default graphical.target 阅读全文
posted @ 2016-05-14 22:38 Ali.Blacken 阅读(305) 评论(0) 推荐(0) 编辑
摘要: yum install flash-plugin 阅读全文
posted @ 2016-05-14 22:37 Ali.Blacken 阅读(101) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/dudu/archive/2012/12/12/linux-postfix-mailserver.html 阅读全文
posted @ 2016-05-14 22:37 Ali.Blacken 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页