Custom indicator

MQL5 指标

指定

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 that i can send you. 

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
等级
(1)
项目
3
0%
仲裁
0
逾期
0
工作中
2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(56)
项目
166
69%
仲裁
4
100% / 0%
逾期
1
1%
空闲
4
开发者 4
等级
(62)
项目
71
34%
仲裁
3
33% / 33%
逾期
2
3%
工作中
相似订单
Hello, I purchased a TradingView script that works very well, but it doesn’t have any alerts. All I need are alerts programmed so I don’t have to sit behind the chart watching it all the time
Hi! Are you able to code an exact copy of an indicator for trading view? It must be exactly the same. if you are expert in doing this I am expecting your message in the comment session to share you with the indicator I want to duplicate. Looking forward to your positive response and the opportunity to collaborate with you on this project
Hello developers I hope this message finds you well. I am currently seeking a highly skilled developer for an important project. I need an exact copy of a TradingView indicator to be coded for the MetaTrader 4/5 platform. The indicator must be replicated with absolute precision, maintaining all its functionalities and features. Would you be able to take on this project? If so, I would appreciate discussing the
Hello Developers, I am looking for a highly skilled and experienced developer to code an exact copy of a specific indicator for TradingView. The indicator must be replicated with precise accuracy, maintaining all functionalities and features of the original. Requirements: Proficiency in Pine Script and experience with TradingView indicators. Demonstrated ability to replicate complex indicators with exact
MODIFICATION OF AND EXISTING EXPERT BY ADDING INDICATORS TO FUNCTION AS FILTERS, TRADE CLOSURE BY THE REVERSAL OF THE adx INDICATOR, LOOKING FOR TRADE BASED ON THE COLOR OF THE PERCENTAGE CHANGE INDICATOR (DPC) SELLING THE COLR IS RED AND DECREASING IN PERCENTAGE AND BUYING WHEN THE COLOR IS GREEN AND INCREASING IN PERCENTAGE . There is an EA I have been using which I splitted into long trading and short trading. It
I'm looking for very simple scanner dashboard based on Zigzag and I'm going to share more details to the right candidate. I want show some kinds of Signal when pattern match and when click from Dashboard it's opened new tab with chart and show that pattern. It should be use custom timeframe, Scan custom pair as well scan from Market Watch. Dashboard must be Responsive or adjust with any screen. It's based on Very
Looking for someone who can convert 130 Lines of Pinescript code to MT4/5 And I want extra input for scanning from Marketwatch and Custom Pairs. More details for the right candidate. And if you are high demand freelancer, please don't apply to this project. We're looking for someone who are individual and keep working with us. Thank you
i am looking for experienced programmer to create indicator for me. i am willing to pay for the service. and if it works amazingly like i expected. i will tip more money
I recently bought an indicator, that sends out notifications for trades i need to place, on the notification these and SL and TP, so i want an EA that would automate that for me
SMART MONEY 30 - 49 USD
--- Job Title: EA Programmer for Smart Money Concept (Urgent) Job Description: We are seeking an experienced EA programmer to finalize a project focused on implementing the Smart Money Concept. The progress is at 80%, and we need someone to complete the remaining tasks within a week. Project Requirements: - Liquidity, CHoCh, and Return to OrderBlock: Implement these key components effectively into the Expert Advisor

项目信息

预算
40+ USD
截止日期
 1  3 天

客户

(8)
所下订单28
仲裁计数0