EA developement based on indicators

MQL4 Experts

Job finished

Execution time 1 day
Feedback from customer
Great to work with him !! He understood complicated requirement and did complete the task in time ! Thanks
Feedback from employee
Thanks as always!!!!!

Specification

Hi, I would like an EA coded on the indicator from the market place: 
https://www.mql5.com/en/market/product/20818
The code for the variables is below. 

There are three profit targets ,and I would like to have them in general(user-friendly ).

User should have option to book profit percentage and SL position change at these three levels.

1)SL position has three different levels .They are N/A,CostToCost,QuickProfit,FirstTarget,FinalTarget.User should have facility to select SL level at different profit target level.

This should look like below.
If User enters Lot size 1 
Quick profit 50% and SL level N/A ( book 50% of profit when it touches QuickProfit and DO NOT change SL level )
First Target 25% and SL level CostToCost ( Book 25% profit when it touches FirstTarget and move SL to CostToCost)
FinalTarget 15% and SL level QuickProfit (Book 15% profit when it touches FinalTarget and move SL to QuickProfit)
Remaining 10% should be closed whenever the opposite signal generates.

Let me explain the above example :
User entered Lot size as “1” and Quick profit,FirstTarget ,Final Target and Remaining as 50,25,15,10.
EA should divide the lot into pieces like 0.5 lot,0.25 lot,0.15 lot and 0.10 lot.
User should be able to select any of the SL levels while starting EA .
Let’s take an example : Quick profit and SL level N/A ( here SL didn’t change the value ).User can also also select SL as “CostToCost”.SL should be applied based on User selection.

double Buy_Signal = iCustom(NULL,0,"Market/ACB Breakout Arrows",0,1);

double Sell_Signal = iCustom(NULL,0,"Market/ACB Breakout Arrows",1,1); 

Buy_Stoploss: 

if(iCustom(NULL,0,"Market/ACB Breakout Arrows",2,1)!=0)Buy_Stoploss = iCustom(NULL,0,"Market/ACB Breakout Arrows",2,1);
Sell_Stoploss: 

if(iCustom(NULL,0,"Market/ACB Breakout Arrows",3,1)!=0)Sell_Stoploss = iCustom(NULL,0,"Market/ACB Breakout Arrows",3,1);
// Fetching targets from the chart

Quick Profit = NormalizeDouble(ObjectGetDouble(0,"FirstTarget",OBJPROP_PRICE),Digits);
First Target = NormalizeDouble(ObjectGetDouble(0,"Target1",OBJPROP_PRICE),Digits);
Final Target = NormalizeDouble(ObjectGetDouble(0,"Target2",OBJPROP_PRICE),Digits);



FULL INPUT SETTINGS FOR THE INDICATOR:
Input Parameters
    * History Bars: Number of bars to consider for Indicator's calculation.
    * Signal Sensitivity: Choose the Arrow's Sensitivity (signal strength).
    * Bars for SL: Numbers of bars to consider for Stop loss calculation.
    * Display Information: Show/Hide the signal information on top left corner of the chart.
    * Lot Size Information: Show/Hide the lot size calculation for the last signal.
    * Risk per trade: Risk percentage on each trade.
    * Show Target Lines: Show/hide the SL, TP and Quick profit levels on the chart.
    * Show Max Profit: Show/Hide Max. Profit line: The Maximum Favorable Excursion in Pips for the latest signal.
    * Alert Settings: Display box, Email, Push notifications and Sound alerts are available.

2)There is another support indicator along with this indicator.Works great with this indicator.Below is the link
https://www.mql5.com/en/market/product/22264#full_description
How to use
    * Only Long Trades if Histogram is green.
    * Only Short Trades if Histogram is red.

    * Avoid trading if the Histogram is gray or Trend is sideways.

Attached an example of User inputs.

Thanks,

Balaji G.

Responded

1
Developer 1
Rating
(212)
Projects
246
45%
Arbitration
42
10% / 57%
Overdue
5
2%
Free
2
Developer 2
Rating
(322)
Projects
470
41%
Arbitration
77
12% / 64%
Overdue
76
16%
Working
3
Developer 3
Rating
(2422)
Projects
3042
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Working
Similar orders
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

Project information

Budget
40 - 50 USD
For the developer
36 - 45 USD
Deadline
from 1 to 3 day(s)