Create an Expert Advisor based on existing Indicator

MQL4 Experts

Job finished

Execution time 30 days

Specification

Please see indicator to base the Expert on attached.


Entry:


1. Enter a market buy order if the next candle breaks above the trigger candle

2. Enter a market sell order if the next candle breaks below trigger candle

Only one entry for each trigger candle (i.e. if a buy is triggered, do not enter sell / if sell is triggered, do not enter buy)


3. Stop loss is the lowest price (for buys) or highest price (for sells) of the trigger candle


4. TP is a multiplier of the SL size (e.g. if '1' then the TP is same size as the SL, if 0.5 TP is half size of SL) 

-Important: if there is an entry or SL buffer (see below) please add these to the TP size 


5. Multiple trades can run at the same time


Include options for:

1. Lot size per trade by two options:

a) Lot size (allow 2 decimal places)

b) Risk % (Risk % of equity based on the initial SL size (i.e. size of trigger candle) Allowing for 1 decimal place (X.X%)


2. SL buffer (extra room to add SL)

a) in points (default 0)

b) as a percentage size of the trigger candle (default 0)


3. Entry buffer (extra room to add entry before buy or sell trade)

a) in points (default 0)

b) as a percentage size of the trigger candle (default 0)


4. Move SL to break-even option

a) After 'x' pips

b) After 'X' ratio of SL size (e.g. 0.5 means after position moves by half trigger candle length- move SL to BE)


5. Trailing stop (activated as soon as trade is entered)

a) Turn TP on/off

b) Trail by 'x' pips step

c) Trail by 'X' ratio of SL size


6. Max spread settings (default 50 points) - only allow entry to be taken if spread is lower than this


7. Time period (00:00 to 00:00) for no trading

Files:

JPG
Eg1.jpg
20.2 Kb

Responded

1
Developer 1
Rating
(21)
Projects
20
10%
Arbitration
2
50% / 50%
Overdue
0
Working
2
Developer 2
Rating
(2)
Projects
5
0%
Arbitration
1
0% / 0%
Overdue
1
20%
Working
3
Developer 3
Rating
(316)
Projects
400
21%
Arbitration
44
61% / 23%
Overdue
46
12%
Working
4
Developer 4
Rating
(27)
Projects
34
15%
Arbitration
6
33% / 50%
Overdue
5
15%
Working
5
Developer 5
Rating
(248)
Projects
444
34%
Arbitration
56
36% / 38%
Overdue
163
37%
Loaded
6
Developer 6
Rating
(7)
Projects
12
42%
Arbitration
1
0% / 100%
Overdue
2
17%
Free
7
Developer 7
Rating
(177)
Projects
243
21%
Arbitration
17
65% / 18%
Overdue
1
0%
Working
8
Developer 8
Rating
(58)
Projects
83
14%
Arbitration
3
33% / 33%
Overdue
7
8%
Loaded
9
Developer 9
Rating
(103)
Projects
130
44%
Arbitration
7
43% / 43%
Overdue
7
5%
Free
10
Developer 10
Rating
(63)
Projects
194
73%
Arbitration
4
100% / 0%
Overdue
1
1%
Free
11
Developer 11
Rating
(9)
Projects
12
25%
Arbitration
0
Overdue
1
8%
Free
12
Developer 12
Rating
(42)
Projects
88
14%
Arbitration
31
29% / 55%
Overdue
36
41%
Working
13
Developer 13
Rating
(9)
Projects
8
38%
Arbitration
3
0% / 67%
Overdue
2
25%
Working
14
Developer 14
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
15
Developer 15
Rating
(16)
Projects
25
20%
Arbitration
2
0% / 50%
Overdue
1
4%
Free
16
Developer 16
Rating
(30)
Projects
36
31%
Arbitration
0
Overdue
1
3%
Working
Similar orders
Required to develop expert advisory which will work on any pair including crypto , forex, gold, silver, oil, simple stragy which will work on RSI,GRID, take profit, grid distance, start and stop button, only buy and only sell, filter for time frame Like 5m to 4 hr. stop loss and take profit .Detail will be shared once you except order
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL

Project information

Budget
40+ USD
For the developer
36 USD
Deadline
to 2 day(s)