An Expert Advisor using MACD_v2 and a personal indicator

仕事が完了した

実行時間3 時間
依頼者からのフィードバック
Did everything I ask and more. Was really polite and a great developer. Thank you awesome job!
開発者からのフィードバック
Excellent customer. Thank you for the order, it was a pleasure working with you.

指定

### Summary of EA Requirements

1. **Time Period**:
   - The EA should operate on the H4 timeframe.

2. **RelicusRoad MACD v2 Indicator**:
   - **Parameters**:
     - Fast EMA Period: 12
     - Fast EMA Type: Close price
     - Slow EMA Period: 24
     - Slow EMA Type: Close price
     - Signal SMA Period: 9
   - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line.

3. **Custom ADXm Gemini Indicator**:
   - **Parameters**:
     - P1: 9
     - Level1: 20
     - P2: 13
     - Level2: 26
   - The EA should use this indicator to determine buy and sell conditions based on DI and ADX values.

4. **Buy Conditions**:
   - The EA opens a buy position when:
     - The MACD line crosses above the signal line in the RelicusRoad MACD v2 in the previous period.
     - DI1 is greater than or equal to 20 and DI2 is greater than or equal to 26 in the ADXm Gemini.

5. **Sell Conditions**:
   - The EA opens a sell position when:
     - The MACD line crosses below the signal line in the RelicusRoad MACD v2 in the previous period.
     - DI1 is less than 20 and DI2 is less than 26 in the ADXm Gemini.

6. **Position Management**:
   - **Opening Positions**:
     - Use 10% of the available balance to open new positions.
   - **Closing Positions**:
     - Close the position when the MACD line crosses the signal line in the opposite direction.
   - **Stop Loss**:
     - The EA should apply a stop loss that is dynamically updated, moving in favor of the trend but never moving to a less favorable value.
     - The stop loss should be 100% of the opening price.
   - **Trailing Stop**:
     - The EA should implement a trailing stop that advances as the price moves in favor of the position, but never reduces the stop loss value.

### Additional Requirements

1. **Debug Messages**:
   - Add debug messages to ensure calculations and conditions are checked correctly.
   - Logs should include indicator values and actions taken by the EA.

2. **Data Verification**:
   - Ensure there is sufficient historical data to perform indicator calculations.
   - Adjust chart settings to allow the maximum number of bars.

3. **EA Execution**:
   - Ensure the EA is configured to operate on the desired currency pair and the H4 timeframe.
   - Conduct tests in the strategy tester to verify the EA's behavior over the last month or desired period.

### Final Considerations

- The EA should be robust, ensuring all conditions and calculations are correctly performed up to the end of the chart.
- The code should be kept clean and well-documented to facilitate maintenance and future improvements.

ファイル:

応答済み

1
開発者 1
評価
(94)
プロジェクト
116
37%
仲裁
9
89% / 0%
期限切れ
0
仕事中
2
開発者 2
評価
(174)
プロジェクト
176
76%
仲裁
2
100% / 0%
期限切れ
0
3
開発者 3
評価
(362)
プロジェクト
506
40%
仲裁
148
18% / 72%
期限切れ
99
20%
多忙
4
開発者 4
評価
(2)
プロジェクト
2
50%
仲裁
0
期限切れ
0
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
プロジェクト
1
0%
仲裁
0
期限切れ
0
仕事中
7
開発者 7
評価
(197)
プロジェクト
318
15%
仲裁
21
38% / 33%
期限切れ
16
5%
多忙
8
開発者 8
評価
(39)
プロジェクト
44
30%
仲裁
4
25% / 25%
期限切れ
0
9
開発者 9
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
10
開発者 10
評価
(266)
プロジェクト
540
50%
仲裁
55
40% / 36%
期限切れ
224
41%
類似した注文
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Hedging MT4 EA 50+ USD
Overview of the Strategy The main strategy will be hedging trades of similar lot sizes on EUR/USD (or any other pair). The idea is to start with two trades, Buy and Sell of 0.1 lots each. The positive trade will close at profit at a certain X distance set in parameters or at any SR level defined by horizontal lines manually. Blue line for resistance and red line for support. At the same time, upon closure of profit
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
Hey greetings. Am in need of a developer that has already made profitable MT4 or MT5 EA that I can buy with the backtesting and proven result. How is the draw down ? What is the winning rate ? Kindly reply and let proceed
I will buy your EA for MT5, in case that on distance it is able to make a profit of 10% per month. - Martingale methods and grid strategies should not be used as the basis of a trading strategy. - Excellent win rate (>80%) - High risk/loss management - Option to select direction of trading (long, short or both) - News filter - Editable Trading Hours I will need to test in the strategy tester and on live market (on
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I need a TradingView script (not mine) converted to an Mt5 EA. There is some specifications for the robots on when to be able to take a trade. Attached bellow is the file of the script I want translated and converted to MT5 then EA
I have attached the rules for the strategy. I have a mt4 EA version but now I want the bot on my Ctrader platform. I have never used an EA on Ctrader but I think after the EXE file is made, I just click on it to install in the Ctrader platform, correct? Anyway, if you could do this, that would be great. It's based on only one indicator, the RSI. I don't know how adjustments are made in Ctrader but I just need to be
Hello, i need a good programmer; to code an EA to trade the most productive forex pairs (mainly 2 for the day, and 2 for the night+gold), the strategy is based on the use of one moving average and the rsi, thank you in advance

プロジェクト情報

予算
30+ USD
VAT(付加価値税) (23%): 6.9 USD
合計: 36.9 USD
開発者用
27 USD
締め切り
最高 20 日