Double Whammy WMA and RSI cycling system.

Auftrag beendet

Ausführungszeit 22 Stunden
Bewertung des Entwicklers
The client responds quickly, which means that the work can be delivered in a short time. I recommend it.
Bewertung des Kunden
Best experience I had with an MT4 programmer period.

Spezifikation

Requirements Specification:

Here are the Requirements Specification for the development of the Weighted Moving Average (WMA) Slope and RSI Expert Advisor in MT4.

1. The idea of the trading system is as follows: Market entries are performed per slope of WMA line and the signal from RSI are both match the trigger conditions. Plus another simple RSI cycling position.

2. Trend is determined based on the WMA slope with the specified period (InpWMATrendPeriod). If the current WMA value is greater than the previous one, the trend is seen as Up_Trend (WMA_current > WMA_previous). Alternatively, if current WMA is below the previous one, the trend is considered to be Down_Trend (WMA_current<WMA_previous).

3. Trading Signals:

  • Buy signal: WMA trend is up, last bar average price above the WMA, and RSI below 30. Two buy orders are placed. One buy order will only be closed when the trend changes, the other Buy order will be cycling as per RSI levels.  Buy one position when RSI below 30 and Sell the position back when RSI is above 70 ( a cycling RSI based Buy and Sell in the direction of the trend).
  • Sell signal: Trend is Down, last bar average price is below WMA and RSI above 70. Two buy orders are placed. One short order will only be closed when the trend changes, the other will be cycling as per RSI levels.  Short one position when RSI above 70 and Cover the position back when RSI is below 30 ( a cycling RSI based Short and Cover in the direction of the trend) 

Figure1:  One position is open to follow the trend, another position is open to cycle with RSI levels in the direction of the trend.

4. Positions are closed at opposite signals: Buy positions are closed on Short signal, and Short positions are closed at Buy signals.

5. Positions are opened at the market price on same bar.

7. No Stop loss or profit taking.

8. System Inputs:  Position size (1 default), WMA (200 default) and RSI (4 default) periods. RSI buy level and RSI sell Level (30 and 70 by default). 


Bewerbungen

1
Entwickler 1
Bewertung
(51)
Projekte
58
52%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(79)
Projekte
111
37%
Schlichtung
0
Frist nicht eingehalten
4
4%
Frei
3
Entwickler 3
Bewertung
(362)
Projekte
506
40%
Schlichtung
147
18% / 72%
Frist nicht eingehalten
99
20%
Beschäftigt
4
Entwickler 4
Bewertung
(87)
Projekte
109
25%
Schlichtung
9
44% / 22%
Frist nicht eingehalten
8
7%
Arbeitet
5
Entwickler 5
Bewertung
(71)
Projekte
80
10%
Schlichtung
35
9% / 54%
Frist nicht eingehalten
6
8%
Arbeitet
6
Entwickler 6
Bewertung
(30)
Projekte
55
22%
Schlichtung
12
67% / 8%
Frist nicht eingehalten
2
4%
Frei
7
Entwickler 7
Bewertung
(10)
Projekte
25
28%
Schlichtung
2
0% / 0%
Frist nicht eingehalten
1
4%
Beschäftigt
8
Entwickler 8
Bewertung
(16)
Projekte
17
35%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
0
Frei
9
Entwickler 9
Bewertung
(74)
Projekte
121
43%
Schlichtung
12
33% / 50%
Frist nicht eingehalten
17
14%
Frei
10
Entwickler 10
Bewertung
(61)
Projekte
186
73%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
1%
Frei
11
Entwickler 11
Bewertung
(549)
Projekte
1332
59%
Schlichtung
28
82% / 0%
Frist nicht eingehalten
10
1%
Frei
12
Entwickler 12
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
13
Entwickler 13
Bewertung
(71)
Projekte
254
53%
Schlichtung
16
50% / 38%
Frist nicht eingehalten
83
33%
Frei
Ähnliche Aufträge
I want to decompile an ea file and get the source code, i need it really quick as fast as possible. the file must be delivered alongside the source code
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader 1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks

Projektdetails

Budget
100+ USD
Für die Entwickler
90 USD
Ausführungsfristen
von 3 Tag(e)