Expert Advisor addition

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Very good communications, clearly defined expectations, good developer
Geliştirici tarafından geri bildirim
very good customer... thanks a lot

İş Gereklilikleri

I have an RSI expert advisor that opens either buy or sell trades based on chosen RSI settings (overbought, oversold, rsi period, RSI price etc). 

I have an RSI indicator that provides signals and alerts on the chart (pictures attached at bottom)

I now need a new option in the EA:

I want the option of using two separate RSI sets of data with two separate inputs (Bullish RSI inputs or Bearish RSI inputs).
If this option is chosen, the EA will need to decide between Bullish RSI inputs or Bearish RSI inputs.
To choose which inputs to use, the EA will use my RSI indicator on a different timeframe and look at the most recent signal. (let's call this "bias function")
If the most recent signal was a buy, then EA uses bullish template. If the most recent signal was sell, then the EA uses bearish template.
The "bias function" will have inputs for RSI and timeframe to choose.

 An example scenario:

In the EA options, for the "Bias Function", I choose inputs of 70 30 RSI with 14 periods on the daily chart.

I choose to use two separate RSI sets in the EA options.
I choose Bullish RSI inputs of 80 40 RSI with 8 periods and I choose Bearish RSI inputs of 60 20 RSI with 8 periods. 

Using these numbers, let's assume we  open the charts and activate the EA.
Let's assume that the "bias function" has identified that the most recent signal on the daily chart is a buy signal.
The EA will automatically choose to use the Bullish RSI inputs to trade with.

Now let's assume, 4 weeks later, that the "bias function" has looked on the daily chart and identified a new signal, a sell signal, it will now change the RSI settings to the Bearish RSI inputs and trade with those.

The EA will need to dynamically change the RSI inputs, based on the signals received from a higher timeframe.

The EA will need to be able to do this with back testing as well.

Source code required.

 

Thank you 

 

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(620)
Projeler
680
57%
Arabuluculuk
25
16% / 60%
Süresi dolmuş
228
34%
Serbest
2
Geliştirici 2
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(68)
Projeler
111
26%
Arabuluculuk
17
6% / 71%
Süresi dolmuş
15
14%
Serbest
4
Geliştirici 4
Derecelendirme
(1131)
Projeler
1433
62%
Arabuluculuk
21
57% / 10%
Süresi dolmuş
43
3%
Serbest
5
Geliştirici 5
Derecelendirme
(728)
Projeler
1048
40%
Arabuluculuk
47
49% / 23%
Süresi dolmuş
84
8%
Serbest
6
Geliştirici 6
Derecelendirme
(4)
Projeler
5
0%
Arabuluculuk
3
0% / 67%
Süresi dolmuş
2
40%
Serbest
7
Geliştirici 7
Derecelendirme
(121)
Projeler
134
66%
Arabuluculuk
36
25% / 56%
Süresi dolmuş
22
16%
Serbest
8
Geliştirici 8
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(221)
Projeler
369
66%
Arabuluculuk
10
50% / 0%
Süresi dolmuş
46
12%
Serbest
10
Geliştirici 10
Derecelendirme
(440)
Projeler
546
25%
Arabuluculuk
21
38% / 38%
Süresi dolmuş
83
15%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(298)
Projeler
427
26%
Arabuluculuk
18
61% / 33%
Süresi dolmuş
26
6%
Serbest
12
Geliştirici 12
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
Benzer siparişler
Location: Remote Employment Type:[Full-time/Part-time] About Us At Riskeys, we are transforming the trading experience with our state-of-the-art Smart Trading Keypad for MetaTrader 4/5. Our mission is to empower traders with innovative risk management tools, providing them with the speed, precision, and efficiency they need to succeed in today’s fast-paced financial markets. As we continue to push the boundaries of
Hi there new to this but need some assistance. I need someone to code a very simple indicator/EA (I don't know which one is going to be) with these specifications 1) I need the indicator to create a buffer line between the high and low of the printed candle, the high and low is based on the highest point or lowest point the candle has gone, not the close but the actual wick per say. 2) once the candle is created the
Good programme Skill needed, ability to built high frequency trading (hft) expert advisor that works on MT4 and MT5 no Grid, no Matin. just Short term trade that last 1sec - 5mins for profit take, that can be used to trade on demo and live accounts RAW ECN icmarket, Blackbullmarket, Fusion market, FPMarkets and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send
Hi Looking for an existing bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Preferably EA trading GOLD With license key NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
- Automation of layering entry criteria with a mix of initial market orders and subsequent limit orders. Automation of stop loss applied to all these order's with SL moving to above entry when criteria has been met. Automation of TPs - This is a drag and drop ea to the chart when I manually see price action appear. I am not looking for the EA to spot price action
Hello, I post daily analyses on my WordPress site, and I am looking for a developer capable of creating a bot that automatically retrieves trading information (buy/sell, entry, take profit, stop loss) from my analyses and replicates them on MT5 automatically. The goal is to develop a solution that is as simple as possible. This bot will also need to include a few additional features, such as money management, among
Input will be Buy Levels and Sell Level. Qty-> Addition | Multiply Buffer -> in Points with Level Taret -> in points/Lot Price close above Level1 then Buy Price close below Level2 then Sell Will close the position if in Positive, otherwise will not close the position and Open the opposite Position with added Quantity of the last open position. if Price thouches the Buffer Level, the opposite position will be created
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market

Proje bilgisi

Bütçe
50- USD
Son teslim tarihi
to 2 gün