fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. VHV-Profit-Masters
    3. Posts
    • Profile
    • Following 18
    • Followers 32
    • Topics 43
    • Posts 684
    • Best 13
    • Controversial 2
    • Groups 0

    Posts made by VHV-Profit-Masters

    • RE: EA Trades Volatility index

      @jpsam said in EA Trades Volatility index:

      Amigos, ¿se puede usar FXdreema para programar un asesor experto que opere con el índice de volatilidad 10, ya que no está entre los pares de divisas o símbolos preinstalados en MT5? De ser posible, ¿cómo puedo implementarlo?

      Of course! You can create EAs to trade synthetic indices, including the Volatility 10 Index (V10). To do so successfully, first, clearly define your strategy, including entry and exit conditions, tools, indicators, and key configurations.

      I recommend that you first trade manually on the chart, refining your approach until you achieve consistent results. Once your strategy is validated, you can develop your EA in FxDreema or MQL5, based on the parameters you have already tested manually. This will help you optimize the EA's performance and avoid mistakes from the start. Good luck with your development! 🚀

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: How to copy constants/variables from one project to other one?

      @faisalfiaz2002 Hi bro

      https://www.youtube.com/watch?v=uRnPgfY3dmw&pp=ygUTbXQ0IHRvIG10NSBmeGRyZWVtYQ%3D%3D

      https://www.youtube.com/watch?v=-nTLbLPdynY&pp=ygUTbXQ0IHRvIG10NSBmeGRyZWVtYQ%3D%3D

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: Draw Rectangle from x-days before

      @MMZSAVANT Hello friend, I don't really understand your request very well, but I usually draw rectangles to mark the sessions in this way, which is in the captured image, I share a thread of this project so that you can use the part that can be useful to you, if what you want is to draw the rectangle in the past the market I don't know how to do that and it would be very interesting to discover how to do it, I hope this Thread is of some use to you for your project.

      https://fxdreema.com/shared/88qBbrYGd

      fa491023-a457-4be7-a8ee-e2cccb58396f-image.png

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: Spread block doesn't work

      @SamTan81 Hello friend, I really don't understand how your EA works if it doesn't have any value in the constants, but with respect to your question, I would do it this way. I hope it helps. I would like to see your EA with the parameters you use to make it work on some asset to see how it behaves with this spread filter.

      https://fxdreema.com/shared/IipeC7zOc

      383756dc-2ea1-4049-8edb-244dceca9f39-image.png

      posted in Bug Reports
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: MT5 Very simple news filter

      Hi friends, I don't know what I'm doing wrong but this news filter isn't working for me.

      posted in Tutorials by Users
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: Please help me!... I need to make my EA not trade if the price touches the High and Low of the previous day's session.

      @l-andorrà
      Note that in the thread of my post I have already tried to do it as you tell me but I have not been able to get it to work, for this reason I am asking for help to solve it in the thread that I shared.

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: Please help me!... I need to make my EA not trade if the price touches the High and Low of the previous day's session.

      @l-andorrà
      Thank you, my friend, for your attention to my call for help with this project. Below I share with you the detailed explanation of this strategy that I created with the help of AI.

      Parameters and Configuration of the Intraday Breakout Strategy for Previous Session Highs and Lows
      This is a mechanical trading system based on the breakout of the previous day's highs and lows. It is executed on the GBP/JPY currency pair and follows strict rules for order placement, risk management, and result optimization.

      Parameters and Configuration

      1. Asset and Execution Time
        Trading Pair: GBP/JPY
        Reference Timeframe: Daily
        Reference Time Zone: UTC+1
      2. Identification of Key Levels
        The previous day's high and low are identified within the period between 9:00 and 11:00 (UTC+1).
        These levels define the points where buy and sell orders will be placed.
      3. Trading Conditions
        The market is monitored until 23:00 (UTC+1) for evaluation.
        If, between 23:00 and 00:00 (UTC+1), the price has not broken the previous day's high or low, pending orders are placed:
        Buy Stop Order at the previous day's high.
        Sell Stop Order at the previous day's low.
        Cancellation Rule: If the price breaks the high or low before 23:00 (UTC+1), no trades are executed for that day.
        Risk Management and Profit Targets
      4. Order Management
        Risk per trade: 2% of capital is risked per trade.
        Stop Loss (SL): 20 pips from the entry point.
        Take Profit (TP): 40 pips from the entry point.
        Risk/Reward Ratio: 1:2 (for every 1% risked, the target is to gain 2%).
        Exclusion Rule: If a trade from the previous day is still open, no new orders will be placed until the previous trade is closed.
        Optimization and Improvements
        Backtesting and optimizations were conducted to enhance the profitability of the strategy. Three key adjustments were identified to improve its performance:

      Pending Order Exposure Time
      If a pending order remains untriggered for more than 10 hours (600 minutes), it is recommended to cancel it.

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: The expert works in backtesting but not in forward testing

      Hola, puse a prueba tu EA y funciona normal, quizas debes agregarle esto en: edirt current options

      image.png

      1 = 10
      0.1 = 1
      0.01 = 0.1
      0.001 = 0.01
      0.00001 = 0.0001
      0.000001 = 0.0001

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: Please help me!... I need to make my EA not trade if the price touches the High and Low of the previous day's session.

      Any charitable souls out there?

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • Please help me!... I need to make my EA not trade if the price touches the High and Low of the previous day's session.

      Please, I need help!... I've tried everything and can't get it to work properly. This is a high-low breakout EA captured from a past session. It's a completely mechanical strategy.
      In the first time frame, my EA captures the high and low. In the second time frame, the EA checks if the market touches the previous high or low. If the market touches the previous high or low, the EA should display a message on the screen and not trade that day. It should start trading the next day.
      I need to make my EA not trade if the price touches the high and low of the previous session, and if the price doesn't touch the previous high or low, I need to make it trade that day.
      Friends: @fxDreema, @l-andorrà, @jstap, @OntradingX, @roar

      If you can help me make the necessary changes to my project thread so I can resolve this, I would be very grateful.

      This is the link to my project:

      https://fxdreema.com/shared/IaO8QWloe

      Image:
      e312a99c-4fb6-4ab4-98fe-9ba4bbd12ec4-image.png

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: EA development

      @tec-nacks What would be the price for your help friend?

      posted in General Discussions
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: Close All Positions on the Account

      @Kings_qqe

      https://fxdreema.com/shared/mOk4O4Qgc

      Someone shared this a long time ago, what you need is this same logic, only you must change it so that instead of adding the losses it adds the profits and closes when it reaches the daily required profit.

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: How to put the password to an EA that I have to give to a friend?

      @creatingrobot Hello, share a thread of the robot to see its logic and help you if possible.

      posted in Tutorials by Users
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: MT5 Very simple news filter

      @chrisbe "Thank you very much, my friend, for sharing your news filter. I have been searching for a long time to overcome this significant obstacle of having a functional news filter code to add to my projects, without success, and it is truly frustrating. I greatly value your kind contribution; I will test it and sincerely hope it works well. I wish you the greatest success, my friend. Thank you very much."

      posted in Tutorials by Users
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: DJ30 Profitable EA for Share and Improvement

      image.png

      image.png

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: DJ30 Profitable EA for Share and Improvement

      image.png

      image.png

      image.png

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: How I can make buy stop & sell stop grid pending orders please?

      @Flipper66 Search here on this YouTube channel

      https://www.youtube.com/@Boxxocode/videos

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: Trademanager for MT5 Mobile

      @Domeonline Dear friend,

      I have a question: when you run your Expert Advisor (EA), do you execute it manually using MetaTrader's native panel, or do you use custom buttons on the chart? From what I understand, your EA manages the manual orders you place; is that correct?

      I look forward to your response.

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: MT5 Close All Fast

      @zentex74 Hello friend, sorry for the question, could you please share the thread of the button that closes quickly, it does work, thank you very much for your help

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • RE: conteo de iperaciones perdedoras

      https://www.youtube.com/watch?v=lgsqU6o7eH4

      posted in Questions & Answers
      VHV-Profit-Masters
      VHV-Profit-Masters
    • 1
    • 2
    • 3
    • 4
    • 5
    • 34
    • 35
    • 2 / 35