Renko Chart (Based on ATR & Simple Moving Average strategy)

Lavoro terminato

Tempo di esecuzione 4 ore
Feedback del cliente
The best developer I came to work with, I hope to stay in touch with him. Fast and efficient and he reply quickly.

Specifiche

Hello,

looking for an EA working for all assets and timeframes, as its name here are the points to be included :

Indicators :

_ renko can be either based on closing prices or the high-low range. Their sizes are adjustable, both manually by a fix tab and dynamically corresponding to the ATR value. The user will be able to switch between the functions.

_An ATR (Average True Range) indicator, its value can be adjustable.


_ two moving averages, one of 200 and another of 13. Their values are adjustable. important note : these moving averages are coming from the renko bars, not from the actual price candle values.


Conditions :

_ when two consecutive renko close above/ below the EMA(13) and are as well above/ below EMA(200), then a long/short position can be opened.

_ at this moment a stop loss is generated and set at one brick size under/ above EMA(13) in function if it is a but or sell position.

_ a trailing stop corresponding the value of the stop loss, triggered once it can be so normally at profit break even.


Money management features :

_ lot size based on a fixed % of account ballance.


Optional :

_renko have wicks.

_the risk of the lot size is dynamic ans changes accordingly the profit/ loss.

_an additional closing trade condition when the 13 EMA crosses the renko.



Wish all the best for you coders.
Best regards

Baptiste Maubert


Con risposta

1
Sviluppatore 1
Valutazioni
(259)
Progetti
420
38%
Arbitraggio
86
44% / 19%
In ritardo
70
17%
Occupato
2
Sviluppatore 2
Valutazioni
(401)
Progetti
705
49%
Arbitraggio
57
16% / 49%
In ritardo
129
18%
In elaborazione
3
Sviluppatore 3
Valutazioni
(299)
Progetti
445
64%
Arbitraggio
5
40% / 0%
In ritardo
4
1%
In elaborazione
4
Sviluppatore 4
Valutazioni
(5)
Progetti
4
50%
Arbitraggio
4
0% / 75%
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(12)
Progetti
19
26%
Arbitraggio
4
25% / 25%
In ritardo
1
5%
Gratuito
6
Sviluppatore 6
Valutazioni
(7)
Progetti
11
36%
Arbitraggio
3
0% / 100%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(17)
Progetti
18
61%
Arbitraggio
3
0% / 100%
In ritardo
1
6%
Gratuito
8
Sviluppatore 8
Valutazioni
(9)
Progetti
14
14%
Arbitraggio
6
0% / 50%
In ritardo
1
7%
In elaborazione
9
Sviluppatore 9
Valutazioni
(3)
Progetti
4
25%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(472)
Progetti
534
33%
Arbitraggio
27
41% / 44%
In ritardo
8
1%
Caricato
11
Sviluppatore 11
Valutazioni
(480)
Progetti
509
53%
Arbitraggio
10
60% / 20%
In ritardo
3
1%
Gratuito
12
Sviluppatore 12
Valutazioni
(61)
Progetti
188
73%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
13
Sviluppatore 13
Valutazioni
(225)
Progetti
284
42%
Arbitraggio
15
13% / 47%
In ritardo
67
24%
Gratuito
14
Sviluppatore 14
Valutazioni
(13)
Progetti
17
12%
Arbitraggio
7
14% / 57%
In ritardo
4
24%
Gratuito
15
Sviluppatore 15
Valutazioni
(119)
Progetti
169
38%
Arbitraggio
9
78% / 22%
In ritardo
15
9%
Gratuito
16
Sviluppatore 16
Valutazioni
(10)
Progetti
15
27%
Arbitraggio
3
67% / 33%
In ritardo
0
Gratuito
17
Sviluppatore 17
Valutazioni
(362)
Progetti
506
40%
Arbitraggio
147
18% / 72%
In ritardo
99
20%
Caricato
18
Sviluppatore 18
Valutazioni
(3)
Progetti
6
17%
Arbitraggio
1
0% / 100%
In ritardo
1
17%
Gratuito
19
Sviluppatore 19
Valutazioni
(71)
Progetti
80
10%
Arbitraggio
36
8% / 53%
In ritardo
6
8%
In elaborazione
20
Sviluppatore 20
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
21
Sviluppatore 21
Valutazioni
(56)
Progetti
65
6%
Arbitraggio
26
19% / 35%
In ritardo
4
6%
Caricato
22
Sviluppatore 22
Valutazioni
(563)
Progetti
932
47%
Arbitraggio
302
59% / 25%
In ritardo
124
13%
Occupato
Ordini simili
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
The Trading View Indicator script has about 80% of what I need. 1. I have an additional entry model called a confirmation entry 2. I normally just look back 3-50 bars to determine if a bar is wide range or not, but the 3 additional WRB models require requirements based on 3 bars before it, and each one has its own name. 3. The TV indicator has a lot of visual cosmetics that we won't be able to do in MT5, but colour
Hello, I am looking for a developer to reconstruct an indicator that is currently in an ex4 file into an mq4 file. The indicator provides buy and sell signals with entry points, Stop Loss, and TP1, TP2, and TP3. However, the indicator has some errors, and I would like to correct them. Unfortunately, since I only have the ex4 file, it's not possible to make these corrections directly. Therefore, I would like to
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
I’m looking for someone experienced with Think or Swim to create a backtesting script for an in-the-money Iron Condor strategy using options on the SPX. The strategy involves setting up 10 contracts of an Iron Condor with a 10-point spread width and a net credit requirement of $11 per contract. The goal is to backtest the performance over the last three years, focusing on trades where the SPX closes outside a
Hello, I have a physically trading keyboard and i want to connect it with tradelocker, mt4,mt5 and ctrader. People need to be able to open and close a position with the keyboard really fast. i need it on macos, windows and linux. (desktop) My competition is: www.magickeys.trade My goal is to be the number 1 to sell the keyboards + software. When people order a tradingkeyboard they will get a mail after the purchase
Job Title: Expert Advisor (EA) Developer for Forex Trading Job Description: I am seeking an experienced Expert Advisor (EA) developer to create a customized trading bot for the MetaTrader 4/5 platform. The bot will be designed to execute a sophisticated trading strategy that incorporates daily range calculations, cost averaging, and hedging with precise pip management. The successful candidate should have strong
Hello, I have built and EA with FX Dreema ( https://fxdreema.com/ ) that uses the maximum and minimum vales of the previous candle to entry on a trade. After that, I put a Stop Loss and Trailing Stop on that order, and goes as the market follows up and down. First, I recognize what I'm asking in this project may not be possible. I know about the differences in results comparing Strategy Tester with Real and Live
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Trendline expert 40 - 200 USD
My project is to put my strategy on the VCrush indicator. I already have the indicator, I just need to add the entry methods, take and stop rules. There are 5 lines in total, when these lines are aligned, the robot makes the entry. Below are two images of what the buy and sell entries would look like with the lines aligned

Informazioni sul progetto

Budget
400+ USD
IVA (20%): 80 USD
Totale: 480 USD
Per lo sviluppatore
360 USD
Scadenze
da 4 a 9 giorno(i)