EA developement based on indicators

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del cliente
Great to work with him !! He understood complicated requirement and did complete the task in time ! Thanks
Feedback del dipendente
Thanks as always!!!!!

Specifiche

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.

Con risposta

1
Sviluppatore 1
Valutazioni
(213)
Progetti
246
45%
Arbitraggio
42
10% / 57%
In ritardo
5
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(328)
Progetti
480
41%
Arbitraggio
78
12% / 63%
In ritardo
77
16%
In elaborazione
3
Sviluppatore 3
Valutazioni
(2452)
Progetti
3088
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
Ordini simili
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works

Informazioni sul progetto

Budget
40 - 50 USD
Per lo sviluppatore
36 - 45 USD
Scadenze
da 1 a 3 giorno(i)