fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ambrogio
    3. Best
    A
    • Profile
    • Following 4
    • Followers 52
    • Topics 81
    • Posts 2396
    • Best 307
    • Controversial 3
    • Groups 0

    Best posts made by ambrogio

    • RE: Free version 10 blocks not working

      @aakash-waghule It's not a bug.
      Free version allows 10 connection between blocks, not 10 blocks

      Cattura1.JPG

      posted in Bug Reports
      A
      ambrogio
    • RE: Finally , Integration of News Filter :) [ MT4 Only ]

      @nbathan You can leave it there because it is irrelevant to the project, it only serves to make a copy and paste into the MT4 editor 🙂

      posted in Tutorials by Users
      A
      ambrogio
    • RE: 5 candles in a row with lower lows. Not working

      @surachefx Hi, the candle ID 0 does not exist, try to review all the candle IDs starting from the candle ID 1 instead of ID 0
      I have not tried

      posted in Questions & Answers
      A
      ambrogio
    • RE: All Blocks Resized + Lost All Connections

      @fxDreema 👍

      posted in Bug Reports
      A
      ambrogio
    • RE: Finally , Integration of News Filter :) [ MT4 Only ]

      @kallamamran said in Finally , Integration of News Filter 🙂 [ MT4 Only ]:

      @ambrogio Hello,
      I have managed to open the MQ4 in MetaEditor and compiled it with the manually created Boolean trade-variable, but I do get a warning compiling the script.

      0_1650754732861_3e765c7a-b2ee-41eb-860b-4180ac8c60c8-image.png

      I don't know if I need to do something about this or what to do. Can you please advice?! <<< Doesn't matter, it's a warning only >>>

      Also what's meant by "You will have to copy that 2 block from Oninit() and other 2 also from Deinint()". Where are these supposeed to be copied?! <<< I Don't unterstand this question, i don't see where is placed this suggestion >>>

      Best regards // Kallamamran

      posted in Tutorials by Users
      A
      ambrogio
    • RE: check 1 last condition after buy order

      @enrico531 Yes, but you must remove the link between #4 buy now and #5 condition, it's an error

      posted in Questions & Answers
      A
      ambrogio
    • RE: eror market close [10018]

      @MEHRDAD768 said in eror market close [10018]:

      SharedScreenshot.jpg Re: How to fix "Market is closed" when I back test?

      it is a common mistake (our mistake, not a bug) both in backtest and live, when we want to open or close orders outside the allowed trading hours. I suggest you to place two filter, one for weekdays and one for time hours, according with the time of your broker.
      By searching on forum typing "market closed" you can find a lot of post.

      posted in Bug Reports
      A
      ambrogio
    • RE: keeping indicators inside the EA

      @josh01 In the links below there is stuff to do what you ask. Please let me know, okay?

      https://www.mql5.com/en/articles/1456
      https://www.mql5.com/en/articles/1457
      https://www.mql5.com/en/articles/1463

      posted in Questions & Answers
      A
      ambrogio
    • RE: Enum Timeframes

      @jstap thanks

      posted in Bug Reports
      A
      ambrogio
    • RE: Finally , Integration of News Filter :) [ MT4 Only ]

      @zedeai2 I don't remember at all if that link works, but in my projects I found this one that MUST BE TESTED

      https://fxdreema.com/shared/twV9ZV9zb

      This file should be your template to always use when you want to integrate the news filter.

      0_1608475550659_FILE4.JPG

      I highlighted where to start with your expert, and also the block # 2020 that we will need after.

      STEP 1) When you have finished your expert, save it through the .mq4 button
      STEP 2) With the MetaEditor application, open the file you just saved
      STEP 3) Copy and paste the content of block #2020 in the place i have indicate in this screenshot

      0_1608476239138_FILE.JPG

      0_1608476261536_FILE2.JPG

      Your project is ready to be tested.
      BUT REMEMBER: if you reload the new modified .mq4 file in the fxdreema builder you will lose the content copied from the 2020 block, and you will have to redo the steps above.

      posted in Tutorials by Users
      A
      ambrogio
    • RE: Is this a bug?

      @zackry in condition block seems to be a value 0, remove the comma

      posted in Questions & Answers
      A
      ambrogio
    • RE: == operation not working

      If you look at the RSI value it has at least 4 decimal numbers, so it is very difficult to look for the value equal to eg.: 50. You can put two conditions in a row rsi >=49.9 and rsi <=50.1

      posted in Bug Reports
      A
      ambrogio
    • RE: insert indicator to fxdreema

      @MeHrAn_HmGi you can declare a constant type

      ENUM_APPLIED_PRICE

      and use it in that place

      above.jpg

      link.jpg

      posted in Tutorials by Users
      A
      ambrogio
    • RE: BTCUSD Break-Even Issues

      @kmfoster79

      https://fxdreema.com/shared/EM7CovZSb

      try this, it is a mq4 file because I don't have the BTC on MT5, you can copy and save it as mq5, for me it works
      please note that BTC pips are not calculated like normal pairs

      0_1563535899095_Cattura.JPG

      0_1563535913270_wwwwwww.JPG

      posted in Questions & Answers
      A
      ambrogio
    • RE: == operation not working

      @princeomughele you started the topic by saying that RSI == doesn't work. I explained to you that it is not a bug, I explained to you how to have the signal very close to the value 50 (or whatever value you want). If you want the signal that comes from below and cross the value 50, you have to use the cross X> condition instead >= or <=

      posted in Bug Reports
      A
      ambrogio
    • RE: insert indicator to fxdreema

      @MeHrAn_HmGi what happens if you tick these boxes? They should appear in the input window

      above.jpg

      posted in Tutorials by Users
      A
      ambrogio
    • RE: Ea very profit but big drawdown how can i fix problem help guys

      @gomen when you have a lot of Sell orders while the price goes up a big drawdown is inevitable, better you change strategy

      posted in Questions & Answers
      A
      ambrogio
    • RE: Some bugs occur.... What should I do?

      I've always used Chrome, never had this problem

      posted in Bug Reports
      A
      ambrogio
    • RE: how to set a bot with expiration date

      @mybotcreator

      Immagine 2025-05-11 115501.jpg

      posted in Tutorials by Users
      A
      ambrogio
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 15
    • 16
    • 4 / 16