Overbought Oversold indicator combined with martingale

MQL4 Experten

Auftrag beendet

Ausführungszeit 109 Tage

Spezifikation

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.


 

Bewerbungen

1
Entwickler 1
Bewertung
(595)
Projekte
927
46%
Schlichtung
31
39% / 29%
Frist nicht eingehalten
93
10%
Arbeitet
2
Entwickler 2
Bewertung
(42)
Projekte
62
8%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
3
Entwickler 3
Bewertung
(61)
Projekte
186
73%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
1%
Frei
4
Entwickler 4
Bewertung
(362)
Projekte
506
40%
Schlichtung
147
18% / 72%
Frist nicht eingehalten
99
20%
Beschäftigt
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
(10)
Projekte
15
27%
Schlichtung
3
67% / 33%
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
8
Entwickler 8
Bewertung
(10)
Projekte
24
17%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
4
17%
Frei
9
Entwickler 9
Bewertung
(5)
Projekte
4
50%
Schlichtung
4
0% / 75%
Frist nicht eingehalten
0
Frei
10
Entwickler 10
Bewertung
(256)
Projekte
415
38%
Schlichtung
86
44% / 19%
Frist nicht eingehalten
70
17%
Überlastet
11
Entwickler 11
Bewertung
(15)
Projekte
23
9%
Schlichtung
7
29% / 57%
Frist nicht eingehalten
2
9%
Frei
12
Entwickler 12
Bewertung
(12)
Projekte
19
26%
Schlichtung
4
25% / 25%
Frist nicht eingehalten
1
5%
Frei
Ähnliche Aufträge
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Hi, I want to make an automated system to take my place in making trading positions and closing it. But I want to ask , can you program it to draw a trend line in a specific chart and several moving averages should be in specific order, and when the price is near the trend line by few pips, we shift to 15 minutes chart and noticing a resistance or support action , then we take the trade ? can we do that
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
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
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

Projektdetails

Budget
55+ USD
Für die Entwickler
49.5 USD
Ausführungsfristen
von 1 bis 2 Tag(e)