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

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 8 gün
Müşteri tarafından geri bildirim
EA don't work in demo account, and developer do not answer me anymore

İş Gereklilikleri


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




Dosyalar:

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

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(42)
Projeler
88
14%
Arabuluculuk
30
30% / 53%
Süresi dolmuş
36
41%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(40)
Projeler
76
39%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(169)
Projeler
204
30%
Arabuluculuk
25
40% / 44%
Süresi dolmuş
12
6%
Serbest
4
Geliştirici 4
Derecelendirme
(12)
Projeler
17
29%
Arabuluculuk
6
17% / 67%
Süresi dolmuş
4
24%
Serbest
5
Geliştirici 5
Derecelendirme
(71)
Projeler
103
20%
Arabuluculuk
6
0% / 83%
Süresi dolmuş
3
3%
Serbest
6
Geliştirici 6
Derecelendirme
(143)
Projeler
255
35%
Arabuluculuk
12
25% / 58%
Süresi dolmuş
42
16%
Serbest
7
Geliştirici 7
Derecelendirme
(185)
Projeler
327
32%
Arabuluculuk
33
42% / 27%
Süresi dolmuş
98
30%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(27)
Projeler
43
7%
Arabuluculuk
18
6% / 78%
Süresi dolmuş
26
60%
Serbest
9
Geliştirici 9
Derecelendirme
(2428)
Projeler
3057
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
10
Geliştirici 10
Derecelendirme
(2086)
Projeler
2646
61%
Arabuluculuk
113
45% / 26%
Süresi dolmuş
418
16%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(5)
Projeler
9
0%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
3
33%
Serbest
12
Geliştirici 12
Derecelendirme
(478)
Projeler
507
53%
Arabuluculuk
10
60% / 20%
Süresi dolmuş
3
1%
Serbest
Benzer siparişler
Indicator in use: Bollinger Bands Mechanism (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the lowest point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal; or if on Futures if the increment is .25 or .10 then this is used) 2. Enter sell ONLY on the next candle if price breaks
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price
hey guys, im looking for an auto mt5 license system through a web app i have already, i simply want it so a unique license key is generated for memebers, they input this onto the EA input and then it checks if its valid. active license per user capped at 5. i already have an mt5 coder and dec team for the app so i dont know if youd prefer to intergrate onto the webapp yourself or simply provide the code and doc so my
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
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
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

Proje bilgisi

Bütçe
100+ USD
KDV (20%): 20 USD
Toplam: 120 USD
Geliştirici için
90 USD