MT5 EA that can run on 10 second timeframe

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 23 gün

İş Gereklilikleri

I need help with putting my idea of a strategy down in code. I dont need optimization help but rather just help with getting a functioning code that I can continue to work on myself.

The EA should use some indicators, one of them are a custom indicator "Supertrend" which I already have access to and will share with you. Supertrend is basically an indicator that plots a band under or over the candlesticks with the distance 3 multiplied by the average true range with a period of 10. As soon as a candle closes on the other side of the supertrend, the band switches to the other side of the candles (and switches colour) and it starts to trail the price until it closes on the other side again. 

Part of the job will be to code something custom to allow for a 10 second timeframe. When that is in place the second part of the job will be to code the EA itself and the rules for that is listed below:

For Long positions all the following criteria must be met: Supertrend indicator must be green on the 15 min timeframe and supertrend must be green on the 1 min timeframe. If these two criteria are met the EA should go long when a candle closes at or under the bollingerband with a deviation of 2 on the 10 second timeframe (period 20 on the bollingerband) -The position is hold until either of these 3 exit criterias are met:

1. If the position goes the right way it looks for bottoms in the rsi indicator on the 10 second timeframe with a rather short period of 5 on the rsi. every time a bottom is set in the rsi5 that has a value of under 25, the corresponding level in the price graph during that bottom should be used as the exit level if that level breaks. I want some small margin here lets say 2-3 pips. I have screenshots to explain this further.

2. A full stop out occurs. the stop should be placed 3 times the atr on the 1 min chart away from the entry.

3. If the supertrend switches to red on the 1 min timeframe the bot should look for exit. However I dont want it to exit right away but instead use the bollingerbands on the 10 sec tf again. So if it closes at or under the bollingerband (2) it should make the exit.

The exact same rules apply for short positions but in reverse. The bot should consequently stay away from taking positions when the supertrend on 15 min and 1 min tf doesnt agree. I think that is all the rules that are needed 🙂

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(131)
Projeler
173
39%
Arabuluculuk
4
25% / 50%
Süresi dolmuş
13
8%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(219)
Projeler
370
42%
Arabuluculuk
145
17% / 41%
Süresi dolmuş
124
34%
Serbest
3
Geliştirici 3
Derecelendirme
(27)
Projeler
43
7%
Arabuluculuk
18
6% / 78%
Süresi dolmuş
26
60%
Serbest
4
Geliştirici 4
Derecelendirme
(8)
Projeler
18
17%
Arabuluculuk
3
67% / 0%
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(261)
Projeler
425
38%
Arabuluculuk
86
44% / 19%
Süresi dolmuş
71
17%
Yüklendi
6
Geliştirici 6
Derecelendirme
(119)
Projeler
169
38%
Arabuluculuk
9
78% / 22%
Süresi dolmuş
15
9%
Serbest
7
Geliştirici 7
Derecelendirme
(43)
Projeler
72
49%
Arabuluculuk
4
0% / 50%
Süresi dolmuş
19
26%
Serbest
8
Geliştirici 8
Derecelendirme
(42)
Projeler
88
14%
Arabuluculuk
31
29% / 55%
Süresi dolmuş
36
41%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(2)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
100%
Serbest
Benzer siparişler
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money

Proje bilgisi

Bütçe
100 - 300 USD
KDV (25%): 25 - 75 USD
Toplam: 125 - 375 USD
Geliştirici için
90 - 270 USD
Son teslim tarihi
from 1 to 7 gün