EA for entries and money management based on hotkeys

MQL5 Indicateurs Experts

Tâche terminée

Temps d'exécution 7 jours
Commentaires du client
Great man. Great programmer. Loves a challenge. My go to developer now. God Bless you mate
Commentaires de l'employé
Very nice man. he help me a lot.

Spécifications

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.

 


Dossiers :

Répondu

1
Développeur 1
Évaluation
(1)
Projets
1
0%
Arbitrage
1
0% / 0%
En retard
1
100%
Gratuit
2
Développeur 2
Évaluation
(170)
Projets
193
11%
Arbitrage
37
38% / 35%
En retard
5
3%
Travail
3
Développeur 3
Évaluation
(33)
Projets
46
59%
Arbitrage
0
En retard
6
13%
Gratuit
Commandes similaires
Hello I'm trying to fix a indicator that I have, It's a .ex4 file, Can I just code a new indicator because I only have a failed version of it in a ex4 file. Here are the three files. They are EX4 files. So i wanted to have a trade panel that can fill up the whole screen where it shows all the pair symbols. MTF_TMA_Harmonic ex4 file is exactly what I'm looking for however the ex4 file for some reason doesn't work
I have a machine learning library in MT5 that I want to make an indicator with… You think you can help me? My strategy is simple... Predicting the Daily, Weekly, and Monthly High, Low, and Close prices... Then BUY @ LOW and SELL @ HIGH
My EA places orders when an arrow appears according to the pz day-trading indicator. 1) I need to change the indicator, so that it places orders when the stock indicator arrow appears. All other EA conditions remain the same. 2) I need it to place orders when the candle turns colored according to the Pvsar indicator. The only change is that for pvsra I need a buy order to be placed above the high of the candle that
Hello there, I'm trying to fix a indicator that I have, It's a .ex4 file, Can I just code a new indicator because I only have a failed version of it in a ex4 file. Here are the three files. They are EX4 files. So i wanted to have a trade panel that can fill up the whole screen where it shows all the pair symbols. MTF_TMA_Harmonic ex4 file is exactly what I'm looking for however the ex4 file for some reason doesn't
Hello I'm trying to fix a indicator that I have, It's a .ex4 file or Can I just code a new indicator because I only have a failed version of it in a ex4 file. Here are the three files. They are EX4 files. So i wanted to have a trade panel that can fill up the whole screen where it shows all the pair symbols. MTF_TMA_Harmonic ex4 file is exactly what I'm looking for however the ex4 file for some reason doesn't work
Hi everyone I have a question, is there anyone who can rewrite the code from tradinvivew pineditor to mql5 meta trader? It is about 150 line. My strategy has 50% success rate with RR 2,6. Tested for last one year, strategy works only in bull market. This is trading on gold, unfortunately I am not in the best financial position, in return I would send you the code, if you don't like it I understand that you will stop
Editing of strategy 30 - 60 USD
I have a strategy that i would like edited. I have a strategy where right now it takes profit at the next high or low. That can be removed if necessary. The SL is set using the current RSI Band Gap. I'd like the same to be done for the TP. You'll see in the settings that I have a SL and TP buffer. I would also like for those to be kept the same but again I just want the TP to be the RSI Band Gap. It'll make more
need a professional developer to modify my current indicator. Need to add time frame parameter with true .false option. Which i set true show only those TF signal and when all signal match with the current TF ( to enter trade). Alert get generated. Price is non negotiable .please don't respond if you don't agree to price. Thank you
create a scanner for find bos and choch indicator on the chart, I want the indicator based on line charts rather than candlesticks .the indicator can scanner all symbols and all timefimes when i want. Create a panel that displays symbols, time and indicates whether it is bos or choch. the scanner can alert to my phone terminal. If you are interested please contact me
I'm looking for a skilled developer who can produce an indicator and trading bot for the following specification: Input parameters Parameter Data type Range start time Time Range end time Time Range buffer Number pips Range colour Colour EMA Cross EMA 1 EMA 2 Period 50 200 Days to include Mon Tue Wed Thur Fri Tick box to select Entry on close TF Time Frame 5, 10, 15, 30 Mins 1hr, 4hr Max time to enter Time

Informations sur le projet

Budget
50 - 200 USD
Pour le développeur
45 - 180 USD
Délais
à 2 jour(s)