I want to create an MT4 EA as detailed in the specification.

MQL4 전문가

작업 종료됨

실행 시간 6 일
피고용인의 피드백
Really awesome and patient client and explains everything in detail
고객의 피드백
If there is 100 star in the list I will give Stephanie. Very polite and patient. Stephanie is one of the best. She handled a very sophisticated job so easily. Definitely going to use her again

명시

EA Name: My EA

Indicator for EA: 1. Power A 
                          2. Power B 

For more understanding, check image A1 for the illustration (I will send you the image when you are selected for the job)


HOW I WANT THE EA WILL WORK: 
The type of EA I want to create is one that will open order and send push notification when the order is opened quoting the Ea name, Symbol, Order type e.g Buy or Sell, entry price, timeframe, stop loss value, and take profit value.
The EA will send push notification when send notification is set ON.

---------------------------------------------------------------------------------------------------------------------
BUY AND SELL SIGNAL CONDITION 

BUY SIGNAL: When Power A indicator gives buy signal(when the red line is above the blue line), and when the Power B indicator gives buy signal, this indicate that the condition for buy is met. So ea will open buy order. The order should be opened when candle closes.

SELL SIGNAL: When Power A indicator gives sell signal(when the red line is below the blue line), and when the Power B indicator gives sell signal, this indicate that the condition for sell is met. So ea will open sell order. The order should be opened when candle closes.


For more understanding, check image A1 for the illustration. (I will send you the image when you are selected for the job)
----------------------------------------------------------------------------------------------------------------------


EA Parameters:


(1) Buy Sell Alert ON/OFF
-----------------------------

TRUE/FALSE Push notification: I want the EA to send notification when order is opened when I set the function to TRUE. When it is set to FALSE it will not send the push notification.

Push alert format:

The notification should carry the following quote: Ea name, Symbol, Order type e.g Buy or Sell, entry price, timeframe, stop loss value, and take profit value. 

Example: My Ea Audchf Buy @ 1.10076 M15 SL 1.200023 TP: 1.40032



(2) Custom Stop loss: 
----------------------------------------
I want to make use of my custom SL in the ea. It is explained below .

*Custom SL ON/OFF: I must be able to put it ON/OFF. If I put it ON, the EA will use SL when there is an order. If I put it to OFF, the ea will not use SL when it is 

set to OFF.

HOW CUSTOM STOPLOSS WILL WORK:

For the custom stop loss, ea will look for the Highest point (for sell order) and lowest point(for buy order) within the number of candles I set.

Custom SL, (for BUY) the ea will look for the most LOWEST price within the number of candles I set. The ea will set CUSTOM SL 3pips below the most lowest price. For example, let assume I set 20 candles for the ea to look for lowest price for custom SL for buy, then the ea will start the candle count from the candle at which the order is opened back to the previous 19 candles and will set the SL for the order 3pips below the lowest price identified within the number of candles I set.

Custom SL, (for SELL) the ea will look for the most HIGHEST price within the number of candles I set. The ea will set CUSTOM SL 3pips above the most highest price. For example, let assume I set 20 candles for the ea to look for highest price for custom SL for sell, then the ea will start the candle count from the candle at which the order is opened back to the previous 19 candles and will set the SL for the order 3pips above the highest price identified within the number of candles I set.

For more understanding, check IMAGE A2 for illustration. (I will send you the image when you are selected for the job)


(3) Custom Take Profit: 
----------------------------------------
I want the EA to use custom take profit as I explained below.

HOW CUSTOM TAKE PROFIT WILL WORK:

The custom take profit will work using the custom SL set by the EA. The custom take profit will have the following functions:

>>>>>>>>1:1 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 30pips, if I chose custom take profit of 1:1, the ea will set the take profit at 30pips.

>>>>>>>>1:2 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 43pips, if I chose custom take profit of 1:2, the ea will set the take profit at 83pips.

>>>>>>>>1:3 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 15pips, if I chose custom take profit of 1:3, the ea will set the take profit at 45pips.

>>>>>>>>1:4 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 22pips, if I chose custom take profit of 1:4, the ea will set the take profit at 88pips.

>>>>>>>>1:5 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 25pips, if I chose custom take profit of 1:5, the ea will set the take profit at 125pips.

>>>>>>>>1:6 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 50pips, if I chose custom take profit of 1:6, the ea will set the take profit at 300pips.

>>>>>>>>1:7 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 20pips, if I chose custom take profit of 1:7, the ea will set the take profit at 140pips.

>>>>>>>>1:8 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 15pips, if I chose custom take profit of 1:8, the ea will set the take profit at 120pips.

>>>>>>>>1:9 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 50pips, if I chose custom take profit of 1:9, the ea will set the take profit at 450pips.

>>>>>>>>1:10 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 35pips, if I chose custom take profit of 1:10, the ea will set the take profit at 350pips.

I must be able to set the custom take profit to TRUE/FALSE. When I set it to FALSE, the ea will not add take profit to the order.



(4) Maximum number of trader per symbol:
---------------------------------------- 
I want to be able to set the maximum number of trades per symbol. Imagine we have the ea attached to eurusd and I set 5, on gbpusd I set 6, on usdchf I set 4. 

So when the number of orders on eurusd is 5 the will not open any other orders-it will only open additional order when the number of orders is below 5- and only when we have signal again. 

For gbpusd, when the number of orders on gbpusd is 6 the ea will not open any other orders-it will only open additional order when the number of orders is below 6- and only when we have signal again.

For usdchf, when the number of orders on usdchf is 4 the ea will not open any other orders-it will only open additional order when the number of orders is below 4- and only when we have signal again. 


(5) Basket close profit per symbol in money:
--------------------------------------------
The basket close profit per symbol in money will close all opened orders on a symbol when it reaches the money value I set. 

Let's assume we have eurusd 4 number of orders opened, gbpusd 5 number of orders opened, and usdchf 6 number of orders opened. And I set basket close profit per symbol for eurusd to $40, and I set basket close profit per symbol for gbpusd to $60, and I set basket close profit per symbol for usdchf to $53

For eurusd when the total amount of profit on eurusd is $40, the ea will close all the 4 eurusd orders in $40 profit. 

For gbpusd when the total amount of profit on eurusd is $60, the ea will close all the 5 gbpusd orders in $60 profit.

For usdchf when the total amount of profit on eurusd is $53, the ea will close all the 6 eurusd orders in $53 profit.

When  I set basket close profit to 0, the basket close profit will be disabled


(6) Spread filter: 
----------------------------------------
I want the ea to have spread filter.



(7) Trailing stop: 
----------------------------------------
I want the ea to use trailing stop. The ea will have trailing start and trailing step point. I want it to be in points not in pips.



(8) Breakeven: 
----------------------------------------
I want the EA to make use of breakeven. The breakeven should be in point not pips



Please I want a bug free job.





 

응답함

1
개발자 1
등급
(21)
프로젝트
20
10%
중재
2
50% / 50%
기한 초과
0
작업중
2
개발자 2
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
3
개발자 3
등급
(37)
프로젝트
45
33%
중재
6
17% / 33%
기한 초과
8
18%
작업중
4
개발자 4
등급
(10)
프로젝트
17
24%
중재
3
67% / 33%
기한 초과
2
12%
무료
5
개발자 5
등급
(98)
프로젝트
120
39%
중재
9
89% / 0%
기한 초과
0
작업중
6
개발자 6
등급
(2)
프로젝트
4
0%
중재
0
기한 초과
0
무료
7
개발자 7
등급
(39)
프로젝트
69
9%
중재
18
11% / 56%
기한 초과
18
26%
무료
8
개발자 8
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
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
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

프로젝트 정보

예산
33+ USD
개발자에게
29.7 USD
기한
에서 2  3 일