Custom Indicator MT5

MQL5 专家

工作已完成

执行时间5 天
员工反馈
Excellent customer very patient and understanding 💯
客户反馈
Excellent coder, he completed a very difficult task . will definitely use again.

指定

i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols:

input string symbol2 = "DXY"; input string symbol3 = "US10Y";

i have made a very basic  sketch on chatgpt but it needs professional code work. 

Indicators and Settings Used:

  1. Commodity Channel Index (CCI)
    • Two instances of CCI with different periods.
    • ccihandle: CCI on the main timeframe (tf) with period ccip (default 140).
    • ccihandle2: CCI on another timeframe (tfb) with period ccip2 (default 30).
  2. Moving Average (MA)
    • mahandle: Linear Weighted Moving Average (LWMA) on PERIOD_M15 with period map (default 140).
    • _mahandle and _mahandle2: Smoothed Moving Average (SMMA) on PERIOD_M6 with periods 60 and 76 respectively applied to OBV.
  3. Standard Deviation (StdDev)
    • stdhandle: Standard Deviation on PERIOD_M15 with period map (default 140).
  4. Relative Strength Index (RSI)
    • rsihandle2: RSI on PERIOD_H2 with period 14.
    • rsihandle3: RSI on PERIOD_D1 with period 14.
  5. On-Balance Volume (OBV)
    • mfihandle: OBV on PERIOD_M6.
    • _mahandle and _mahandle2: SMMA applied to OBV with periods 60 and 76 respectively.
  6. Average True Range (ATR)
    • atrhandle: ATR on PERIOD_M6 with period 14.

Buy and Sell Entry Criteria:

Buy Entry Conditions:

  1. CCI-based Trend:
    • Buy trend is determined if the closing price does not exceed the high of the previous r bars on the main timeframe (tf).
    • Another buy trend is determined similarly but on a different timeframe (tf4) with r2 bars.
  2. RSI-based Cycle:
    • Buy cycle is initiated if the RSI value on PERIOD_D1 crosses above 35 from below.
  3. Daily Change-based Trend:
    • Buy trend is set if the daily change of "EURUSD" on PERIOD_H12 is greater than 0.5.
    • Buy trend is set if the daily change of sym2 is greater than the daily change of _Symbol by at least 0.1.
    • Buy trend is set if the daily change of sym3 is less than the daily change of _Symbol by at least 0.01.
  4. Combination of Conditions:
    • Buy entry occurs when the following conditions are met:
      • RSI2 is less than 70.
      • There are no conflicting sell signals.

Sell Entry Conditions:

  1. CCI-based Trend:
    • Sell trend is determined if the closing price does not fall below the low of the previous r bars on the main timeframe (tf).
    • Another sell trend is determined similarly but on a different timeframe (tf4) with r2 bars.
  2. RSI-based Cycle:
    • Sell cycle is initiated if the RSI value on PERIOD_D1 crosses below 69 from above.
  3. Daily Change-based Trend:
    • Sell trend is set if the daily change of "EURUSD" on PERIOD_H12 is less than -0.5.
    • Sell trend is set if the daily change of sym2 is less than the daily change of _Symbol by at least 0.1.
    • Sell trend is set if the daily change of sym3 is greater than the daily change of _Symbol by at least 0.01.
  4. Combination of Conditions:
    • Sell entry occurs when the following conditions are met:
      • RSI2 is greater than 30.
      • There are no conflicting buy signals.
      •  

 

Additional Indicators:

 

5.     Moving Average Convergence Divergence (MACD): This can help to confirm the trend direction and momentum.

§  MACD Line: Difference between the 12-period and 26-period EMA.

§  Signal Line: 9-period EMA of the MACD Line.

§  Entry Criteria: Buy when the MACD Line crosses above the Signal Line, and sell when it crosses below.

6.     Bollinger Bands: These can be used to identify overbought and oversold conditions.

§  Entry Criteria: Buy when the price touches the lower band, and sell when it touches the upper band.

7.     Volume: Volume indicators can confirm the strength of a price move.

§  On-Balance Volume (OBV): Used to detect trend direction.

§  Entry Criteria: Confirm buy signals with increasing volume and sell signals with decreasing volume.

8.     Fibonacci Retracement Levels: These can be used to identify potential support and resistance levels.

§  Entry Criteria: Buy near the 38.2%, 50%, or 61.8% retracement levels during an uptrend and sell near these levels during a downtrend.

9.     Parabolic SAR: This can help to determine the direction of the trend and potential reversal points.

§  Entry Criteria: Buy when the Parabolic SAR moves below the price, and sell when it moves above the price.



反馈

1
开发者 1
等级
(30)
项目
35
26%
仲裁
0
逾期
4
11%
空闲
2
开发者 2
等级
(98)
项目
118
31%
仲裁
5
40% / 20%
逾期
5
4%
空闲
3
开发者 3
等级
(276)
项目
494
35%
仲裁
62
34% / 35%
逾期
177
36%
繁忙
4
开发者 4
等级
(280)
项目
452
38%
仲裁
91
43% / 19%
逾期
73
16%
已载入
5
开发者 5
等级
(148)
项目
220
80%
仲裁
18
33% / 44%
逾期
10
5%
工作中
6
开发者 6
等级
(137)
项目
175
43%
仲裁
20
60% / 20%
逾期
10
6%
空闲
7
开发者 7
等级
(10)
项目
6
33%
仲裁
4
0% / 50%
逾期
1
17%
工作中
8
开发者 8
等级
(168)
项目
186
43%
仲裁
7
0% / 57%
逾期
9
5%
已载入
相似订单
I HAVE AN EXPERT ADVISOR BASED ON TWO INDICTORS . WHEN BOTH GIVES BUY IT TAKES A TRADE AND WHEN BOTH GIVES A SELL IT TAKES SELL TRADE. IF A BUY IS TAKEN.. IT WILL CONTINUE TILL BOTH INDICATORS GIVE A SELL . AND SAME GOES FOR BUY. THE BUG IS IT IS MISSING SOME TRADES. WE HAVE TO ADD MULTIPLE TIME FILTERS , BUY TARGET , SELL TARGET , BUY STOP , SELL STOP METHOD 1 , METHOD 2 FOR CLOSING TRADES
I have my own renko chart. When the first block closes above RSi level (X) I want to buy then when the first block closes below rsi level (x) I want the trade to close and a sell to open. When the first block closes below rsi level (x) i want the ea to sell and not close until the first block closes above rsi level (x) then a buy should open If there is a loss, 2 trades should be taken at the same time. A regular
Need EA created 30+ USD
I am receiving non-stop buy/close on the other version. I have the basic parameters coded. I don't know what to do. I am new to coding and am able to only code the basics at the moment
Trading safely, smartly, responsibly, and profitably just got far less time consuming and a whole lot easier… 3-Time World Trading Champion Reveals How to Flip $100 into $1,977.84 Every 15 Days! You’ll see how using a secret from a 3-time world trading champion turned a measly $15 into $548.33 in just 2 weeks. With an astounding 91.3% win rate! And how this same breakthrough strategy also just turned $100 into
I have an Expert Advisor written for MetaTrader 4 based on an intraday breakout strategy for US30. The code works correctly in the strategy tester but does not open live orders. I am looking for a programmer to review and make the EA fully functional on a real account without altering the strategy logic. Requirements: The EA should open orders according to the breakout strategy logic. The code should be reviewed to
Hello! I need an EA that can pass and/or trade prop firm accounts. The EA must be made specifically for passing or managing prop firm accounts. Low drawdown. Consistent and reliable. Backtested. I would like to purchase an already made bot that you are using yourself for prop firms and have been running live for some while on prop firms but also accepting custom made from scratch. Think you have something for me
I've a strategy in pine script that i need to convert it into and expert advisor. If anyone have expertise in mql5 please let me know the expert i want to develop isn't too sophisticated
hello, my ea is not working fine and i need some one available for google meet that can fix it. i can send the code to the applicant to see the job before they take it
Hello. I have a custom NinjaScript indicator that is not compiling correctly. Can anyone take a look at it and see if you can resolve the errors? This code plots offset lines above and below the 14 ema, using System; using System.Windows.Media; namespace GeneralTradingApp { public class ProfitTargetTickOffset { public int TickCount { get; set; } public Brush UpperLineColor { get; set; } public Brush LowerLineColor
Need a trade copier for all this platform My budget is only 500 no less no more its fixed Only TAKE this project if you have prove that you can connect to all this platform from mt5 Dont bother showing only 1 platform for prove I had enough getting scam and go through arbitrage. I need it to work in my computer, no server, no vps, no any other external thing For how and what function the trade copier need we can

项目信息

预算
40+ USD
开发人员
36 USD
截止日期
 1  3 天