搜索资源列表
waihuiyicixingpingcang
- 外汇一次性平仓,适合刷单过程中回本双击一次平仓,源代码-A one-time foreign exchange, suitable for the process of brushing the double-click to open a single, source code
7个ea程序打包
- 运行于MT4平台的自动交易程序,一次一单,回测效果不错,编程思路具有不错的启发性,值得学习。(Run the EA program on the MT4 platform.)
sdyj 综合EA 启发源码
- sdyj 综合EA 启发源码,这款作品是最新具有启发思想的一款作品。通常情况下马丁就是死赌一个行情。一次一单,只是如果错了,仓位就会稍微加重一些,这样曲线就会稳定向上。(sdyj integrated EA inspired source, this work is the latest inspiration of a work. Normally Martin is a bet on a market. One at a time, but if it is wrong, the posit
得救ea
- 这款EA仍旧是一次一单的类型,手数可以设置多种类型。周期越大越准,这款EA能用这么少的编码达到如此高的准确率。(This EA is still a single type at a time, the number of hands can be set to multiple types. The greater the cycle, the EA can use such a small number of coding to achieve such a high accuracy.)
OrderTimeAlert
- 该 EA 跟踪市价单的存在时间。 可设置过滤器: 通过 EA 的"魔幻" 数字或品种。 每笔订单只生成一次信号。 可应对终端重启。 可以在日志里打印消息。 可以选择声音文件的名字。文件必须保存在 <终端文件夹>/Sounds 文件夹并具有 .wav 扩展名。(The EA tracks the existence time of the market price list. The filter can be set: "magic"
earlyBird3
- 也是一款“小盈利、大止损”的剥头皮EA。默认设置中首先将交易时间作了多重过滤,可交易的机会减少了很多。与别的剥头皮EA不同的是,该EA一次在同样的位置开三单,lot相同,设置不同的止盈距离。默认的分别为10点、20点、30点;止损均为60点。这样一来,如果其中两单止盈,一单止损,损失并不算大。但如果三单都同时止损,还是痛得流血。整体上看不出有何概率上的优势。算法上用了RSI,同时还用了近16期柱子的平均高度来判断波幅。(It is also a "small profit, big s
跟单EA源文件
- 跟单软件 延迟较低 每一TICK扫描一次 更快速精准的跟踪订单(Documentary software delay is lower, each TICK scan once more quickly and accurately tracking orders.)
最新浮亏跟单
- 跟单软件 延迟较低 每一TICK扫描一次 更快速精准的跟踪订单 并且可以按照交易员所设定的数值 来开始跟踪订单(The single software delay is lower and each TICK scan is more quickly and accurately tracking orders and can start tracking orders according to the value set by the trader.)
三金叉共振趋势EA
- 三金叉共振趋势EA 一、 主图 原则:EXPMA (5,15参数必须可调)(1) K线站上EXPMA (5,15参数可调)金叉做多,涨幅回调M%平仓N %。K线下穿EXPMA (5,15参数可调)死叉全部平仓。 (2)K线下穿EXPMA (5,15参数可调) 死叉做空,跌幅回调M%平仓N %。K线站上EXPMA (5,15参数可调) 金叉全部平仓。 二、副图 1.MACD指标 (1)与主图指标共振 (2)副图MACD金叉后,柱子红色、值大于0,做多买入。 (3)副图MACD死叉
winnerfxpro v2
- 一次一单,带止盈止损,趋势EA,整体思路是在市场处于震荡行情时开单试验,市场处于震荡时会被多次打止损,当走出趋势后采用移动止损跟踪趋势,捕获大的收益去弥补震荡试单的损失。(One single time, with stop loss, trend EA, the overall idea is to open an order test when the market is in a volatile market. When the market is in a volatile marke
趋势EA源码
- 趋势ea源码,有一次一单,止盈止损,策略思路是根据几根均线的偏离值来做波段交易,思路很独特,值得学习