EA for entries and money management based on hotkeys

MQL5 Indicators Experts

Job finished

Execution time 7 days
Feedback from customer
Great man. Great programmer. Loves a challenge. My go to developer now. God Bless you mate
Feedback from employee
Very nice man. he help me a lot.

Specification

Hello. Please see the description of the EA I require as follows.


The trailing stop is based on a MQL Product and I have the code snippets for the selected developer.

This product must be up to MQL standards as I plan on releasing it as a free tool on my profile.

I also have another EA very similar to this and there is code there that may be of use if you like to view. Please see it as I have attached it as well.


ENTRY. EXIT. TRAILING

Hello. This is an EA for money management, trade entry and exit. It has hotkeys to allow for fast transactions.

Please make this so that it’s up to MQL standards as I plan on allowing it to be used for others to benefit as well.  It will be a free utility on my MQL profile.

I have had an EA with most of these INPUTS made up over the past few years with a number of developers. I will attached the code of this as well in case there is anything that’s of use for you to make it easier. My main idea of redoing this EA is to add to it and also make it a clean code and ready for MQL.

 

VARIABLE                                 VALUES

ORDER QUANTATY                                   1

                                                              2

 

ORDER                                                    1

CHOOSE RISK TYPE                                  FIXED LOT  

                                                              RISK MONEY

                                                              FIXED LOT

RISK %                                                      0.5

RISK MONEY                                             100

FIXED LOT                                                0.05

 

RISK/REWARD                                           2.0

BREAK EVEN                                             1.2

 

 

BASKET                                                    TRUE

                                                               FALSE

                                                               OVERRIDE

BASKET TP %                                             5

BASKET SL %                                             5

 

STOP LOSS                                                 HOT KEY                                         

                                                                 FX TREND                                       FX TREND PERIOD

                                                                                                                      FX TREND DEVIATION

                                                                                                                      

TRAILING SL                                              FX TREND                                        FX TREND PERIOD

                                                                                                                      FX TREND DEVIATION

RATIO ENGAGE TO SL                                  1.5

 

MAGIC NUMBER                                          777777

 

 

ORDER                                                       2

CHOOSE RISK TYPE                                     FIXED LOT  

                                                                 RISK MONEY

                                                                 FIXED LOT

RISK %                                                        0.5

RISK MONEY                                               100

FIXED LOT                                                  0.05

 

RISK/REWARD                                             2.0

BREAK EVEN                                               1.2

 

 

BASKET                                                       TRUE

                                                                  FALSE

                                                                  OVERRIDE

BASKET TP %                                               5

BASKET SL %                                               5

 

STOP LOSS                                                 HOT KEY                                         

                                                                 FX TREND                                        FX TREND PERIOD

                                                                                                                        FX TREND DEVIATION

                                                                                                                      

TRAILING SL                                              FX TREND                                         FX TREND PERIOD

                                                                                                                        FX TREND DEVIATION

RATIO ENGAGE TO SL                                  1.5

 

MAGIC NUMBER                                          777777

 

 

If BASKET TP/SL is TRUE then this is set as a safety to the account but all SL/TP and Trailing SL still apply. 

If BASKET TP/SL is OVER RIDE then this means that the basket close will over ride all TP/SL and Trailing SL INPUTS.

ALL settings are based on balance NOT equity.

R/R is a ratio to the SL

B/E is a ratio to the SL

RATIO TO ENGAGE SL… Is the distance as a ratio to engage the trailing to the SL.

ORDER QUANTATY 1 OR 2…. Is the amount of orders that will be placed when this EA executes a deal. So if its ORDER QUANTATY 1 selected then only 1 deal is executed on the HOTKEYS and the INPUTS for the order quantity 1 are used.

ORDER QUANTATY 2 means that 2 deals are executed when the HOTKEYS are used and this is based on the BOTH ORDER QUANTATY 1 and 2 INPUTS. 

If we are in HOTKEY VALUE on 1 and FX TREND SL on the other then the SL value (POINTS) will apply to the HOTKEY VALUE MODE and the FX TREND VALUE will still apply to the other order as well.

 

 

HOTKEYS     (FX TREND)

S   ENTER = Sell

B   ENTER = Buy

This is based on INPUT of STOP LOSS set to FX TREND and then the settings of FX Trend stop along with their money management will apply according to the selected INPUTS.

 

 

HOTKEYS      (MANUAL)

 

S 123 ENTER = Sell with a SL of 123 points… All points for hotkeys are variables.

B 123 ENTER = Buy with a SL of 123 points… All points for hotkeys are variables.

Another example.

S 987 ENTER = Sell with a SL of 987 points… All points for hotkeys are variables.

B 987 ENTER = Buy with a SL of 987 points… All points for hotkeys are variables.

 

Then all other money management INPUTS apply.

 

 

DASHBOARD

Will need a little simple onscreen dash that shows what’s selected. And also shows the hotkeys as they are being pressed to allow for no mistakes to be made in the order execution. This dash should be able to be located in either corner of the screen with colors changeable. Floating profits with account balances and equity as well as current account DD. Time left on the candle and spread. Please use common sense and if you have some saved library code there that can be of use and placed in here to make it better then please do so.

 


Responded

1
Developer 1
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 0%
Overdue
1
100%
Free
2
Developer 2
Rating
(170)
Projects
193
11%
Arbitration
37
38% / 35%
Overdue
5
3%
Working
3
Developer 3
Rating
(33)
Projects
46
59%
Arbitration
0
Overdue
6
13%
Free
Similar orders
I want to suggest a trading strategy that uses reverse trade software. We need to create an EA (Expert Advisor) that uses a simple martingale strategy. When the market is going up, it will keep placing SELL orders in the sequence of 0.01, 0.02, 0.03, etc. Each order should have a stop loss (SL) and a moving take profit (TP). There should be an option to adjust the SL and TP in the settings so we can customize them
I need you to check an expert advisor I bought and find the best settings, parameters to get low drawdown and high performance. configuration and optimization of sets to improve management
MT4 EA required that will trade as follows: 1. Trading behaviour: If blue supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If red supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. The inputs should be exactly coded as per the attached image. EA will have
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Hello! ON A FIXED BUDGET, I need a developer to modify my Expert on risk management. I want the EA to close All trades if Daily Profit or Loss is reached. Then the EA should also stop trading for that day if the conditions met and restart trading the next day again. It has to also display on chart to show which criteria it closed. E.g. EA closed on Daily Loss Limit. Bid so that we talk more
//+------------------------------------------------------------------+ //| 3-EMA_FTS.mq4 | //| Generated with Pine Script to MQL4 | //+------------------------------------------------------------------+ #property strict #property indicator_separate_window #property indicator_buffers 8 #property indicator_color1 Red #property indicator_color2 Green #property indicator_color3
Simple Grid EA 30+ USD
Make a simple pending order grid EA 1st up down pending order gap 100 pips Next order Grid gap 200 pips If 4 Trade open buttom trade close. Only buy or only sell
**Project Title:** Development of a Complex High-Performance EA for Step Index **Project Overview:** I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively. **Trading Strategy Details:** Indicators: - 50-period EMA - 200-period EMA - RSI with 14 periods - MACD
I Have a forex ea bot, need connect binary deriv broker . Contact me to know more about this. Those who are experts about binary bot can work with me more
Dear All, I need to design and implement an EA with the involvement of a possible AI. I would like the entries to be realized with all MACD, RSI, Stoch parameters but also Ai. I mainly want the system to immediately close the transaction itself at the time of trend reversal even before reaching the TP position. It should work for intervals M15, H1, H4 and maybe long-term on D1 Platform for MT5 and exclusive only

Project information

Budget
50 - 200 USD
For the developer
45 - 180 USD
Deadline
to 2 day(s)