随笔分类 - MQL/MC
摘要:string tic = Time[1]; string s = "fk"; ObjectCreate(tic,OBJ_TEXT,0,Time[1],Low[1]); ObjectSet(tic+"", OBJPROP_TIMEFRAMES, OBJ_ALL_PERIODS); ObjectSetText(...
阅读全文
摘要:CInternetSession m_winet(NULL,1,INTERNET_OPEN_TYPE_DIRECT,NULL,NULL,0); CHttpConnection *pConnection; CHttpFile *pFile; pConnection = m_winet.GetHttpConnection(L"www.9hlh.com"); CString strH...
阅读全文
摘要:int x =1 ; int start() { //---- ObjectCreate("eurusd", OBJ_LABEL, 0, 0, 0); string str = "<"; string show ; for(int i=0;i<x;i++){ show = show+s...
阅读全文
摘要:using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; using ATCenterProxy.interop; namespace PowerLanguage.Strategy { p
阅读全文
摘要:using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; using ATCenterProxy.interop; namespace PowerLanguage.Strategy { p
阅读全文
摘要:using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; using ATCenterProxy.interop; namespace PowerLanguage.Strategy { [IOGMode(IOGMode.Enabled)] public class ...
阅读全文
摘要:using System; using System.Drawing; using PowerLanguage.Function; using System.Collections; namespace PowerLanguage.Indicator { //[SameAsSymbol(true)] public class Mov_Avg_1_Line : Indicato...
阅读全文
摘要:备份 C:\ProgramData\TS Support\MultiCharts .NET\StudyServer\Techniques\CS pledit 无法打开 解决方法 regedit hkey_current_user\software 下面删除 ts support 文件夹 直接使用 V
阅读全文
摘要:using System; using System.Drawing; using System.Linq; using System.Collections; namespace PowerLanguage { namespace Function { public class OtherFrame { D...
阅读全文
摘要:using System; using System.Drawing; using System.Linq; using System.Collections; namespace PowerLanguage { namespace Function { public class MyAvg { public sta...
阅读全文
摘要://+------------------------------------------------------------------+ //| guo.mq4 | //| Copyright 2015, MetaQuotes Sof...
阅读全文
摘要:///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...
阅读全文
摘要:获取账户相关信息 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
阅读全文
摘要:开始复盘: 1 导入前面数据 重新复盘: 1、打开行情管理器 2、关闭图表 3、删除tick和1分钟图 4、关闭行情管理器 5、开启。
阅读全文