指标开发订单 - 自动交易/指标调试 - 已关闭

创建一个订单

分类

受欢迎的技能

所有 外汇 自动交易/指标调试 策略优化 统计和数学 C++ 策略模块
12
所有语言已完成的工作2929
排序方式:
30 - 50 USD
网址https://www.mql5.com/zh/code/7632 V2版 下下来后 我不懂英文 不会调节参数 调用我的指标怎么调节都是开仓后 不平仓 而且很卡 EA 流畅适用于所有货币 周期 M1--H4 当一个箭头出现 开单 到达另一个箭头出现先平单然后在开单 开单方向根据箭头指是 向下箭头开空 向上开多 除第一单 开始后 都是 先平后开 指标的名字 指标的参数 用间隔符 / 指标的颜色 0 0 默认是零代表的是颜色箭头排序 (假如颜色有5种 箭头颜色排在3 4 那么就填 3 4 开单 手数 默认0.01 开单倍数 止损 止盈 显示账户基本信息到图表 开单时间 结束时间
Need a EA with new indicator (个人工作)
30+ USD
some model , i want to use new indicator to create a EA. Indicator : K bar Close price and MAXX difference EA trade in / out rule 1. OPEN ORDER : indicator value continuous negative or positive XX points data and last value bigger than XX . example : indicator value continuous negative 3 points data and last value bigger than -300 . -100( 1st point ) , -150 ( 2nd point ) , -300 ( continuous negative 3
1 申请
30+ USD
希望开发一套基于15分钟周期的INFINITY Trend Line FREE指标拐点的EA系统,止盈止损各200点,,一手止盈止损各200美金。底仓默认0.01手。详情加QQ:2043046039了解。
30+ USD
第一个: VAR1:=(CLOSE+LOW+HIGH)/3; VAR2:=SUM(((VAR1-REF(LOW,1))-(HIGH-VAR1))*VOL/100000/(HIGH-LOW),0); VAR3:=EMA(VAR2,1); S:VAR3; M:MA(VAR3,12); L:MA(VAR3,26); 第二个: LC :=REF(CLOSE,1); RSI2:=SMA(MAX(CLOSE-LC,0),12,1)/SMA(ABS(CLOSE-LC),12,1)*100; RSI3:=SMA(MAX(CLOSE-LC,0),18,1)/SMA(ABS(CLOSE-LC),18,1)*100; S:MA(3*RSI2-2*SMA(MAX(CLOSE-LC,0),16,1)/SMA(ABS(CLOSE-LC),16,1)*100,3); M:EMA(MMS,8);
3 申请
(1) MQL4 指标 自动交易/指标调试
30+ USD
现在有两个以前常用的指标,因是MT4的,在MT5中无法使用,现在需要帮忙转换一下。谢谢!
2 申请
30 - 60 USD
I have an EA that can execute MT4, with the suffix:. ex4. Please translate it into a source file and request 100% restoration. After that, add the expiration date and the parameter column in Chinese。 我有一个可执行MT4的EA,后缀是:.ex4,请翻译为源文件,要求100%还原,之后添加使用有效期,参数栏等用中文表示
30+ USD
Here is the indicator: https://www.mql5.com/en/code/22769 Make the indicator alert "Bear" by sound when the line color changes from blue to yellow , alert "Bull" when the line color changes from yellow to blue. As in the image below
4 申请
30+ USD
基于两个到三个趋势指标一次一单,根据本金的多少把本金分成10份,一次一份也就是每次开仓就是一份本金,随着本金的增多一份的本金也跟着增多。 注意,不是马丁网格,根据趋势指标一次一单(也就是一份本金),每单都要有止盈止损
30 - 100 USD
半自动ea, 自定义范围,当触碰时开启ea,ea在不同时间框识别入场
5 申请
30+ USD
我需要一个下单工具,手机和电脑端都能用,电脑端是嘉盛mt5,具备三个功能:浮亏到一定的条件挂止盈单减小损失、浮盈到一定点数在成本价挂止损单保本、利用浮盈的单子无风险加仓;这个工具应该是一个页面的形态,能够显示要求的数据以及设定条件参数,并且能够在这个页面上下单; 情况:有多个品种要交易,包括全球股票指数、外汇及大宗商品,会同时开多个窗口,希望交易某个品种的时候能够弹出一个下单页面,页面有上述三个功能,要有开仓按钮以及加仓按钮;详细说明看附件三张图片,按照顺序看很清楚
30+ USD
Hello brothers! I am going to place an order on the MQL5 website, I hope to cooperate with you, that is, modify the last EA, the details are as follows, 1. Replace the unique identifier 20252311 with 142857. 2. Changed the EA name and version number to KGRSJYM 1.68. 3. Modify the panel display to the lower right corner of the chart (1. Change the panel background to transparent.) 2. Change the total profit to 36 font
2 申请
38+ USD
黄金4小时通过图片所示指标的交叉点,来实现多空交替转化
JET ea (个人工作)
40+ USD
Modify ea parameter Settings
1 申请
Convert a pine script/trading view indicator to a MT4 and MT5 indicator (个人工作)
40+ USD
Hi there, I would like to convert a pine script/trading view indicator to a MT4 and MT5 indicator (.mq4 ,mq5 file, source code available) Not just for this work, but for future works, this indicator may need be converted to MT5 if the indicator is perfectly done! The code must be bug-free The trading signals should exactly match those triggered by the pine script indicator The available user settings should match the
50 - 80 USD
价格在VPO指标之上,RSI和Sto同时处于金叉状态做多;价格在VPO指标之下, RSI和Sto同时处于死叉状态做空。 1、RSI 和 Sto 两个指标必须同时满足金叉 / 死叉状态 2、 RSI 和 Sto 指标在金叉 / 死叉前,必须经历一次死叉 / 金叉的状态 3 、 K 线必须是两个指标同时满足要求的第一根 4 、小级别必须服从大级别,以 1 小时级别为例, 1 小时级别和 4 小时级别 VPO 指标不同向,当 1 小时级别收线价格距离 4 小时 VPO 空间不足 500 微点的情况下,不进场 5 、 1 小时级别 K 线实体大于 600 微点,回撤 50% 位置进场,止损统一设置在 K 线顶 / 底顺延 100 微点, K 线实体大于 1000 微点,符合所有逻辑也不追单 6、 盈亏比始终大于等于 1 7、 当价格达到第一止盈位减半仓,提保本损看第二止盈位,或者直接平仓(参数开关供交易者修改) 8、
Update last version Expert Advisor base on three pair ATR indicators for long and short (个人工作)
50+ USD
First pair 60MA period & 60MA period First band multiplier 1.2 Second pair 20MA period & 20MA period Second band multiplier 3.5 Third pair 30MA period & 30MA period Third band multiplier 4 Update on this version. Long Draw a "Up Arrow" when the price bar is rise and close above the "Upper band 1". (Up Arrow drawn on the high of the bar multiplier "1.001") Draw a "Up Arrow Exit Mark" when the price is "Touch" the
50 - 80 USD
当K线对应的MACD在0轴下时,利用布林带在上轨卖出; 当K线对应的MACD在0轴上时,利用布林带在下轨买入。具体请评论。
5 申请
50 - 100 USD
根据我指标发出的多空信号自动多空交易。 多空的时候自动开多单。 开空单。 品种:外汇/黄金 TIME 30 min 开仓,全自动指标开仓。 1.此EA用与 MT5软件 要添加幻数 EA运行: 可自由设置加仓手数和减仓手数可设置固定点数 开单条件:价格上穿 RSI 70 开空单,下穿 RIS 30 开多单 SL条件 : 500 point TP条件 : 空单价格下穿 stochastic 20 多单价格上穿 stochastic 80
4 申请
EA modification (个人工作)
50+ USD
Technical Requirement Specification Expert Advisor based on EMA & MACD -- MBT EMA: 5EMA & 15EMA MACD: 12/26/9 The idea of the trading system is as follows: MAX. 2 opened position available in EA trading, when one of them is BUY, the other one must be SELL. [THIS NEED AN OPTION for 1 or 2 on setting page] Specified period: 5M / 15M / 1H, SPECIALLY FOR 15M Positions are OPENED at the market price when 5EMA crossed
1 申请
60+ USD
Conversion of MT4 index to MT5 index(MT4 指标转化到 MT5 指标)
12