Betting Strategy EA

MQL4 전문가

작업 종료됨

실행 시간 8 일

명시

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. 

응답함

1
개발자 1
등급
(878)
프로젝트
1391
67%
중재
117
32% / 42%
기한 초과
215
15%
작업중
2
개발자 2
등급
(42)
프로젝트
70
43%
중재
6
33% / 50%
기한 초과
19
27%
무료
3
개발자 3
등급
(2422)
프로젝트
3042
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
4
개발자 4
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
5
개발자 5
등급
(257)
프로젝트
341
58%
중재
7
14% / 71%
기한 초과
9
3%
무료
6
개발자 6
등급
(5)
프로젝트
19
26%
중재
6
17% / 83%
기한 초과
6
32%
무료
7
개발자 7
등급
(49)
프로젝트
134
27%
중재
62
13% / 53%
기한 초과
58
43%
무료
비슷한 주문
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
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

프로젝트 정보

예산
25 - 50 USD
개발자에게
22.5 - 45 USD
기한
에서 1  5 일