EA developement based on indicators

MQL4 전문가

작업 종료됨

실행 시간 1 일
고객의 피드백
Great to work with him !! He understood complicated requirement and did complete the task in time ! Thanks
피고용인의 피드백
Thanks as always!!!!!

명시

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.

응답함

1
개발자 1
등급
(212)
프로젝트
246
45%
중재
42
10% / 57%
기한 초과
5
2%
무료
2
개발자 2
등급
(323)
프로젝트
471
42%
중재
77
12% / 64%
기한 초과
76
16%
무료
3
개발자 3
등급
(2428)
프로젝트
3057
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
비슷한 주문
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

프로젝트 정보

예산
40 - 50 USD
개발자에게
36 - 45 USD
기한
에서 1  3 일