New EA based on moving average and triple parabolic SAR

MQL4 Experten

Auftrag beendet

Ausführungszeit 33 Tage

Spezifikation

This is a job for a new Expert Advisor:

Place buy order when:

1 - PA is above EMA(200)  on 15m (t/f), 1hr (t/f) and 4hr (t/f)
2 - Buy signal is alerted by nonlag_ma_nrp (length=50) indicator (parameters definable)
3 - Buy signal is confirmed by triple parabolic SAR indicator being green (t/f)  (parameters definable)
4 - Trading Times are open (time parameters definable)

Place sell order when:
1 - PA is below 200 EMA on 15m (t/f), 1hr (t/f) and 4hr (t/f)
2 - Sell signal is alerted by nonlag_ma_nrp indicator (parameters definable)
3 - Sell signal is confirmed by triple parabolic SAR indicator being red (t/f)  (parameters definable)
4 - Trading Times are open (time parameters definable)

Volatility filter (t/f)

There must be a volatility filter to discard trades when the signal candle is x% larger than the preceding Y candles. For example – do not trade based on a signal candle that is 200% (X) larger than the average of preceding 15 (Y) candles. There must be two options for this filter - MaxVolatility and MinVolatility. Maximum will not allow trades above X% over Y candles. Minimum will only trade above X% over Y candles. Both options must be available on the same trade. 

Magic Number 

Tradng Times - There must be the ability to define 4 separate trading times. For example:

  • Trade Period 1 = 09:15 – 10:55
  • Trade Period 2 = 11:05 – 13:15
  • Trade Period 3 = 14:15 – 15:50
  • Trade Period 4 = 16:10 – 17:30 
Alerts and emails notifications 

Order Management:

Trade size defined by X % account compared to risk (based on SL value)

1 - SL can be set by X pips beyond Swing high/low or ATR bands (ATR settings configurable)
set SL to last swing low
2 - TP1 is a risk:reward parameter (e.g. 1:1.5)
3 - Once TP1 is achieved, breakeven moves to X pips above trade entry point
2 - Parameter required for TP1 to close X%
5 - trailing stop started when TP1 achieved (t/f) using ATR exit
2 - Close remaining order when nonlag_ma_nrp (length=50) indicator reverses signal (t/f) or  candle closes across the 30MA  (t/f)

Note: t/f = true/false for turning on/off the parameter


Bewerbungen

1
Entwickler 1
Bewertung
(204)
Projekte
209
28%
Schlichtung
0
Frist nicht eingehalten
3
1%
Frei
2
Entwickler 2
Bewertung
(42)
Projekte
62
8%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
3
Entwickler 3
Bewertung
(8)
Projekte
18
17%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(72)
Projekte
80
10%
Schlichtung
36
8% / 53%
Frist nicht eingehalten
6
8%
Arbeitet
5
Entwickler 5
Bewertung
(266)
Projekte
540
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
224
41%
Arbeitet
6
Entwickler 6
Bewertung
(260)
Projekte
317
37%
Schlichtung
6
50% / 17%
Frist nicht eingehalten
7
2%
Frei
7
Entwickler 7
Bewertung
(67)
Projekte
109
31%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
3
3%
Beschäftigt
8
Entwickler 8
Bewertung
(225)
Projekte
284
42%
Schlichtung
15
13% / 47%
Frist nicht eingehalten
67
24%
Frei
9
Entwickler 9
Bewertung
(65)
Projekte
87
39%
Schlichtung
3
0% / 33%
Frist nicht eingehalten
29
33%
Frei
10
Entwickler 10
Bewertung
(481)
Projekte
510
53%
Schlichtung
10
60% / 20%
Frist nicht eingehalten
3
1%
Frei
11
Entwickler 11
Bewertung
(6)
Projekte
6
33%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
0
Arbeitet
12
Entwickler 12
Bewertung
(119)
Projekte
169
38%
Schlichtung
9
78% / 22%
Frist nicht eingehalten
15
9%
Frei
13
Entwickler 13
Bewertung
(19)
Projekte
25
36%
Schlichtung
0
Frist nicht eingehalten
2
8%
Arbeitet
14
Entwickler 14
Bewertung
(37)
Projekte
59
27%
Schlichtung
25
20% / 52%
Frist nicht eingehalten
10
17%
Arbeitet
15
Entwickler 15
Bewertung
(63)
Projekte
194
73%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
1%
Frei
16
Entwickler 16
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
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

Projektdetails

Budget
50 - 100 USD
Für die Entwickler
45 - 90 USD