PRABU

专家

工作已完成

执行时间12 天

指定

If anybody can code this EA which can run in MT4 platform, will be greatly appreciated. Please quote, how much you charge for this coding.

 

External Selections:

 

Currency Pair:

Lot:

Time Frame:

Moving Average: SMA / EMA / WMA

Distance from MVG (in PIPS):

Buy & Sell:

 

Strategy Overview:

 

EA should accommodate any currency pair, any lot size, any time frame (even from 1 minute TF) and Buy and Sell as per the external selection. Trailing stop (TS) is based on the Distance from MVG. (All in PIPS)

 

EA Conditions:

  1. Only one currency pair should be allowed to trade as per the selection.
  2. Only one position at a time. E.g Buy or Sell.
  3. Trailing stop and Reverse Order should be at the same rate always. That means, if Trailing stop triggers, simultaneously Reverse entry order should also be triggered. Again Reverse order should have Trailing stop order. It should be a continuous process.
  4. Trailing Stop orders should be placed separately as some of the Brokers don’t allow Trailing stop orders to be placed together either with a buy or sell order.

 E.g. Simple Moving Average (SMA) is 100 and Time Frame (chart) 1 Hour for EURUSD pair.  SMA Price is 1.4250 and the Distance from MVG (external Value) is 10 (PIPS).

 

  1. EA should confirm first that there is no open position.

2.   EA should place a

BUY order at 1.4260 (1.4250 + 0.0010) and immediately place Trailing Stop (TS) order (SELL) at 1.4240 (1.4250 – 0.0010) and a

SELL order at 1.4240 (1.4250 - 0.0010) and immediately place Trailing Stop (TS) order (BUY) at 1.4260 (1.4250 + 0.0010).

 

3    If BUY order gets triggered, Trailing stop order and Reverse order should always be based on the SMA Price. E.g If the SMA rate gets changed to 1.4275 by next 1 hour, TS (SELL) should be (1.4275 - 0.0010) = 1.4265 and SELL order should be (1.4275 – 0.0010) = 1.4265 and its Trailing Stop (BUY) should be (1.4275 + 0.0010) = 1.4285.

 

4. If the first BUY order TS triggered and position closed, simultaneously SELL order also gets triggered and SELL position opens with a TS.  EA should open a BUY order, as the previous BUY order gets closed. Like this, EA should continuously open orders. (That means, always there should be an open position with a TS and a reverse order with a TS.)

 

5.  A very important point is that the Trailing Stop which is initially placed should always move in favour, even if SMA moves in the opposite direction. That means, if SMA is 1.4250, the BUY order triggered at 1.4260 (1.4250 + 0.0010)  and TS is 1.4240  (1.4250 – 0.0010), after opening the position SMA moves to 1.4245, actual TS is 1.4235 (1.4245 – 0.0010), this should NOT be allowed as it increases the loss from 20 pips to 25 pips. Maximum Stop Loss should always be 20 pips, in this case. TS should always move in favour not in opposite direction. Reverse order should also have the same logic as TS and Reverse order rates are always the same.

 

 If there is any clarification, please contact my email: sprabusap@yahoo.com.sg

 

 

反馈

1
开发者 1
等级
(473)
项目
1139
44%
仲裁
51
31% / 33%
逾期
501
44%
空闲
2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
发布者: 5 代码
3
开发者 3
等级
(73)
项目
257
53%
仲裁
16
50% / 38%
逾期
83
32%
空闲
4
开发者 4
等级
(82)
项目
150
29%
仲裁
9
44% / 11%
逾期
46
31%
空闲
相似订单
EA Development Request I need an EA with this logic: Detect channels / wedges / triangles Entry: Reversal at channel edge + engulfing candle Breakout of pattern Timeframe: M5 / M15 / M30 (scalping) SL/TP: Fibonacci or fixed pips (settings) Filters: Trend (H1/H4) Spread Time filter Settings: Lot size / risk % Enable/disable modes Max trades Requirements: Must work on XAUUSD No repaint Fast execution Send your proposal
I need a smart and profitable DCA or Martingale robot that can trade from 10,000 to 1 million cents with good profit. Please send me an ex5 demo so I can test it. It needs to be compatible with 2-digit or 3-digit brokers by default. Source code will be provided upon completion
Specification I need a mt5 Expert advisor EA to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1 % on forex pairs and up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
The Expert Advisor (EA) must work with any custom indicator that provides Buy and Sell signals through buffers. The EA should read signals from the indicator and execute trades according to the defined rules. The EA must be universal and able to work with different indicators as long as they provide signal buffers. I will share the rest of the details with you shortly
I have an existing TradingView Pine Script. I will provide the Pine Script source code after agreement. Goal: Convert the logic into MT5 (MQL5) and build an EA. Phase 1: Create MT5 indicator that matches TradingView signals (M15 only) Phase 2: Build EA with strict execution rules: max 4 trades total one trade per symbol gold lot limit (max 0.02 total) reversal logic (close then open opposite) no re-entry after manual
Requirements 1.Robot for Entry and Exit rules as per my indicators. 2.Back testing which can work on all time frames. 3.A system which i can modify later on as well according to my studies
I have been working on an EA that is based on Ichimoku cloud and SMC internal blocks for stop loss. ENTRY BUGS: 1. I have entries issues with the chenkou and price action. It is entering trades when chenkou is poking through the kumo. This shouldn't happen. There should be a candle close with chenkou above kumo or below. 2. Another entry issue with other criteria for tenkan and price action also these entries are
MT5 Dual-Account Hedge Synchronization EA I need an Expert Advisor for MetaTrader 5 that runs on two trading accounts (same broker, same VPS). The EA must work in a bidirectional way (both accounts run the same EA). Core Functionality: - Detect when a trade is closed using OnTradeTransaction() - Capture: symbol, closed volume, account ID, timestamp - Send this data to the other account via a shared local file On
Labouchere System has many series and blank series and can transfer the Units to any other Series when needed . The coders who really knows this cancellation sytem can apply. No indicator or chart issues , but it has many mathematical functions and calculations
Hello, I need a clear, professional, and strictly rule-based MT5 Expert Advisor. Please follow the specification below exactly as written, without adding extra logic, extra indicators, or personal modifications unless I ask for them later. The goal is to build a universal EA that can work with any custom indicator that provides signals through buffers. PROJECT TITLE Universal Indicator EA for MT5 1) GENERAL IDEA The

项目信息

预算