Create an EA from indicators attached in stealth mode

MQL4 Experts

Job finished

Execution time 8 days
Feedback from employee
Good customer
Feedback from customer
This is honestly the best coder! AWESOME work and he is diligent and very skillful. Shahzad managed to do it stealth mode. Impressive!

Specification

Hello,

right up front I´d like to say this: the most important thing about this EA is, that I want this to be able closing orders in stealth mode aswell as trailing stop and break even in stealth mode. Meaning that the stop loss and take profit levels are INVISIBLE. At the same time yet customizable.

Finding coders here who will tell you they are able to do it is easy - finding one who will really DO THE JOB and make the stop loss lines invisible yet working - is hard. Are you the one who can do it?

Anyone who is able to make this happen (or come up with an idea that will give me a similar solution) I will pay this coder the double price!! :-) After completion of the job, I will send another second job order to you and pay you a second time.

Another note:  I don´t need an EA working in stealth mode requiring me painting lines on the chart. This is not a solution for me, because I am not around the computer to do this, when the EA takes orders.
Do you have an idea to make this happen for me?

-------- The EA working parameters:

TAKING ORDERS:
I need it to take orders at the arrows

1) For a SELL: '&%20_32 Indicator arrow down and AL_TXVC Indicator arrow down at the same time.
The '&%20_32 Indicator should be the triggering signal.

2) For a BUY: The same as 1) only with arrows up.

The '&%20_32 Indicator being be the triggering signal means:
Example a) The AL_TXVC arrows are showing on a candle > no trade. Then the '&%20_32 arrow shows > take a trade
Example b) '&%20_32 arrow shows on a candle. The AL_TXVC arrow shows on the previous candle > take a trade (Previous AL_TXVC arrows on up to 5 in a row.)
Please see the screenshot "Buy example double arrow"

CONFIRMATION BY _LL_ Timing indicator
1) Buy only when the line is below a value XYZ in the current timeframe
2) Sell only when the line is above a value XYZ in the current timeframe
Please see the screenshot "_LL_ Confirmation Current TF"
Parameters:
_LL_ Confirmation true/false
Buy below/Sell above ....

CONFIRMATION 2 BY _LL_ Timing indicator
1) Buy only when the line is below a value XYZ in a higher timeframe
2) Sell only when the line is above a value XYZ in a higher timeframe
Parameters:
_LL_ Confirmation 2 true/false
Buy below/Sell above ....
Timeframe to use ....

CLOSING ORDERS:
1) Closing on take profit reached
Parameters:
Take Profit ... pips
2) Closing on stop loss reached
Parameters:
Stop Loss ... pips
3) Closing on opposite arrow signals (use opposite: true/false), I need a minimum profit feature in pip. That means the EA shall only close an open trade at the opposite arrow signal as soon as there is profit of X amounts of pips.
Parameters:
Close on opposite arrow true/false
Min. Pips in profit: ...

If Closing on opposite arrow is set to true and take profit, stop loss is set with a value, the EA shall close on either one of the three happening first.

TRAILING STOP:
true/false
Trailing Start ... Pips
Trailing Distance ... Pips

BREAK EVEN MODE:
true/false
Break Even Start ... Pips

STEALTH MODE
Like explained above: All stop loss applied with trailing stop or break even or simple stop loss, but only INVISIBLE
true/false

Lastly of course parameters as usual: times of trading, max spread, lot size, comment


I hope all is clear. If you have any question, let me know.

Best wishes
BoJo199

P.S. you only need the three mentioned indicators, yet I am attaching the rest of the indicators and a template, too, maybe you have an idea how to improve the EA even more.

Responded

1
Developer 1
Rating
(365)
Projects
412
36%
Arbitration
35
26% / 57%
Overdue
63
15%
Free
2
Developer 2
Rating
(169)
Projects
204
30%
Arbitration
25
40% / 44%
Overdue
12
6%
Free
3
Developer 3
Rating
(114)
Projects
154
47%
Arbitration
2
0% / 50%
Overdue
4
3%
Free
4
Developer 4
Rating
(458)
Projects
684
56%
Arbitration
43
30% / 33%
Overdue
109
16%
Loaded
5
Developer 5
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
6
Developer 6
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
Similar orders
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
Hello, I am looking for someone that can develop for me a trading bot, that can trade on Crash 500 and 1000, and also on Boom 500 and 1000. The bot must buy on Crash 500 and 1000 and sell on Boom 500 and 1000. The indicator we use is the Awesome Oscillator. The CRASH 500/1000 we scalp it by buying. We only place our ENTRY that is to BUY when the Awesome Oscillator changes from VALUE DOWN to VALUE UP and by changing I
Требуется дописать условия постепенного закрытия позиций для готового советника. Есть готовый советник для МТ4 с простым условием для ТР. ТР= n x SL Требуется написать условие постепенного выхода из сделки. 1. TP 1 ____% от начальной позиции = ___х SL TP 2 ____% от начальной позиции = ___х SL TP 3 ____% от начальной позиции = ___х SL TP 4 ____% от начальной позиции = ___х SL TP 5 ____% от
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is

Project information

Budget
30+ USD
VAT (19%): 5.7 USD
Total: 35.7 USD
For the developer
27 USD
Deadline
from 2 to 4 day(s)