脚本开发订单 - 已过时
创建一个订单
30+ USD
the ea is copier, I want add a function is reverse copier. How to control? My computer open two MT4. Two MT4 is master and slave. Slave copy master trading order. part1: the EA copy times is 2 second above, I want copy time is 1 second. part2: Add a usage deadline in the code, for example, the expiration date is 2022/12/31. part3: Because the prefix and suffix cannot be copied, for example, EURUSD.a cannot copy to
10 - 50 USD
訂制以圖中指標開倉加倉與平倉的自動交易程序 圖中的指標會在平台每天結算後 自動設定上方三從阻力和下方三從支持及中間的分界線 一.依據當日系統的阻力123和支持123入市 1.每次觸及只會一次下單,除非止賺後,在次觸及阻力或支持才會在次下單 2.如果在第一天觸及的阻力或支持在下單後,第二天更新的阻力或支持也不會在次觸及新的交易,除非系統斬倉或止賺後才會在次觸及下新的交易 (例如第一天的阻力123分別為1200 1205 1210 而現價在1206 所以前面二從阻力也開倉了 , 而第二天更新了新的阻力123分別為1203-1207-1211,而現價在1207 系統也不會在次入單,原因是因為上一天的阻力2未平倉止賺,所以即使到達今天新的阻力2,系統也不會入市,除非去到阻力3,因為第一天阻力3的位置沒有去到過,所以當第二天去到時就會觸及新的交易) 二.如果當天止損後,系統將不會在下單,直至系統第二天更新新的阻力及支持才會重新運行
High-frequency trading and earnings of EA. (个人工作)
Left feedback to customer for job (Job4) I need a senior developer who has accepted at least 300 jobs in the past. 我需要一個資深的開發者,過去最少接受了300份工作以上. (个人工作)
136+ USD
1. Non_Hedge_Mode只是開啟訂單方式不同,其他不受任何改變,包括但不限於關閉訂單的最終結果止盈點數,RZ訂單都不受改變. 2. Interval = False 表示只有1組, Interval = True表示有2組或以上, Non_Hedge_Model都適用於Interval和 3D_interval , 對認相同組數的對等層數的訂單互相對消 3. E A 執行次序一定要先開啟完所有訂單 ,之後才 關閉訂單,原因是在價格極大波動時 ,EA能夠盡量爭取時間在 準確位置開啟訂單 . 4. 黃色格表示新開啟訂單或新關閉訂單 5. 參數是每層隔100點,陪數乘2 參數名稱 參數值 3D_interval ATR/Distance/False 3D interval_distance 500 由淺入深說明什麼叫3D_interval 1. 首先說明EA已經有的功能,假設值IntervalDirection =
50 - 500 USD
平台**: MetaTrader 5 (MT5) - **交易品种**: 伦敦金 (XAUUSD) - **时间框架**: 15分钟 (M15) 和 1小时 (H1) - **EA 类型**: 半自动/全自动交易 --- ## **2. 核心交易逻辑** ### **2.1 入场条件(多单/空单)** - **多单(Buy)条件**(需同时满足): 1. **MACD 金叉**(DIFF 上穿 DEA)。 2. **RSI(14) > 50 且向上突破**(避免超买区 >70)。 3. **价格突破 20 日均线**(MA20)。 - **空单(Sell)条件**(需同时满足): 1. **MACD 死叉**(DIFF 下穿 DEA)。 2. **RSI(14) < 50 且向下跌破**(避免超卖区 <30)。 3. **价格跌破 20 日均线**(MA20)。 ### **2.2 出场条件** -
100 - 200 USD
I need a MT4 with EA Specific requirements ; 1 , when experts server under an order , transmitted through the network to the documentary customer receiving end , network transmission function completely P2P point to point , do not require a network station , the customer received an order , immediately issued the same instructions for the foreign exchange brokerage business , then the return signal exchange broker
Rewrite and add some features in the EA (个人工作)
70+ USD
Rewrite and add some features in the EA with following conditions. 1. Take profit formula may remain the same. 2. order type (buy order and sell order) and entry prices should be strictly according to the input. 3. Lot sizes also, should follow the input (example given in images). 4. Orders should not re-execute on any case. 5. EA can operate independently without being affected by any other transaction. 6. Money
100 - 300 USD
一、在MT4平台读取: MT4开单或者平单后,获取开、平仓信号、手数、单号等信号 二、将此信号转换成键盘快捷键信号。 三、要求稳定可靠,不漏单,不加单,严格按照MT4开平仓信号执行键盘信号出来。
5 申请
10 - 200 USD
适用于MT4平台下所有与TradePlugin兼容的交易系统 如:龙汇、海星、GQFX、BANCORP等等 程序可以根据客户EA预测结果自动下单,速度极快,并且无需人工看盘 全自动策略下单,可追单,可按照指标下单,可以按照盈亏下单,可以多货币兑同时下单,可以下任意时间周期,只要平台不限制的功能,都可以做到全自动下单。
0 申请
30 - 200 USD
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © allanster //@version=4 study("Gridimus Maximus", shorttitle = 'Gridimus Maximus', overlay = true) step_By = input('Steps by Pivot', title = 'Type of Increment', options = ['Steps by Pivot', 'Steps by Percent', 'Steps by Price']) stepNmb = input(defval = 5, title = 'Number Of Steps'
50 - 200 USD
编程一个EA,可以在同一台电脑上不同的MT4软件上同时运行且不互相干扰。EA策略就是根据当前最新报价可以自动下单,单向操作或者双向对冲关联操作均可以执行,可以按照相关参数设置自动控制下单多空方向及下单数量及每一订单根据当前价格可以自行设置止损点及移动止损以及对之前的止损和移动止损做出撤销等。EA要有面板和对话框功能,可以在里面设置相关参数包括交易品选择(当前图,其他外汇货币对,股票,黄金等),单向下单或者双向对冲关联下单,下单手数,订单止损及移动止损,和其他基本的订单和平台相关的参数设定如:账户余额,保证金比例,经纪商对持仓订单的要求限制级是否对冲以及单手最大下单量等等。