RSI_SR_EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 17 giorni
Feedback del dipendente
great customer, polite and rational

Specifiche

Please provide your quote and timeframe for Phase I and for Phase II.

Please see the attached picture.

Please see indicator, attached.

RSI_SR_EA

EA based on indicator

Indicator is RSI stop&reverse

Phase I: Proof of concept

Long Entry:  Enter long when signal line is falls below price.

Short Entry:  Enter short when signal line line rises above price.

Stop Loss:  in pips, set by user.

Note:  It is important that the position is opened at the candle indicated in the provided picture.

Take profit:

Two take profit levels will be available.

TP1:  Pips set by user

TP2:  Use TP2 (true/false; user will have the option of using TP2 or not)

Pips set by user

There will also be two chances to move the stop loss:

User will have the option of using BE movements or not.

BE1:  If TP1 is hit then move stop loss to X pips from entry price.  This may be a negative number or a positive number.

BE2: If TP2 is hit then move stop loss to X pips from entry price.  This may be a negative number or a positive number.

Most trades will close with TP or BE/stop loss.  

Any position that may be open when price crosses the signal line will be closed.  At the same time a new position will be opened as per   

This condition will essentially be a "stop and reverse"

Timeframe is "use chart timeframe"

User will be able to adjust and optimize all "inputs" of the indicator.


Phase II:

User will be able to to set the line colors and thickness within the EA settings.

 

Notice:  The signal line begins to shift during the life of a candle.  If, because of the nature of the indicator, 

a position cannot be opened at the start of the candle as indicated in the screen capture, 

it may be necessary to open the new position before the candle completes.

If necessary, the EA will open a position before the candle completes.  

The programmer will offer suggestions such as a delay or possibly a pending order based on last candle before the signal line finishes its cross.


Take profit:

Add three more take profit levels will be available.

TP3: Use TP3 (true/false)

Pips set by user

TP4: Use TP3 (true/false)

Pips set by user

TP5: Use TP3 (true/false)

Pips set by user


Add two more BE levels:

BE3: If TP3 is hit then move stop loss to X pips from entry price.  This may be a negative number or a positive number.

BE4: If TP4 is hit then move stop loss to X pips from entry price.  This may be a negative number or a positive number.


Provide an on screen chart that shows:

1. quantity, pip value and dollar value of each TP level that is hit.

2. quantity, pip value and dollar value of each BE level that is hit.

3. quantity, pip value, and dollar value of each SL that is hit.\

4. quantity, pip value, and dollar value of each trade that closes at signal line cross.

Chart will have 11 lines:  TP1, TP2, TP3, TP4, TP5, BE1, BE2, BE3, BE4, SL, CAC (for close at cross).

Chart will have three columns:  Quantity (this is a count of the number of times the condition is met and executed), PIP value at execution, dollar value at execution.

User will set:  display chart (y/n) font color, font size, position on the screen such as upper right, lower right, lower left, upper left.

Con risposta

1
Sviluppatore 1
Valutazioni
(77)
Progetti
243
74%
Arbitraggio
7
100% / 0%
In ritardo
1
0%
Gratuito
Pubblicati: 1 articolo
2
Sviluppatore 2
Valutazioni
(46)
Progetti
60
45%
Arbitraggio
8
50% / 38%
In ritardo
7
12%
Gratuito
Ordini simili
OFFICIAL MQL5 SOFTWARE REQUIREMENTS SPECIFICATION (SRS) Project Name: "Quantum-Shield 2.0" Institutional EA Platform: MetaTrader 5 (MT5) Execution Logic: Fully Automated Instrument: GER40 (DAX) Timeframe: 10 Minutes 1. ARCHITECTURAL MANDATE The Expert Advisor must be a monolithic, high-performance C++ based MQL5 application. No DLLs, no external python bridges. The logic must be entirely self-contained. 2. SIGNAL
Hi All, I am looking for an EA which I have attached the video of. It places a buy stop and sell stop with 250 pips above and below current price for every minute with SL as 300 pips and TP as 500 pips. If any of of them triggers in the minute other will be cancelled, it will not place any pending orders till either of SL or TP is hit and places new set of pending orders the very next minute of SL or TP hit minute
EA Development Request I need an EA with this logic: Detect channels / wedges / triangles Entry: Reversal at channel edge + engulfing candle Breakout of pattern Timeframe: M5 / M15 / M30 (scalping) SL/TP: Fibonacci or fixed pips (settings) Filters: Trend (H1/H4) Spread Time filter Settings: Lot size / risk % Enable/disable modes Max trades Requirements: Must work on XAUUSD No repaint Fast execution Send your proposal
I need a smart and profitable DCA or Martingale robot that can trade from 10,000 to 1 million cents with good profit. Please send me an ex5 demo so I can test it. It needs to be compatible with 2-digit or 3-digit brokers by default. Source code will be provided upon completion
Specification I need a mt5 Expert advisor EA to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1 % on forex pairs and up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
The Expert Advisor (EA) must work with any custom indicator that provides Buy and Sell signals through buffers. The EA should read signals from the indicator and execute trades according to the defined rules. The EA must be universal and able to work with different indicators as long as they provide signal buffers. I will share the rest of the details with you shortly
I have an existing TradingView Pine Script. I will provide the Pine Script source code after agreement. Goal: Convert the logic into MT5 (MQL5) and build an EA. Phase 1: Create MT5 indicator that matches TradingView signals (M15 only) Phase 2: Build EA with strict execution rules: max 4 trades total one trade per symbol gold lot limit (max 0.02 total) reversal logic (close then open opposite) no re-entry after manual
Requirements 1.Robot for Entry and Exit rules as per my indicators. 2.Back testing which can work on all time frames. 3.A system which i can modify later on as well according to my studies
I have been working on an EA that is based on Ichimoku cloud and SMC internal blocks for stop loss. ENTRY BUGS: 1. I have entries issues with the chenkou and price action. It is entering trades when chenkou is poking through the kumo. This shouldn't happen. There should be a candle close with chenkou above kumo or below. 2. Another entry issue with other criteria for tenkan and price action also these entries are
MT5 Dual-Account Hedge Synchronization EA I need an Expert Advisor for MetaTrader 5 that runs on two trading accounts (same broker, same VPS). The EA must work in a bidirectional way (both accounts run the same EA). Core Functionality: - Detect when a trade is closed using OnTradeTransaction() - Capture: symbol, closed volume, account ID, timestamp - Send this data to the other account via a shared local file On

Informazioni sul progetto

Budget
30 - 100 USD
Scadenze
da 1 a 2 giorno(i)