New expert advisor based on moving averages

MQL5 专家

工作已完成

执行时间1 一天
员工反馈
Was nice to work with!

指定

Expert Advisor based on three Moving Averages and Parabolic Stop and reverse indicators. Stop Loss and Take Profit based on ATR or a specified number of pips. EA to be tested on Stocks, Indices and Currencies.

Requirement Specification For A MetaTrader 5 Expert Advisor

List of indicators

1.       Simple Moving Average SMA (15), no offset, colour – white, 2 pixels

2.       Simple Moving Average SMA (50), no offset, colour – red, 2 pixels

3.       Simple Moving Average SMA (100), no offset, colour – white, 2 pixels

4.       Average True Range (ATR) Period – 14. Do not plot this on the chart.

5.       Parabolic Stop And Reverse (PSAR).  Default setting. Colour- green.

Buy Signal (long)

1.       Price closes above SMA(15), SMA(50) and SMA(100) and

2.       Price is or goes above PSAR of current bar. Enter 1 lot immediately. Buy cycle has started.

3.       Go long again (1 lot) if two consecutive bars have lower close prices (I call these ‘Reversal Candles’. I would like this to be a variable so that I can change it to 3 or 4 consecutive candle bars, etc.

4.       Continue to add to long positions as long as Step 3 happens in a buy cycle and maximum lot size (described later) has not been reached.

5.       Enter trades at Market i.e. Market Order.

Exit Long Trade(s)

1.       Each lot added will have a pre-determined Stop Loss (SL) and Take Profit (TP).

2.       Close a lot when SL or TP level is reached.

3.       Close all opened trades when price goes below PSAR of the current bar.

4.       Do not enter short positions unless sell signal is received.

5.       Close trades at Market.

Stop Loss

1.       Set stop loss at 2.5x ATR or a specified number, whichever is higher.

Take Profit

1.       Set take profit point at 5x ATR or specified number, whichever is higher.

Do reverse for Sell Signal.

Managing parameters for optimisation:

1.       I should be able to change the values of the three moving averages.

2.       I should be able to change the parameters of PSAR.

3.       I should be able to change the period of the ATR.

4.       I should be able to change the multiples of the ATR for both Stop Loss and Take Profit. E.g. 1.8x ATR for Stop Loss and 3.9x ATR for Take Profit.

5.       I should be able to set a limit for the number of trades to enter per cycle. E.g. Not more than 3 opened positions for each cycle.

6.       I should be able to set the lot size per trade. E.g. £1/point

7.       I should be able to set the number of ‘reversal candles’ within a cycle. E.g. if there is a Buy Signal, and there are 2 or 3 or 4 consecutive bars that have lower close prices, I want to optimise on this. So, there should a parameter like ‘Reversal Candles’ = x. where x is any number of candle sticks.

8.       I should be able to set StartHour and EndHour to optimise best trading periods.

9.       Others

1.       Plot all indicators on the screen except ATR indicator.

2.       Plot buy and sell entry points below and above entry candle, whichever is appropriate.

3.       Plot stop Loss and Take Profit Lines.

4.       Allow for trading Stocks, Indices and Currencies of 3 or 5 digits.

5.      I would like to have the source code for this Expert Advisor.

My vocabulary

1.       Reversal Candles in Buy Signal: These are consecutive candle sticks that have closed lower than previous bar in a Buy Signal. E.g. Three Reversal Candles are three consecutive candle sticks where bar 0 closes lower than bar 1 and bar 1 closed lower than bar 2 and bar3 closed lower than bar 4.

2.       Reversal Candles in Sell Signal: These are consecutive candle sticks that have closed higher than previous bar in a Sell Signal. . E.g. Three Reversal Candles are three consecutive candle sticks where bar 0 closes higher than bar 1 and bar 1 closed higher than bar 2 and bar3 closed higher than bar 4.



 

 


 

 

 

 


反馈

2
开发者 2
等级
(323)
项目
471
42%
仲裁
77
12% / 64%
逾期
76
16%
空闲
3
开发者 3
等级
(1855)
项目
3458
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
4
开发者 4
等级
(119)
项目
127
41%
仲裁
3
33% / 67%
逾期
0
空闲
5
开发者 5
等级
(28)
项目
47
23%
仲裁
13
31% / 15%
逾期
12
26%
空闲
6
开发者 6
等级
(69)
项目
93
34%
仲裁
10
40% / 30%
逾期
5
5%
空闲
8
开发者 8
等级
(94)
项目
148
59%
仲裁
16
38% / 13%
逾期
25
17%
空闲
9
开发者 9
等级
(7)
项目
9
0%
仲裁
4
0% / 100%
逾期
0
空闲
10
开发者 10
等级
(563)
项目
932
47%
仲裁
302
59% / 25%
逾期
124
13%
已载入
相似订单
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
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
у нас есть стратегия, нам нужно написать 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

项目信息

预算
120 - 150 USD
开发人员
108 - 135 USD
截止日期
 4  6 天