Job finished

Execution time 3 days
Feedback from customer
Thanks for the Great Work. You are very fast in coding EA with clear concepts.
Feedback from employee
Thank you bro god bless you.

Specification

Hi,

I am looking for experienced EA programmer. Who can build optimize Scalping EA which can work with high speed to open and close trade at specific point with visualization of next possible action on the graph. with the custom indication on graph of mix-up of 2 Type indicators (EMA, Parabolic Sar).


First step : - 

* Build a indication line code with EMA set value 8,13,21, and Parabolic sar 0.2. 

* In this when when EMA 8 is floating Up side of EMA 13 and EMA 21 floating down side of EMA 13. it will indicate down trend and line color should be in RED color. (Depend on Parabolic sar indication also. that I  have mentioned below)

* In opposite case when EMA 8 is floating Down side of EMA 13 and EMA 21 floating Up side of EMA 13. it will indicate up trend and line color should be in Green color. (Depend on Parabolic sar indication also. that I  have mentioned below)

* if there is no signal founded with EMA, means EMA 13 is upside or down side of both EMA8,21. Than there is no signal, line should be in Grey color. 

* There is use of Parabolic Sar value 0.2.

* when Parabolic Sar is upside of candle that mean trend is down side. if EMA also showing down trend than line color should in red else that should show no signal as Grey color.

* when Parabolic Sar is Down side of candle that mean trend is up side. if EMA also showing up trend than line color should in green else that should show no signal with Grey color.


Note : - Now are ready with the trend indication. Have to using this indication for EA.


Second Step: - 

* Build an EA using the made indicator.

* EA has get trend from the indicator and open the trade as per the trend. if trend is showing downside EA has to open Sell trade and if trend is showing upside EA has to open Buy trade. if Indicator showing not trend means line in grey color EA should not open any trade.

* Needed visualization of Take Profit of the trade on graph with vertical line as per defined Points from settings. i.e XAUUSD  buy trade open price is 1790.24 and our set value of take profit is 100 points one indication line needed at 1791.24 in blue color. and if it's sell trade the indication should be at 1789.24. if the broker is using 3 digits after decimal the points we can set 1000 for same results.

* Need grid option as well. if price start moving in the opposite direction of trade, EA should open the the price direction trade with lot multiplier. calculation as per mentioned below: -

Example: -

Buy open price : -1790.24 buy lot 1

Take profit Buy: - 100 (1791.24) -- (TP value should available to change in settings)

Grid value (Representing opening of another trade on price direction change) :- 200 (1788.24) --  (GRID value should available to change in settings)

Open sell trade on grid if trend reverse :- 1788.24 sell lot 4

Take profit Sell trade and Stop loss Buy trade : - 100 points for sell take profit (1787.24) and 300 points (200 of grid + 100 of sell take profit) for stop loss buy 1787.24.

Result : - Profit sell trade 100*4 - 300*1 buy loss = +100.

another step if price trend return to buy direction without touch 1787.24. at 1790.24 first trade spot EA should open trade for buy with lot 12 (sell lot 4*3 (this three is distance in 100 i.e. 200 grid + 100 take profit)).

at the end if it touch 1791.24 results will be :- 100*1 (First Buy TP) - 300*4 (Sell SL) + 100*12 (Second buy TP) = + 100.

And the lot multiplication go on and on until price touch to any direction TP and SL.

Note: - These all values mentioned in calculation is assumed, need a code from your side to take care of required results if we made changes in this for example :- start lot size can be different, TP and Grid can be different as per symbol volatility on we are using EA. And Need a suggestion from developer about taken care of different brokers spread and commission system.

* Trade should open all the time expect there is no trend signal means grey color line.


Third step: -

* Need edit option for parameters value

* Fix lot size, TP, Grid, Magic number if EA require on two or more time frame of same symbol, Balance amount to increase lot size, Lot multiplier (it has to defined minimum first from your side as per above shared calculation and option to increase to increase profit and risk both), max order in row, period to defined open new trade after closed all old series of trades in vertical points, Max Spread.

Fourth Step: -

* User interface dialog box

* Has to be Account name, broker name, Account number leverage, current Spread, balance, equity, margin, day profit, week profit, month profit, opened sell/buy trade count, Floating profit

* profit value text indication on graph after closed trades.


Fifth Step: -

* Segregate code in different files with defined name of function. and make final code file which call all codes from different different files for the specific function. That would be helpful for any developer to modification in codes in future.

* Testing EA with past data and Debugging the codes.

* Make a restriction on EA as per MQL Policy.

* Add option to make restriction on use of EA with Name or Account Number. Which could be helpful if we gift EA to anyone they has restriction to use EA on there own Account.


Six Step: -

* Provide me a clarity of codes.

* Describe me about restriction on EA

* Let me know how to convert the code file EX4 after restriction.

* provide me details about adding a logo.


Hope I have clarified all details in brief. Get in touch with me if you need any more details about EA.

Looking forward for positive response with good offers.

Thanks

Responded

1
Developer 1
Rating
(169)
Projects
204
30%
Arbitration
25
40% / 44%
Overdue
12
6%
Free
2
Developer 2
Rating
(144)
Projects
256
35%
Arbitration
12
25% / 58%
Overdue
42
16%
Working
3
Developer 3
Rating
(244)
Projects
434
34%
Arbitration
55
36% / 38%
Overdue
159
37%
Loaded
4
Developer 4
Rating
(171)
Projects
194
11%
Arbitration
37
38% / 35%
Overdue
5
3%
Loaded
5
Developer 5
Rating
(259)
Projects
420
38%
Arbitration
86
44% / 19%
Overdue
70
17%
Busy
6
Developer 6
Rating
(128)
Projects
162
36%
Arbitration
4
25% / 50%
Overdue
13
8%
Working
7
Developer 7
Rating
(68)
Projects
81
11%
Arbitration
12
67% / 25%
Overdue
5
6%
Free
8
Developer 8
Rating
(63)
Projects
84
26%
Arbitration
23
22% / 48%
Overdue
23
27%
Free
9
Developer 9
Rating
(303)
Projects
386
20%
Arbitration
43
60% / 23%
Overdue
46
12%
Busy
10
Developer 10
Rating
(119)
Projects
169
38%
Arbitration
9
78% / 22%
Overdue
15
9%
Free
11
Developer 11
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
Similar orders
Converting MT4 indicator to work as an MT5 indicator. I need you to translate the MQL4 to MQL5. I want to use this indicator in the Metatrading 5 platform on all currencies futures and indices. I need the work done in the next 5days
Good day, I hope this message finds you well. I would like to request the development of an Expert Advisor (EA) for MetaTrader, based on two specific indicators: the Trend Path indicator and the Diamond Reversal indicator. Below are the details for the EA's logic and trade execution criteria: Sell Trade Criteria: Indicators and Signals: Trend Path Indicator : Shows a red trend. Diamond Reversal Indicator : Provides a
Looking for an mql5 EA developer to build a custom EA for MT5 based on several simple variables. It will be initially used on 5m EUR/USD, but needs to work with any currency/commodity/stock/crypto. Custom risk management will also need to be built into the EA. Exact variables will be discussed in detail once a developer is selected, but a basic overview of the EA variables is below. Positions will be opened based on
I’m looking for someone experienced with Think or Swim to create a backtesting script for an in-the-money Iron Condor strategy using options on the SPX. The strategy involves setting up 10 contracts of an Iron Condor with a 10-point spread width and a net credit requirement of $11 per contract. The goal is to backtest the performance over the last three years, focusing on trades where the SPX closes outside a
Hello, I have a physically trading keyboard and i want to connect it with tradelocker, mt4,mt5 and ctrader. People need to be able to open and close a position with the keyboard really fast. i need it on macos, windows and linux. (desktop) My competition is: www.magickeys.trade My goal is to be the number 1 to sell the keyboards + software. When people order a tradingkeyboard they will get a mail after the purchase
Job Title: Expert Advisor (EA) Developer for Forex Trading Job Description: I am seeking an experienced Expert Advisor (EA) developer to create a customized trading bot for the MetaTrader 4/5 platform. The bot will be designed to execute a sophisticated trading strategy that incorporates daily range calculations, cost averaging, and hedging with precise pip management. The successful candidate should have strong
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Hi, I am looking to purchase a pre-built trading strategy specifically tailored for trading AUXUSD. Before committing to the purchase, I require the following detailed information: 1. **Type of Trading**: - Clearly define the trading style this strategy is designed for (e.g., scalping, swing trading, day trading, position trading, etc.). - Provide an explanation of why this trading style is suitable for AUXUSD
Fx Kidds 80 - 120 USD
Can l have a EA that can run 24/5 on gold and GBPUSD and stocks. Trilling stop loss. No expireing date. Must make 5% minimum in returns. It can take losses but it must not blow the account minimum deposit must be 35usd

Project information

Budget
50 - 150 USD
For the developer
45 - 135 USD
Deadline
to 10 day(s)