登录
首页 » Others » MT4跟单软件发射和接收端

MT4跟单软件发射和接收端

于 2020-06-21 发布 文件大小:136KB
0 232
下载积分: 1 下载次数: 0

代码说明:

  本地MT4的EA跟单软件,一个发射端,一个接收端,可以设置比例,货币修正,风控等,目前是EX4的,大神看看能不能搞成MQ4。(Local MT4 EA documentary software, a transmitter, a receiver, can set the proportion, currency correction, wind control, etc., is currently EX4, God to see if we can achieve MQ4.)

文件列表:

MT4跟单软件发射端-EA.ex4, 10558 , 2018-12-13
MT4跟单软件接收端-EA.ex4, 131570 , 2019-04-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • uf2018-indicator
    建议参数调成10,我主要用这个指标配合MAcD和均线做恒指,效果挺好。(It is suggested that the parameter be adjusted to 10. I mainly use this index with MAcD and mean line as the constant finger. The effect is good.)
    2020-06-17 06:00:02下载
    积分:1
  • FXOxygen
    说明:  MT4 expert advisors 3
    2019-04-19 21:34:24下载
    积分:1
  • Grid Trader (2)
    MT4 Expert Advisor for auto trading
    2017-10-26 05:04:26下载
    积分:1
  • R
    说明:  金融时间序列分析上证指数的GARCH模型R语言代码,可用于研究股票的波动性和预测。(The GARCH model R language code of the Shanghai Stock Exchange Index for financial time series analysis can be used to study the volatility and prediction of stocks.)
    2020-06-30 11:40:02下载
    积分:1
  • dzh2
    大智慧dll 插件 ,内嵌 TCC 脚本,解压缩 dzh2.rar。 dll 和TCC 文件夹 放大智慧根目录 公式这么写,提供4个函数,FUN1 FUN2 FUN3 FUN4 ma5:"dzhdll@FUN1"(5),colorwhite; 脚本在TCC 文件夹下 Fun.cpp 里,创意在个人手中,想怎么写怎么写。不受限制了。 只需要修改FUN1 FUN2 FUN3 FUN4 ,四个函数实现就可以了,周期选择,自己弄,自己识别。 修改脚本需要关闭再启动大智慧主程序才有效。(Great wisdom DLL plug-in, embedded TCC script, decompress dzh2.rar. DLL and TCC folder enlarge smart root directory The formula is written to provide 4 functions, FUN1 FUN2 FUN3 FUN4. Ma5: "dzhdll@FUN1" (5), colorwhite; Script in TCC folder Fun.cpp, creativity in the hands of individuals, how to write how to write. There is no limit. Just modify the FUN1 FUN2 FUN3 FUN4, four functions can be implemented, cycle selection, self-identification. It is only effective to modify the script to turn off the main smart master program.)
    2018-09-20 14:42:08下载
    积分:1
  • 价格振幅指标
    计算20天平均价,高开低收价,一个单独的方框表示(Calculate the average price of 20 balances, raise the price lower and lower the price.)
    2020-06-21 00:00:02下载
    积分:1
  • 价格振幅指标
    说明:  计算20天平均价,高开低收价,一个单独的方框表示(Calculate the average price of 20 balances, raise the price lower and lower the price.)
    2020-06-21 00:00:02下载
    积分:1
  • 经验模态分解EMD模型
    经验模态分解(Empirical Mode Decomposition,简称EMD))方法被认为是2000年来以傅立叶变换为基础的线性和稳态频谱分析的一个重大突破?,该方法是依据数据自身的时间尺度特征来进行信号分解,无须预先设定任何基函数。 该方法的关键是经验模式分解,它能使复杂信号分解为有限个本征模函数(Intrinsic Mode Function,简称IMF),所分解出来的各IMF分量包含了原信号的不同时间尺度的局部特征信号。经验模态分解法能使非平稳数据进行平稳化处理,然后进行希尔伯特变换获得时频谱图,得到有物理意义的频率。(The Empirical Mode Decomposition (EMD) method is considered as a major breakthrough in the linear and steady state spectrum analysis based on Fu Liye transform in 2000. The method is based on the time scale characteristics of the data itself to decompose the signal without setting any base functions in advance. The key of this method is the empirical mode decomposition, which can decompose the complex signal into a limited eigenmode function (Intrinsic Mode Function, for short, IMF), and the decomposed IMF components include the local characteristic signals of the different time scales of the original signal. The empirical mode decomposition method can smooth the non-stationary data, and then obtain the time-frequency spectrum by Hilbert transform to get the physical meaning frequency.)
    2020-07-07 17:38:57下载
    积分:1
  • BankAccount
    说明:  定义一个类实现银行帐户的概念,包括的属性有"帐号"和"存款余额",包括的方法有"存款"、"取款"、"查询余额"和”显示帐号”,。定义主类,创建帐户类的对象,并完成相应操作。(Define a class that implements the concept of bank accounts, including the properties of the &quot Account&quot and &quot deposits&quot , including the method &quot deposit&quot , &quot withdrawal&quot , &quot check balance&quot and &quot show account&quot . Define the main class, create an account object of the class and complete the operation.)
    2021-04-05 19:19:03下载
    积分:1
  • 123
    模拟银行业务:(1) 银行每日的现金额固定,工作窗口个数固定(大于1),客户只能在工作窗口办理业务。 (2) 客户出现可以为随机,其办理的业务种类也随机。客户在到达银行时,总是最短的选择队伍排在最后面。 (3) 当客户取款时,如果帐户余额不足,则拒绝其取款;当银行现金额不足时,应请客户等待,银行现金额充足时通知客户,立即为其办理;当客户等待一定时间后现金仍然不足,或者客户主动查询N次之后,现金仍然不足,则会离开银行。 (4) 客户的存款应加入银行当日当前可用现金额。 (5) 动画实时显示银行办理业务的情况。可以启动、暂停、重新启动银行业务。 (6) 对于本程序,用户可以创建某一特定客户,使之进入银行办理业务,以便测试。 (Analog Banking: (1) bank fixed daily amount of cash, the number of fixed working window (greater than 1), customers can conduct business in the working window. (2) the customer may appear random, handled its business lines also random. When customers reach the bank, always choose the shortest team came in last. (3) when the customer withdrawals, if your account balance is insufficient, rejected its withdrawal when there is insufficient amount of cash banks should ask the customer to wait, notify the customer when sufficient amount of cash banks, immediately its handling when customers wait for a certain time after the cash after still insufficient, or the customer initiative inquiry N times, cash is still insufficient, it will leave the bank. (4) the customer' s date of deposit currently available amount of cash banks should join. (5) Real-time animation display case bank business. You can start, pause, restart banking. (6) For this program, the user can create a specific customer)
    2016-04-27 21:31:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载