仕事が完了した

実行時間4 時間
依頼者からのフィードバック
The best developer I came to work with, I hope to stay in touch with him. Fast and efficient and he reply quickly.

指定

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


応答済み

1
開発者 1
評価
(253)
プロジェクト
406
38%
仲裁
84
43% / 19%
期限切れ
70
17%
仕事中
2
開発者 2
評価
(400)
プロジェクト
703
49%
仲裁
57
16% / 49%
期限切れ
129
18%
3
開発者 3
評価
(285)
プロジェクト
427
63%
仲裁
5
40% / 0%
期限切れ
4
1%
仕事中
4
開発者 4
評価
(5)
プロジェクト
4
50%
仲裁
4
0% / 75%
期限切れ
0
5
開発者 5
評価
(12)
プロジェクト
19
26%
仲裁
4
25% / 25%
期限切れ
1
5%
6
開発者 6
評価
(7)
プロジェクト
11
36%
仲裁
3
0% / 100%
期限切れ
0
7
開発者 7
評価
(16)
プロジェクト
17
65%
仲裁
3
0% / 100%
期限切れ
1
6%
8
開発者 8
評価
(8)
プロジェクト
11
9%
仲裁
5
0% / 60%
期限切れ
1
9%
9
開発者 9
評価
(3)
プロジェクト
4
25%
仲裁
0
期限切れ
0
10
開発者 10
評価
(446)
プロジェクト
506
33%
仲裁
25
40% / 48%
期限切れ
7
1%
取り込み中
11
開発者 11
評価
(473)
プロジェクト
502
53%
仲裁
10
60% / 20%
期限切れ
3
1%
12
開発者 12
評価
(56)
プロジェクト
169
70%
仲裁
4
100% / 0%
期限切れ
1
1%
13
開発者 13
評価
(225)
プロジェクト
284
42%
仲裁
15
13% / 47%
期限切れ
67
24%
14
開発者 14
評価
(13)
プロジェクト
17
12%
仲裁
7
14% / 57%
期限切れ
4
24%
15
開発者 15
評価
(119)
プロジェクト
169
38%
仲裁
9
78% / 22%
期限切れ
15
9%
16
開発者 16
評価
(10)
プロジェクト
15
27%
仲裁
3
67% / 33%
期限切れ
0
17
開発者 17
評価
(362)
プロジェクト
504
40%
仲裁
147
18% / 72%
期限切れ
98
19%
多忙
18
開発者 18
評価
(3)
プロジェクト
6
17%
仲裁
1
0% / 100%
期限切れ
1
17%
19
開発者 19
評価
(67)
プロジェクト
76
7%
仲裁
33
9% / 55%
期限切れ
6
8%
仕事中
20
開発者 20
評価
(568)
プロジェクト
641
41%
仲裁
21
57% / 29%
期限切れ
47
7%
仕事中
21
開発者 21
評価
(51)
プロジェクト
59
7%
仲裁
19
21% / 42%
期限切れ
4
7%
取り込み中
22
開発者 22
評価
(563)
プロジェクト
931
47%
仲裁
301
59% / 25%
期限切れ
123
13%
仕事中
類似した注文
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let negotitate in the contact box best regartds
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
MT5 | RENKO EA 30+ USD
I am looking for a developer who knows how to run EA on renko charts. I can backtest and optimize the EA on the renko charts, but I cannot run the EA on the chart. I have an EA which I like to modify to run on the renko chart. I am using this free EA to generate the renko chart: https://www.mql5.com/en/market/product/59665?source=External Thank you
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is

プロジェクト情報

予算
400+ USD
VAT(付加価値税) (20%): 80 USD
合計: 480 USD
開発者用
360 USD
締め切り
最低 4 最高 9 日