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

创建一个订单

分类

受欢迎的技能

所有 外汇 自动交易/指标调试 策略优化 统计和数学 C++ 策略模块
所有语言已完成的工作2146
排序方式:
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 申请
50 - 100 USD
根据我指标发出的多空信号自动多空交易。 多空的时候自动开多单。 开空单。 品种:外汇/黄金 TIME 30 min 开仓,全自动指标开仓。 1.此EA用与 MT5软件 要添加幻数 EA运行: 可自由设置加仓手数和减仓手数可设置固定点数 开单条件:价格上穿 RSI 70 开空单,下穿 RIS 30 开多单 SL条件 : 500 point TP条件 : 空单价格下穿 stochastic 20 多单价格上穿 stochastic 80
4 申请
50 - 80 USD
当K线对应的MACD在0轴下时,利用布林带在上轨卖出; 当K线对应的MACD在0轴上时,利用布林带在下轨买入。具体请评论。
5 申请
30+ USD
基于两个到三个趋势指标一次一单,根据本金的多少把本金分成10份,一次一份也就是每次开仓就是一份本金,随着本金的增多一份的本金也跟着增多。 注意,不是马丁网格,根据趋势指标一次一单(也就是一份本金),每单都要有止盈止损
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 申请
(2) MQL5 指标 专家 自动交易/指标调试
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%还原,之后添加使用有效期,参数栏等用中文表示
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
1 申请
(17) MQL5 指标 外汇 自动交易/指标调试 策略优化 自定义图形
JET ea (个人工作)
40+ USD
Modify ea parameter Settings
1 申请
30+ USD
现在有两个以前常用的指标,因是MT4的,在MT5中无法使用,现在需要帮忙转换一下。谢谢!
2 申请
EA面板更改,客户端使用时间限制,定制使用者 (个人工作)
300+ USD
"create an Expert Advisor like this one: https://www.mql5.com/en/market/product/75267 ", Download the 'Line Regression' Trading Robot (Expert Advisor) for MetaTrader 4 in MetaTrader MarketChange the panel in the specified EA, increase the use time limit of the client, customize the user, etc. Please talk about it in detail
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
1 申请
(3) MQL5 指标 专家 自定义图形 期货 自动交易/指标调试 策略优化 外汇
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、
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 指标 自动交易/指标调试
200 - 300 USD
要求:画出笔,线段 中枢 大级别线段,标注中枢序号 标注买卖点 做出一个面板(可以影藏)
30+ USD
希望开发一套基于15分钟周期的INFINITY Trend Line FREE指标拐点的EA系统,止盈止损各200点,,一手止盈止损各200美金。底仓默认0.01手。详情加QQ:2043046039了解。
MA
100+ USD
建仓条件及方法: 顺势建仓法 1. 首单:以选择的Mx移动平均线 高点回撤和 依据 zigzag高点为准下调 回撤达到 ( 30点 ) 第二是在获利的情况下且在间隔30点下,依次类推最高可下到第九单(可调) 止盈条件:第三单以上末单尾随止盈法50-30-10, Mx移动平均线 低点点回撤和 依据 zigzag高点为准上调 回撤达到 ( 30点 ), 达到条件则止盈,成交第四单后,则第四单执行尾随,类推,达条件则全部结束订单。
3 申请
60+ USD
Conversion of MT4 index to MT5 index(MT4 指标转化到 MT5 指标)
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 - 50 USD
网址https://www.mql5.com/zh/code/7632 V2版 下下来后 我不懂英文 不会调节参数 调用我的指标怎么调节都是开仓后 不平仓 而且很卡 EA 流畅适用于所有货币 周期 M1--H4 当一个箭头出现 开单 到达另一个箭头出现先平单然后在开单 开单方向根据箭头指是 向下箭头开空 向上开多 除第一单 开始后 都是 先平后开 指标的名字 指标的参数 用间隔符 / 指标的颜色 0 0 默认是零代表的是颜色箭头排序 (假如颜色有5种 箭头颜色排在3 4 那么就填 3 4 开单 手数 默认0.01 开单倍数 止损 止盈 显示账户基本信息到图表 开单时间 结束时间