Overbought Oversold indicator combined with martingale

MQL4 Experts

Job finished

Execution time 109 days

Specification

So, here is how it works…the EA opens the SELL (short) trade when the OBOS (over bought over sold) indicator hits the 95% mark. the EA opens the a BUY (long) trade when the OBOS (over bought over sold) indicator hits the 5% mark. All thse are in M1 timeframe. If the trade goes the wrong way, it is going to use martingale to recover the trade.

 

The user will specify a TP…there will be no SL.

The user will also specify starting lot size.

The default TP should be 7 pips (70 points)

Suppose you opened a long trade (that means it hit the 5% mark on the OBOS) and the trade hits the TP and closes, wait until it hits the 95% mark before you open the next set of trades. Otherwise when the OBOS is hovering around the 5% mark several times, it will open multiple trades…

Similarly, Suppose you opened a short trade  (that means it hit the 95% mark on the OBOS) and the trade hits the TP and closes, wait until it hits the 5% mark before you open the next set of trades.

Suppose you opened a long (that means it hit the 5% mark on the OBOS) but we haven’t hit the TP yet, then don’t open new set of trades when OBOS hits the 95% mark.

In other words, for a given currency pair, there should only be one set of trades at a given time. When I say ‘one set of trades’ , all related martingale trades are considered as ‘one set’

For martingale use a grid of N pips….

When the trade goes N pips the opposite way, open the first step martingale trade X times the initial lot size, and move the TP to an averaged TP for both trades (the original trade and the martingale trade- taking into account any spreads and swaps). So, if the original TP was 7 pips… if I get a profot of 7 pips worth $$ through one set of trades, it is fine. But please remember to take into account any swap and spreads.

 When the trade goes another N pips the opposite way, open the second step martingale trade X times the original trade, and move the TP again to an averaged TP for all 3 trades (the original trade and the 2 martingale trades- taking into account any spreads and swaps)

 

You keep going like this until the TP is hit…

 

The user also defines a max lot size… so when you keep increasing the lot size…if the calculation exceeds this max value, just use the max value…after this point, obviously the size of all new trades will be at this same max value.

 

I need an added element for this EA. Instead of multiplying lotsize each time, I may want to increase with a step size… so rather than multiplying, I will be adding.

So at the start, the EA should ask…Lot_size_Muliply_or_Add with a options from the drop down menue= “Multiply” and “Add”.

 

If multiply is chosen it will be like described below and the user will specify “N” which is the Multipler.

If Add is selected the user will specify “Step_size”….and the EA will add this step size each time…for example if the starting lot size is 0.5….and step is 0.2….then it will go 0.5, 0.7, 0.9, 1.1 like that until it hits the max lotsize.

For adding option also, we need to keep averaging the T.

 

The EA should close all trades and switch off AUTOTRADING, if the floating drawdown is above $XXX (specified by the user)

Also, without changing the newly averaged TP each time can the EA keep the number "in its mind" and close all trades for this currency pair, when it hits the new averaged TP?

 Whoever can get this done soon, will get the job.

Fixed budget of $55. I want somone who can do it faster. 

I will send the indicator OBOS with the desired settings. 

Only thing is that this indicator repaints. So, I will put the indicator on the same window that the EA is running in, and then the EA should read the CURRENT of teh indicator from the live chart and work with it.

If you hav eother suggestions for spotting over-bought and over-sold other than this indicator, then I am open to your ideas.


 

Responded

1
Developer 1
Rating
(595)
Projects
927
46%
Arbitration
31
39% / 29%
Overdue
93
10%
Working
2
Developer 2
Rating
(42)
Projects
62
8%
Arbitration
12
58% / 42%
Overdue
1
2%
Free
3
Developer 3
Rating
(61)
Projects
186
73%
Arbitration
4
100% / 0%
Overdue
1
1%
Free
4
Developer 4
Rating
(362)
Projects
506
40%
Arbitration
147
18% / 72%
Overdue
99
20%
Loaded
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
(10)
Projects
15
27%
Arbitration
3
67% / 33%
Overdue
0
Free
7
Developer 7
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
8
Developer 8
Rating
(10)
Projects
24
17%
Arbitration
3
67% / 0%
Overdue
4
17%
Free
9
Developer 9
Rating
(5)
Projects
4
50%
Arbitration
4
0% / 75%
Overdue
0
Free
10
Developer 10
Rating
(256)
Projects
415
38%
Arbitration
86
44% / 19%
Overdue
70
17%
Busy
11
Developer 11
Rating
(15)
Projects
23
9%
Arbitration
7
29% / 57%
Overdue
2
9%
Free
12
Developer 12
Rating
(12)
Projects
19
26%
Arbitration
4
25% / 25%
Overdue
1
5%
Free
Similar orders
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. # MANUAL ZONE MARKING # THREE TYPES OF ENTRIES (
p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} li.li1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} ol.ol1 {list-style-type: decimal} I have an EA that open trades when my entry conditions are met. It usually executes one trade per day. I'd like to add an option
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)

Project information

Budget
55+ USD
For the developer
49.5 USD
Deadline
from 1 to 2 day(s)