Create Expert advisor, with Bollinger band, trailing stop and complex martingale

MQL4 Experten

Auftrag beendet

Ausführungszeit 8 Tage
Bewertung des Kunden
EA don't work in demo account, and developer do not answer me anymore

Spezifikation


hello,

I want trade some range, so I'm using Bollinger Band= BB when BB are close enough during Ncandle.

So I need to place some stop order when BB are close enough during Ncandle. (screen1)

I need the following setting: BBmax and Ncandle.

If I put BBmax= 30 pips and Ncandle= 10 it means: 

if bollinger Band are close below 30pips during 10 candle, the EA will put a BuyStop on the highest point of the range and a SellStop on the lowest point of the range  (screen1).

If during the ncandle BBmax past over 30 pips the EA will not put stop orders

the TP needs to be a trailing stop in pips.



The most difficult is now in martingale. There is only one trade open at the same time

look at screen2: when buystop 0.1 is trigerred, sellstop0.1 is edit at sellstop=0.2

and when sellstop=0.2 is trigerred buystop=0.1 close in loss at the same time and new buy stop is edit at buystop=0.4.


In  martingale the Trailing stop start  WHEN we recover all the losses . SO if we loss buystop0.1=-3$ ; sellstop0.2=-6$ buystop=0.4 have to recover 9$(3+6) before begin trailing stop.  WE can't close martingale IN LOSSE.

REALLY important, in martingale new sellstop or buystop must have to be place on the lowest point for a sellstop and on the highest point for the buystop,  screen 3 is a good example and it's really important.  Trailing stop is the same as before BUT the TP start  WHEN we recover ALL the losses.


last point. really important:  When the martingal is too long ( because range). the EA need to Stop when there is 3 martingal  or 4 martingal , 5  martingal and must continue to the next set up. it's like a cycle. Example: I choose StopMartingal=3 , so buystop=0.01, sellstop=0.02, buystop=0.04, at 0.04 the EA stop the trade (cycle1) and will restart a new cycle at the next setup and will begin at 0.08.  Trailing stop is the same as before AND start  WHEN we recover all  the losses of all the cycles and order.

TO finish, in option, I need an offset=1pips or 2 pips....  it's  because the spread.


so the setting are:

bbmax= npips

Ncandle

limited martingale (for the cycle)

offset.

miltipliermartingale= 1.4or 1.7 or 2 ( Ineed to try different martingale multiplier)

bb period

bb deviation

bb shift




Dateien:

JPG
screen1.jpg
436.3 Kb
JPG
screen2.jpg
448.5 Kb
JPG
screen3.jpg
448.5 Kb

Bewerbungen

1
Entwickler 1
Bewertung
(41)
Projekte
88
14%
Schlichtung
29
31% / 48%
Frist nicht eingehalten
36
41%
Beschäftigt
2
Entwickler 2
Bewertung
(40)
Projekte
76
39%
Schlichtung
0
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(169)
Projekte
204
30%
Schlichtung
25
40% / 44%
Frist nicht eingehalten
12
6%
Frei
4
Entwickler 4
Bewertung
(12)
Projekte
17
29%
Schlichtung
6
17% / 67%
Frist nicht eingehalten
4
24%
Frei
5
Entwickler 5
Bewertung
(71)
Projekte
103
20%
Schlichtung
6
0% / 83%
Frist nicht eingehalten
3
3%
Frei
6
Entwickler 6
Bewertung
(143)
Projekte
255
35%
Schlichtung
12
25% / 58%
Frist nicht eingehalten
42
16%
Frei
7
Entwickler 7
Bewertung
(185)
Projekte
327
32%
Schlichtung
33
42% / 27%
Frist nicht eingehalten
98
30%
Frei
8
Entwickler 8
Bewertung
(27)
Projekte
43
7%
Schlichtung
18
6% / 78%
Frist nicht eingehalten
26
60%
Frei
9
Entwickler 9
Bewertung
(2410)
Projekte
3028
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Frei
10
Entwickler 10
Bewertung
(2067)
Projekte
2625
62%
Schlichtung
113
45% / 26%
Frist nicht eingehalten
418
16%
Arbeitet
11
Entwickler 11
Bewertung
(5)
Projekte
9
0%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
3
33%
Frei
12
Entwickler 12
Bewertung
(472)
Projekte
501
52%
Schlichtung
10
60% / 20%
Frist nicht eingehalten
3
1%
Frei
Ähnliche Aufträge
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01
Hi I'm looking for a professional programmer to modify my EA the EA send signal alert to telegram and screen shot of the chart patterns my EA is dased to the harmonic pattern but I want to see on the screen shot the pattern of the harmonic pattern and on the chat as well

Projektdetails

Budget
100+ USD
MwSt (20%): 20 USD
Insgesamt: 120 USD
Für die Entwickler
90 USD