EA开发订单 - 自动交易/指标调试 - 已关闭
创建一个订单
100 - 300 USD
需要实现功能: 特定的两个品种报价差达到一个阈值之后开仓对应手数,其中品种可以设定,价差阈值可以设定,手数可以设定。同样,当价差达到一定阈值之后,将上述订单平仓。需要手动执行 例如: XTIUSD与XBRUSD的价差开仓,希望做的是价差缩小(XTIUSD开仓卖单,XBRUSD开仓买单),阈值设定的是5.00,执行手数是0.1. 那么当XTIUSD的卖价减去XBRUSD的买价大于5.00的时候XTIUSD开仓0.1手卖单,XBRUSD开仓0.1手买单。本次开仓终止。 设定平仓阈值为3.00,平仓手数为0.1。 那么当XTIUSD的买价-XBRUSD的卖价(当开仓是开的是卖单,那么开仓的价格是卖价,对应平仓时候价格就要看买价)小于3.00时候,平仓0.1手XTIUSD和XBRUSD。本次平仓终止。 以上为一个开仓平仓循环。本次循环结束后,没有手动指令,不的进行二次循环。 以上案例为一组,需要做六组,每组之间独立运行,互补干涉。
30+ USD
i have a sample EA or you can use MT4 sample EA Stop trading 15min. before news and return to work 15min. after the news: Stop trading 15min. before High impact News = true Stop trading 15min. before Medium impact News = true Show Max. Drawdown% and Amount in comment I prefer the deleveloper to use void coding so that i can copy it to any ea . if there is any doubt or question, please let me know
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
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
30+ USD
Please read my needs carefully before applying for cooperation! 1. I provide EA source code and EA. 2. The lot size mode scheme is required to be modified as follows: (similar to anti-Martingale) automatically identify the batch size of orders that have just been completed profitably. If the previous order simply disappears (is filled at a profit), → increase the lot amount. If the previous lot order still exists→
30+ USD
The EA sets the stop loss and take profit (not pips) directly with the dollar amount, requiring the EA to open a fully automated position based on the candlestick in order to trade BTCUSD and place an order in the same direction? This means that a candlestick appears every minute, and if it rises, the buy order is automatically opened; If it falls, it will automatically open a sell order (regardless of profit or
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
一个用于MT5,隔固定点数跟随市场走势下单的EA(要兼容 IC MARKTS ) (个人工作)
35+ USD
1.此EA用与ICMARKTS MT5软件 EA运行: * 在EA检测到账户上我开单之后 (注释:不管是多单还是空单,只要有开单EA就启动) * EA将追随当前K线行动轨迹下单 * EA会检测我开单手数朝K线走的方向隔固定点数开单 (注释:手数和我开单手数一致), (注释:比如说我开一个0.02的空单,EA检测到K线朝下方走了固定点数,EA就开一个同样的0.02空单,如果此时K线又走回来固定点数,EA就会补上一个0.02多单,),反正就是不停隔着固定点数跟着K线下空单或者多单,追随K线下单 * EA可以对冲 2. EA在检测到整个账户总体浮盈到一定金额 (注释:整体浮盈金额可以设置) ,就强平所有 (注释:不管是EA下的单还是我下的单,清空我的所有单)
一个用于MT5,隔固定点数跟随市场走势下单的EA(要兼容 IC MARKTS ) (个人工作)
一个简单的挂单和平仓的辅助EA (个人工作)
30+ USD
需要一个简单的挂单和平仓辅助EA 描述: 1. EA要有幻数(挂单和平仓不可以影响到交易账户里的其他品种交易) 2. EA可以检测到我附加货币对图表的任何时间段下的第一个交易,并且给他挂上幻数 3,当检测到第一个空单交易(A)时,EA隔着X点(多少点可以设置)挂10个空单挂单,并且添加幻数(逆势单,每一个空单可以自由设置多少手数) 4. 当检测到第一个多单交易(B)时,EA隔着X点(多少点可以设置)挂10个多单挂单,并且添加幻数(逆势单,每一个多单可以自由设置多少手数) 5,只能有一组挂单在运行 6,当我关闭第一个空单交易(A)时,平仓所有当前货币对有着相同幻数的交易,并且删除未触发的空单挂单 7. 当我关闭第一个多单交易(B)时,平仓所有当前货币对有着相同幻数的交易,并且删除未触发的多单挂单 8. 所有挂单我可以自由设置交易手数 9.我可以自由设置每一个挂单的间隔点数 10.EA不主动开单交易,只有在检测到我开单之后,开始挂单
300+ USD
程序构思: 1 、在 1 小时/4小时/一天时间框架下(可选),利用MA6与 MA60 移动均线金叉&死叉作为自动买卖点; 2 、当 MA6 上穿 MA60 均线做多(并平空头仓位)、当 MA6下穿Ma60 均线做空(并平多头仓位); 3、针对第二点入场策略进行优化,避免频繁触发交易; 4 、每个品种自动买卖入场手数固定并可以实时设置; 5 、自动交易模式下可以手动平仓、加仓、减仓;。 6、可以在mt5上选择外汇、期货、期权多个品种同时自动交易 ;。 7、可以设置每天亏损金额达到设定上限后自动停止交易;
30+ USD
这个EA交易会在相反方向上设置增加手数的止损挂单。 参数: Stop Loss, in pips (1.00045-1.00055=1 pips) Take Profit , in pips (1.00045-1.00055=1 pips) Trailing Stop (min distance from price to Stop Loss), in pips Trailing Step , in pips (1.00045-1.00055=1 pips) Money management : Lot OR Risk (only for first positions) - 对于第一个仓位的手数计算方法:固定手数或者是相对存款的风险百分比 "Money management" 的值 //--- 交易逻辑 Step , in pips (1.00045-1.00055=1 pips) - 止损挂单的订单步长 Lot