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%
空闲
相似订单
Hello, good day to you Developers, I am looking for someone that can deliver on a project with the following requirements: The job I am about to give out will involve "Tradingview" and "Metatrader 5" Tradingview: for analysis, as the Strategy uses one second charts/candles, Metatrader 5: for executing and managing the trades. For this EA to work well for the project's aims, SPEED of execution is of upmost
Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
Hi, I need a simple MT5 EA. Based on my simple trading strategy I'm going to discuss with you If you have experience in this kindly bid for this project Thanks
An Expert KBFX 30+ USD
Fill orders first execution and real time trading, my strategy is that wait for clean confirmation before entering the market and fill orders for a snappier entrance,then execute trade after making profit on the position
I am looking for a professionally developed Buy Stop / Sell Stop EA specifically for XAUUSD scalping that has already proven to be profitable in the live market (real account), not just backtests or demo results . Requirements: • Strategy: Buy Stop / Sell Stop pending order–based scalping • Instrument: XAUUSD (Gold) • Performance: Verified live profitability with consistent results • Risk Management: Strong risk
Project Overview I am looking to acquire high-quality, algorithmic trading strategies or specialized strategy testers developed in MQL5 . My primary focus is on the underlying logic and code architecture rather than historical performance (Track Record/Myfxbook). I require full ownership of the source code (.mq5) for further research, optimization, and scaling. Requirements & Scope I am interested in systems that
MosesRobot 100+ USD
"I am looking for an expert developer to build a custom Forex Expert Advisor based on my specific strategy. Requirements: Full Source Code (.mq5) must be delivered. I retain 100% Intellectual Property and ownership of the bot. Must include a Risk Management module (Fixed Lot or % of balance). Must include a Trailing Stop and Break-even feature. Bot must be compatible with the MT5 Strategy Tester for 99% quality
I am searching for a fully developed and already profitable Expert Advisor focused on XAUUSD scalping. I am not looking for a custom build or experimental system. The EA must already be trading successfully on a real live account. What I am looking for: • At least 6 months of verified live results • Daily drawdown controlled within 10% • Around 13% or more average monthly return • Clean risk management approach with
// @version= 5 indicator ( "Gold Plus" , overlay = true , max_labels_count = 500 ) // ===== COLORS ===== buyColor = #00ff00 sellColor = #ff0000 smartBuy = #0099ff smartSell = #ff9900 // ===== INPUTS ===== sigsensiviti = input.float ( 2.5 , "Sensitivity" , group = "Main Settings" ) signaltype = input.string ( "All Signals" , "Signals" , [ "All Signals" , "Smart Signals" ] , group = "Main Settings" ) factor = 11
I need a custom MT5 trade copier that can copy trades from one master account to 10 slave accounts in real time. Some slave accounts may share the same broker, while others will be on different brokers. Requirements: Copy all trades from the master account to slave accounts: Entries Stop Loss (SL) Take Profit (TP) Trade modifications Trade closing Handle multiple currency pairs simultaneously. Risk management: Option

项目信息

预算