A deriv ea needed

MQL5 Indicators Experts

Specification

script is designed to automate trading decisions for Deriv synthetic indices (such as VIX 75 and Step Indices) based on the features we discussed earlier. Here's a summary of what the script does:

  1. Trendline Break Detection:

    • Calculates a trendline on a smaller timeframe (5 minutes by default).
    • Checks for a break above or below the trendline, indicating a potential change in the market direction.
  2. Determining Trend Direction on a Larger Timeframe:

    • Determines the trend direction on a larger timeframe (60 minutes by default).
    • Uses the larger timeframe's trend to decide whether to open a trade in the same direction.
  3. Opening Trades:

    • If a trendline break occurs and the larger timeframe indicates a buy trend, it opens a buy trade.
    • If a trendline break occurs and the larger timeframe indicates a sell trend, it opens a sell trade.
  4. Managing Open Positions:

    • Checks open positions for potential adjustments.
    • Applies trailing stop if the trade is in profit and meets a minimum target profit.
    • Closes a trade if it reverses and does not go into a profit.
    • Closes a trade if it reaches the specified take-profit level.
  5. Pullback Trading:

    • Checks for pullbacks on the smaller timeframe after a trendline break.
    • If the overall trend is a buy, it opens a sell trade as a scalp during a pullback.
    • If the overall trend is a sell, it opens a buy trade as a scalp during a pullback.
  6. Customizable Parameters:

    • The script allows you to customize various parameters such as lot size, slippage, stop loss, take profit, and more.

Remember to thoroughly test this script in a demo environment before using it in a live trading scenario. Additionally, closely monitor the performance and behavior of the script and be prepared to make adjustments based on market conditions and your trading strategy. Trading involves risk, and it's important to trade responsibly.

User
You
can it avoid consolidating market trends or adapt to a consolidating market trend
ChatGPT
ChatGPT

The script provided in the previous messages focuses on trendline breakouts and pullbacks. While it can identify potential trends and pullbacks, it doesn't specifically address market consolidation. Adapting a script to avoid entering trades during consolidating market conditions or adapting to such conditions requires additional logic.

Here are some general approaches to handle consolidating markets:

  1. Volatility Filters:

    • Integrate volatility filters to determine whether the market is in a low-volatility or consolidating phase.
    • During low volatility, you might choose to avoid entering new trades or use different, range-based strategies.
  2. Price Range Analysis:

    • Monitor the price range over a specific period. In a consolidating market, prices tend to move within a range.
    • Avoid entering trades when the price is within a predefined range.
  3. Additional Indicators:

    • Integrate additional technical indicators (e.g., Bollinger Bands, Average True Range) to identify periods of consolidation.
    • Use these indicators to filter trade signals or adjust risk management parameters during consolidation.
  4. Adaptive Trend Detection:

    • Develop adaptive trend detection mechanisms that consider recent market behavior.
    • Incorporate machine learning or adaptive algorithms to adjust to changing market conditions.
  5. Time-Based Filters:

    • Implement time-based filters to avoid trading during certain hours when markets are prone to consolidation.

Adapting a script to handle consolidating markets often involves a combination of these techniques. The specific implementation will depend on the characteristics of the market you're trading and your trading strategy. Here's a simplified example of how you might modify the script to include a volatility filter using the Average True Range (ATR) indicator:


Responded

1
Developer 1
Rating
(173)
Projects
197
12%
Arbitration
38
37% / 34%
Overdue
5
3%
Loaded
Published: 2 codes
2
Developer 2
Rating
(75)
Projects
123
43%
Arbitration
12
33% / 50%
Overdue
17
14%
Free
3
Developer 3
Rating
(37)
Projects
59
27%
Arbitration
25
20% / 52%
Overdue
10
17%
Working
Published: 1 code
4
Developer 4
Rating
(44)
Projects
90
13%
Arbitration
34
26% / 59%
Overdue
37
41%
Free
Similar orders
Hello Developers! I have a TradingView Pine Script strategy and need it converted into an MT4 Expert Advisor (.mq4 + compiled .ex4). Key Requirements: 1. Entry conditions: – Trend detection using EMA 25, 50, 100, 200 – Engulfing pattern (bullish/bearish) signal – Only one trade open at a time (do not open new trade until current one hits TP or SL) 2. Money management: – Risk % per trade should be configurable
Only take trades between 10:05 and 15:45 Max 2 losing trades a day daily max loss 600$ Position Management): Initial SL = 25 ticks If position moves +25 ticks in favor, tighten SL to –15 ticks from entry If position reaches +40 ticks, exit on 20-tick retrace Flat all trades by 15:50 Those are all the things I need in the inputs settings so I can change them accordingly And the study have to work in sim rithmic
I have a new EA that needs to be backtested across eight separate set files. I will provide you with the EA and each of the set files - you will provide me with a full report for each backtest. The EA will be tested on EURUSD and USDJPY (four set files for each). I would like it tested on tick data from June 2023 to June 2025. No optimization is necessary. Please include your flat rate for the job. Thanks
I’m seeking an experienced MQL4/MQL5 developer to build a custom Support and Resistance indicator scanner dashboard for MetaTrader 4/5. The indicator should detect and draw key HH (Higher High) and LL (Lower Low) structures and respond to specific breakout and retest conditions, forming part of a larger trading system. The logic is clearly defined and will be provided in a structured document. This is part of a
I need someone should create a strangle candle chart from 2 different CE and PE chart in mt4, the chart must appear as a total new chart, so i can apply some custom indicators to it
Hello everyone! 😊 As mentioned in the title, I’m currently looking for a proven and consistently profitable EA for MetaTrader 4 or MetaTrader 5 . I’m only interested in serious offers – please no hype or unverified systems. 🔹 Source code is required (for testing, learning and possible improvements). 🔹 Preference goes to EAs with clear strategy logic, proper risk management, and real performance (Myfxbook/FXBlue
Job Description: I need a TradingView (Pine Script v5) indicator that displays up to 5 custom sessions and killzones as boxes on the chart, with a live countdown timer for each (see attached images). Features: 5 grouped sessions —each with a session and a killzone, both fully customizable (label, start/end, color, outline on/off, transparency). Session and killzone countdown timers displayed in a table on the chart
I need an MQL5 expert to develop a simple trading robot (Expert Advisor) for BTCJPY in MetaTrader 5. The EA must handle entries, stop loss, take profit, and basic risk settings. It should be able to open one trade at a time and execute cleanly. The inputs for lot size, SL, TP, and trade hours must be customizable. Code must be clean, efficient, and easy to test. Please only apply if you have experience with crypto or
I have a breakout EA in the works but I need an aggressive and DYNAMIC moving/trailing SL to move with price allowing it to move and catch profit even if its as little as 5-10 pips
I’m looking for a reliable MT4 developer to build a custom EA based on a clean, structured strategy I use manually. It’s a breakout system that uses Support/Resistance, SMA filters, and a 3-candle confirmation pattern for precise entries. EA only activates when price is between two manually set price levels: ZoneHigh = X.XXXX ZoneLow = X.XXXX 2. Trend Filter (15-Min Chart) Wait for a closed 15-minute candle above the

Project information

Budget
30 - 100 USD
For the developer
27 - 90 USD