Betting Strategy EA

MQL4 Experts

Job finished

Execution time 8 days

Specification

Want an Expert Advisor that has a few different options.

 

An option that allows the user to select one of three methods of trading 

1. EA trades only in the buy direction.

2. EA trades only in the sell direction

3. EA alternates directions. The first trade is a buy, the second trade is a sell, the third trade is a buy, the fourth trade is a sell etc.........

 

Three money management options (any one can be selected by the user)

1. Martingale

- If a trade hits the stop loss and is a loser. The program immediately opens another trade at double the previous lot size.  For Example - Trade #1 is 1 lot and hit stop loss, open trade 2 at 2 lots, trade two hits the stop loss double to 4 lots etc............ (this is designed as an example, actual amounts will be a ratio of the beginning lot amount)

 

-After a trade hits the take profit restart the sequence from the beginning. At the beginning lot amount (set by user). 

 

-If the first trade is a winner and hits the take profit then immediately open another trade at the beginning lot amount (set by user) 

 

2. Modified Martingale

- If the trade hits the stop loss and is a loser increase the lot size by the following sequence (original trade amount set by user, these are ratios being used here).

Trade  1      =  1

Trade  2      = 2 

Trade  3      = 4

Trade  4      = 6

Trade  5      = 9

Trade  6      = 12

Trade  7      = 16

Trade  8      = 20

Trade   9     = 25

 Trade 10    = 30

Trade  11    = 36

Trade  12    = 42

Trade  13    = 49

Trade  14    = 56

Trade   15   = 64

Trade   16   = 72 

etc...... 

-       When there is a winner that hits the take profit, restart the sequence from the beginning. Open another trade immediately.

 

3. Additional Money Management Strategy

- This is a simple money management strategy. Similar trading concept as above. (Ratio's)

Trade  1      =  1

Trade  2      = 2 

Trade  3      = 3

Trade  4      = 4

Trade  5      = 5

Trade  6      = 6

Trade  7      = 7

Trade  8      = 8

Trade   9     = 9

 Trade 10    = 10

Trade  11    = 11

Trade  12    = 12

Trade  13    = 13

Trade  14    = 14

Trade   15   = 15

Trade   16   = 16 

Etc …………

-       The difference is if you lose a trade you increase by one number in the series. If you win a trade you decrease by one number in the series.

-       You don’t restart from the value for trade 1 each time. You increase or decrease based upon the current position in the series.

-       If you win, you go down one value. If you lose you go up one value.

 

 

 

 

Kill Switch toggle (two options)

#1 - once the account equity has increased more than 100% from beginning equity. Close all trades and end the program.

#2 - Continue trading after the equity has increased 100% from beginning equity. 

 

General Rules 

- Stop loss can be set by the user (it will remain the same with each trade, must be customizable by user). X pips from the starting point of that particular trade.

- Take profit can be set by the user (it will remain the same with each trade, must be customizable by user). X pips from the starting point of that particular trade. 

-There should be a trailing take profit (not sure if this is the right term) that allows the winners to increase further than the predefined amount. The user should be able to input the number of pips that the trailing take profit follows the trade. For example, stop less is set at 15 pips. Take profit level is 15 pips. If the price continues to increase past 15 pips the trade should be left open until the price goes back down X pips.

- As soon as a trade is closed, open another.

-User selects the beginning trade size manually. Should be able to select any size to begin the sequence. 

-Should be able to attach to use on any currency pairs.

-Should be able to run on multiple currency pairs at a time. 

 

 

If you have any questions please ask. I know how to code, so it should be easy to address your questions. 

Responded

1
Developer 1
Rating
(878)
Projects
1391
67%
Arbitration
117
32% / 42%
Overdue
215
15%
Working
2
Developer 2
Rating
(42)
Projects
70
43%
Arbitration
6
33% / 50%
Overdue
19
27%
Free
3
Developer 3
Rating
(2422)
Projects
3042
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Working
4
Developer 4
Rating
(647)
Projects
1295
67%
Arbitration
84
26% / 49%
Overdue
338
26%
Free
5
Developer 5
Rating
(257)
Projects
341
58%
Arbitration
7
14% / 71%
Overdue
9
3%
Free
6
Developer 6
Rating
(5)
Projects
19
26%
Arbitration
6
17% / 83%
Overdue
6
32%
Free
7
Developer 7
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
Similar orders
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
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

Project information

Budget
25 - 50 USD
For the developer
22.5 - 45 USD
Deadline
from 1 to 5 day(s)