An Expert Advisor based on RSI, 2.0 and 2.5 Bollinger Bands, and a Sentiment line is needed.

Auftrag beendet

Ausführungszeit 7 Tage

Spezifikation


Entry Triggers

There are 4 triggers. A buy/sell execution should only occur when all 4 triggers are present.


The first trigger is based on main market movement (MM = Main Market movement. [This is the main chart that shows the bullish and bearish candles]) and RSI differences. Under normal market conditions, the RSI and the main chart should agree on the strength/movement of the market. The trigger happens when RSI and MM disagree -> Ex: RSI up, MM down OR RSI down, MM up).


The second trigger is based on RSI alone. The RSI will determine if the transaction is a buy or a sell based on its own value. When RSI is 68 - 75: conduct a sell signal; When RSI is 32 - 25: conduct a buy signal.


The third trigger is based on 2.0 and 2.5 Bollinger Bands. (To help our communication, I will refer to the 2 Bollinger Bands at the top of the chart as positives and the ones at the bottom of the chart as negatives [+2.0 and +2.5; -2.0 and -2.5]) When the current MM reaches +2.0 or greater OR when the MM reaches -2.0 or less: third trigger is activated.


The fourth trigger is based on the minimum distance between +2.0 and -2.0 Bollinger Bands. If the minimum distance is ≥ 15 pips: fourth trigger is activated.


Exit Triggers

After a buy/sell execution is set in motion, the stop loss and the pip limit (Pip Limit: X number of pips reached by an order in the current minute chart until the program automatically ends the transaction and pulls out of the market) are the main things that will end a transaction/pull out of the market.


STOP LOSS

The stop loss will always be 10 pips. If the stop loss is achieved and/or exceeded, the program will automatically close the transaction that achieved/exceeded the stop loss.



PIP LIMIT

The pip limits are as follows for the minute charts: 1M Chart: 1 - 5 pips; 5M Chart: 5 - 10 pips; 15M Chart: 10 - 20 pips If the pip limit is achieved and/or exceeded, the program will automatically close the transaction that achieved/exceeded the pip limit.


INDEPENDENT TRANSACTIONS

Each transaction will end/start independently, and will not rely on another transaction to end/start.


Other Rules


  1. Must work with FFCal-Headlines indicator and Game Of Forex template: The template uses a red and blue candle stick, a RSI indicator, a 2.0 and 2.5 Bollinger band indicator, and a Sentiment line (will provide and explain template if need be)

  2. Lot size must be able to change automatically depending on the current funds available (Example -> Funds:Lot Size: $1,000:0.2; $2,000:0.4; etc) AND be adjusted manually from user input if requested by user input (user input will override lot size until the expert advisor is reset)

  3. Stop Loss = 10 pips; always True

  4. Must work with 1, 5, and 15 minute charts and must detect them automatically to change triggers accordingly, to the text above (See PIP LIMIT)

  5. Automatic Buys/Sells (referred to as orders in this text document) will be made as frequent as possible as long as:

    1. 1. The 4 triggers are present

    2. 2. The order is not too frequent that it will crash the server it is running in (it is up to the programmer to see what this time should be)

  6. Order(s) will be closed upon

    1. A trigger is missing (not all 4 triggers are sending a signal)

    2. 45 minutes before, during, and after after The News (The News is headlines/announcements made by the terminal/application/MetaTrader website that affect normal market hours, functionality, and/or amount of users [programmer can ask about this if the explanation is confusing])

    3. The network has disconnected the user from the terminal/market/expert advisor/MetaTrader 4 application

    4. The required amount of pips has been successfully reached and/or exceeded by the current order in the current minute chart

    5. Stop loss has been reached and/or exceeded

    6. User has exited the program, removed/reset the expert advisor, logged out, and/or disconnected from the server

Bewerbungen

1
Entwickler 1
Bewertung
(879)
Projekte
1392
67%
Schlichtung
117
32% / 42%
Frist nicht eingehalten
215
15%
Frei
2
Entwickler 2
Bewertung
(196)
Projekte
318
35%
Schlichtung
64
13% / 56%
Frist nicht eingehalten
82
26%
Frei
3
Entwickler 3
Bewertung
(1855)
Projekte
3458
88%
Schlichtung
73
40% / 15%
Frist nicht eingehalten
265
8%
Arbeitet
4
Entwickler 4
Bewertung
(137)
Projekte
167
35%
Schlichtung
11
91% / 0%
Frist nicht eingehalten
0
Frei
5
Entwickler 5
Bewertung
(221)
Projekte
369
66%
Schlichtung
10
50% / 0%
Frist nicht eingehalten
46
12%
Frei
6
Entwickler 6
Bewertung
(7)
Projekte
8
13%
Schlichtung
0
Frist nicht eingehalten
1
13%
Frei
7
Entwickler 7
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
8
Entwickler 8
Bewertung
(563)
Projekte
932
47%
Schlichtung
302
59% / 25%
Frist nicht eingehalten
124
13%
Beschäftigt
Ähnliche Aufträge
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
Title : Looking for MQL5 Developer for EA to Lose Trades Description: We need an MQL5 developer to create an Expert Advisor (EA) that consistently loses trades on a demo account. This will help us profit using a reverse trading system on a funded account. Project Overview : • Account Size : $15,000 • Daily Loss Target: $1,000 or more • No Winning Trades : The EA should not generate any wins . • Market Instruments
I am looking for an MT4 coder who can help me build a fast trade execution EA/ programme. This programme should be able to execute market and pending orders at the highest speed possible. When applied to the chart it should print two horizontal lines (with price tags) on the chart, one is an entry price line, and the other is a stoploss price line. The user should be able to drag the lines up and down to set accurate
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
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
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
50 - 300 USD
Für die Entwickler
45 - 270 USD
Ausführungsfristen
von 1 bis 30 Tag(e)