Josker EA based on indicators

MQL4 Experts

Tâche terminée

Temps d'exécution 4 jours
Commentaires du client
5 Star dev, knows how to code, and very fast. He provides prototypes and fixes quickly. Highly recommended and will hire again
Commentaires de l'employé
Thank you very much !!!

Spécifications

Hi,
Need a skilled metatrader 4 developper to design an expert advisor based on a vix indicator and 2 other indicators. Attached is a picture.   They are :

*Vix: The EA should trade if the indicator reaches a given level I must give. Put here option to trade only buy, only sell or a mix of the two using the Vix indicator. Why, because Vix is mainly used for buy signals only. So for this indic, put these options as a listing, and the level to be used for buy and sell trades.

*Dots indic: The EA should trade if a dot is printed of the chart, blue dot for buy and red dot for sell.

*Arrows indicator: the EA should trade if an arrow is printed, buy for up arrow and sell for down arrow.

                                                       IMPORTANT: 
In the EA , i should have the choice to choose if I want the Vix alone to be used, or a combination of the arrows indicator and the dots indicators, or each indicator alone. So in the EA you should put these options, to let the user have the choice. A list showing the different indicators and configurations will fit perfectly. To sum up:
-Use Vix indicator (switching Vix on true, and the other on false)
-Use Arrows indicator (switching arrows on true, and the other on false)
-Use Dots indicator (switching Dots on true, and the other on false)
-Use Arrows indicator filtered by the Dots indicator (switching Dots and arrows on true, and Vix on false).  In this last case, the dots are the main signals. For example, Blue dot, meaning buy, but we wait to have a up arrow before buying, and we close when we have a down arrow, or when a red dot appears; we keep buying and selling within dots signals, but respecting their guidance, buy or sell).

I want the EA to trade based on what appears on the chart, this way, I’ll be able to attach and change each indicator parameters and the EA will easily follow. I think it’ll be the better choice, I have the source code of 2 of the 3 indicators. 
The EA must have the following options:

                                                       TRADING DECISION:
-Option to select the indicator or combination of indicators; here use a list for selection of different cases.

                                                        GRAPHICS to print on the chart to the left corner, True/False
-The Profit/loss of the day using the EA
-The Indicators choosen for Trading
-The input parameters errors like switching on the Vix and the Dots or the Arrows (just as information, it’ll not prevent to trade using Vix)
-Other infos I’ll determine useful

                                                    MONEY MANAGEMENT:
-Option to open the trade at the open or the close of the forming candle
-Trade size
-Take profit in pips
-Stop loss in pips
-Trailing Stop with its parameters (trail start, trail size, trail step)
-Auto risk: in percentage of the account in order to have the EA run in auto mode, scaling in or out according to the available margin.
-Enter again if the same signal appears more than once, for example, buy arrow, and buy arrow again before having a sell arrow: a True/False will fit
-Time filter switch and its options (start time and stop time)
-Martingale mode switch On Off, to use a multiplier for the next trade on the same symbol of the previous trade was a loss.
-Multiplier for the martingale.
-Security drawdown: To stop trading if the drawdown reaches this level,and it prevents the EA to trade, on every symbol it has been attached.

In order for all this to be clear in the EA parameters tab, please put clear separations.

It’s all. You can see
Good coding

Répondu

1
Développeur 1
Évaluation
(586)
Projets
918
46%
Arbitrage
31
39% / 29%
En retard
93
10%
Gratuit
2
Développeur 2
Évaluation
(2077)
Projets
2636
61%
Arbitrage
113
45% / 26%
En retard
418
16%
Travail
3
Développeur 3
Évaluation
(1127)
Projets
1429
62%
Arbitrage
21
57% / 10%
En retard
43
3%
Gratuit
4
Développeur 4
Évaluation
(298)
Projets
427
26%
Arbitrage
18
61% / 33%
En retard
26
6%
Gratuit
5
Développeur 5
Évaluation
(2422)
Projets
3042
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
6
Développeur 6
Évaluation
(414)
Projets
478
40%
Arbitrage
7
43% / 29%
En retard
16
3%
Gratuit
7
Développeur 7
Évaluation
(53)
Projets
79
18%
Arbitrage
13
15% / 54%
En retard
5
6%
Gratuit
8
Développeur 8
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
9
Développeur 9
Évaluation
(119)
Projets
127
41%
Arbitrage
3
33% / 67%
En retard
0
Gratuit
10
Développeur 10
Évaluation
(97)
Projets
121
25%
Arbitrage
5
20% / 60%
En retard
17
14%
Gratuit
11
Développeur 11
Évaluation
(89)
Projets
137
24%
Arbitrage
35
9% / 40%
En retard
52
38%
Gratuit
12
Développeur 12
Évaluation
(61)
Projets
134
71%
Arbitrage
19
11% / 68%
En retard
43
32%
Gratuit
13
Développeur 13
Évaluation
(66)
Projets
143
34%
Arbitrage
10
10% / 60%
En retard
26
18%
Gratuit
Commandes similaires
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
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
Hello, send robot models with a solid strategy (to trade forex), I want to use it to make money for the week. It is important that you present me with your profitability graph and a test. I also want to hire him for future jobs

Informations sur le projet

Budget
20 - 80 USD
Pour le développeur
18 - 72 USD
Délais
de 1 à 6 jour(s)