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

Job finished

Execution time 7 days

Specification


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

Responded

1
Developer 1
Rating
(885)
Projects
1410
67%
Arbitration
123
32% / 41%
Overdue
217
15%
Free
Published: 1 code
2
Developer 2
Rating
(206)
Projects
333
35%
Arbitration
66
12% / 58%
Overdue
87
26%
Free
3
Developer 3
Rating
(1931)
Projects
3552
88%
Arbitration
73
40% / 15%
Overdue
268
8%
Free
4
Developer 4
Rating
(137)
Projects
167
35%
Arbitration
11
91% / 0%
Overdue
0
Free
5
Developer 5
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
6
Developer 6
Rating
(7)
Projects
8
13%
Arbitration
0
Overdue
1
13%
Free
7
Developer 7
Rating
(69)
Projects
146
34%
Arbitration
13
8% / 62%
Overdue
26
18%
Free
Published: 6 codes
8
Developer 8
Rating
(574)
Projects
945
47%
Arbitration
309
58% / 27%
Overdue
125
13%
Free
Similar orders
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
AWFX 69+ USD
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the

Project information

Budget
50 - 300 USD
Deadline
from 1 to 30 day(s)