I need an indicator I have to be turned into and EA

MQL5 Эксперты

Работа завершена

Время выполнения 1 день
Отзыв от заказчика
Great job... knows what he is doing and gets it done. Great Job!

Техническое задание

Renko EA


I need an EA based on a renko overlay indicator. I can send the indicator code as soon as the job is agreed upon.


  1. Strategy 1 - Just uses Renko Overlay 1

  2. Strategy 2 - Uses a larger Renko Confirm Overlay 2 to confirm direction of trades of Renko Overlay 1


I have pictures of the strategy I use in Tradingview to give you an idea.

Renko Overlay

EA uses renko indicator for signals for trades


Strategy 1 (does not use Confirm Renko Overlay)

Renko Brick Overlay 1

Renko Overlay 1 Up = enter long / exit all shorts

Renko Overlay 1 Down = exit all longs / enter short

Strategy 2

Renko Confirm Overlay 2 confirms up tend or down trend (Renko Confirm must be larger than Renko Brick Overlay 1)

     

If Renko Confirm Overlay 2 is up bar start longs     

            Renko Overlay 1 Up = enter long

Renko Overlay 1 Down = exit all longs


If Renko Confirm Overlay 2 is down bar

Renko Overlay 1 Down = enter short

Renko Overlay 1 Up = exit short all shorts

EA Settings


Renko Settings  


Renko Brick Size = size of Renko brick

Number of Renko Bricks For Trade = Number of renko bricks that must be formed before before trades begin 0=trades start immediately as soon as signal to trade is given. If =1 then there must be one renko brick formed in the direction of the up or down renko brick before trades start. If =2 then there must be 2 bricks formed… so on and so on

Confirm Brick = Uses second larger brick size to filter long or shorts. If TRUE filter is on, if FALSE then no filter is used.  

Confirm Brick Size = Size of confirm brick (must be bigger than renko brick size)


Money Management

Fixed Lots=true Risk=false

Fixed Lots = Each trade will be the same fixed lot size

Risk= Percent of Account for each trade (if account is $1000 and risk is 10 then the trade will be $100)


Trades

Number of Trades = Number of trades taken (1 trade on each brick, so there will be a trade on each brick moving in the same direction. So when the next bar up it will enter another trade until number of trades is reached)


Close Trades

Stop Loss = Size of stop loss, each trade gets its own stop loss (0 = no stop loss)

Trailing Stop Loss = Size of trailing stop loss, each trade gets its own trailing stop loss (0 = no trailing stop loss)

Take Profit = Size of take profit, each trade gets its own take profit. (if 0 = no take profit and all trades will be closed on renko direction change)


EA Settings


Renko Brick Size

25

Number of Renko Bricks For Trade

0

Confirm Brick True or false

TRUE

Confirm Brick Size (must be bigger than renko brick size)

50



Money management


Fixed Lots=true Risk=false

TRUE

Fixed Lots

0.1

Risk (percent of account)

5



Trades


Number of Trades

1



Close Trades


Stop Loss (0 = no stop loss)

25

Trailing Stop Loss (0 = no trailing stop loss)

50

Take Profit (0 = no take profit)

150



Файлы:

PNG
Renko_6.png
30.0 Kb
PNG
Renko_5.png
29.3 Kb
PNG
Renko_4.png
106.7 Kb
PNG
Renko_3.png
97.2 Kb
PNG
Renko_2.png
99.5 Kb
PNG
Renko.png
112.5 Kb

Откликнулись

1
Разработчик 1
Оценка
(414)
Проекты
670
33%
Арбитраж
60
17% / 32%
Просрочено
114
17%
Работает
2
Разработчик 2
Оценка
(68)
Проекты
111
26%
Арбитраж
17
6% / 71%
Просрочено
15
14%
Свободен
3
Разработчик 3
Оценка
(2367)
Проекты
2975
65%
Арбитраж
76
47% / 14%
Просрочено
340
11%
Свободен
4
Разработчик 4
Оценка
(169)
Проекты
204
30%
Арбитраж
25
40% / 44%
Просрочено
12
6%
Свободен
5
Разработчик 5
Оценка
(7)
Проекты
8
13%
Арбитраж
0
Просрочено
1
13%
Свободен
6
Разработчик 6
Оценка
(1)
Проекты
2
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(8)
Проекты
16
0%
Арбитраж
9
0% / 89%
Просрочено
8
50%
Свободен
Похожие заказы
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

Информация о проекте

Бюджет
50+ USD
Исполнителю
45 USD
Сроки выполнения
до 10 дн.