fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. RGoo
    3. Posts
    R
    • Profile
    • Following 11
    • Followers 4
    • Topics 11
    • Posts 149
    • Best 16
    • Controversial 0
    • Groups 0

    Posts made by RGoo

    • RE: Easy to use MT5 indicator for Equity and Balance over time!

      It works, thank you very much!

      posted in Tutorials by Users
      R
      RGoo
    • RE: No trade if there was already closed trade

      OK, but have you considered that your EA only checks the condition once at the beginning of the day and then not again for the rest of the day? This is a common mistake that is often made in logic. You think that "once a day" means that the condition has to happen once during the whole day, but that's not the case. If the block is above the condition, it will only be checked once at the beginning of the day.

      posted in Questions & Answers
      R
      RGoo
    • RE: No trade if there was already closed trade

      @RGoo

      So, according to your specifications, the first logic should already work. But I think you actually want something different. Now the bot only checks the conditions ONCE AT THE BEGINNING OF THE DAY and if they are not met, it only checks again the next day. I think you only want to make a purchase once a day if the conditions are met, that's different, see Area 4 on this.

      9d576997-434a-4c67-a939-108fe5fb417c-image.png

      474fcd11-8f97-4185-b9e9-af8287099c13-image.png

      https://fxdreema.com/shared/8BmbkJsGb

      posted in Questions & Answers
      R
      RGoo
    • RE: No trade if there was already closed trade

      OK, I see, just a moment, let's see if I can solve this quickly.

      posted in Questions & Answers
      R
      RGoo
    • RE: i dont understand this pending order block on pip offset

      @Steven_
      This example explains the meaning a little better.
      You have value and you want to have some distance from it. ASK and BIT are unsuitable for placement because you then have to ensure that these prices are not queried again before the order is triggered, because then the pending order would be postponed again or a new one would be set.
      d30258ec-d2c2-4692-a391-7a41457683e0-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: No trade if there was already closed trade

      @greg-pe
      91f160e4-5520-4ddb-b080-f7ad0233812f-image.png

      8482ebc2-304b-4f95-8fd0-d8b255de80c5-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Loop Break

      @ehsanarab
      This block means a different loop, see picture (framed in red), try it like this, but I haven't tested the code because I only use MQL5. Since you are using CID_X for counting, you can use it to force a stop if stop means a new start, otherwise you first have to think about how you want to restart after a stop.
      Another note: You must never use the same name for a constant and a variable (loop_counter)!!!

      12205855-6d8b-4f26-8113-8633003f7ba1-image.png

      https://fxdreema.com/shared/yupIHbEA

      posted in Questions & Answers
      R
      RGoo
    • RE: Support Resistance based on Highest/Lowest Close

      @firooz

      You're welcome, have fun with it.

      posted in Tutorials by Users
      R
      RGoo
    • RE: How the -period for the¨on Timer¨ event- option works

      This setting is comparable to the tick in the "on Ticks" program. When the time entered here has expired, the program part restarts under the function "on Timer".

      posted in Questions & Answers
      R
      RGoo
    • RE: Check Type Last Block / Reset?

      @ScienceFictionEAs
      The "Reset Counter" block can only reset the "Counter" block. The counter then goes back to the initial value, e.g. 0. What do you mean by "reset"? The blocks you use only check one condition, in your case: "Use this block to check the type of the currently loaded trade/order - is it Buy or Sell? Or is it Stop or Limit in case of pending order?" you can't reset it.
      90d40d2d-db41-4c78-9d5c-57de9b917275-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Support Resistance based on Highest/Lowest Close

      @Skyzen
      Don't be discouraged, of course you can also use the blocks from fxdreema, here's a draft. A few more tips: it is always good to know up to which candle you are testing, the marked area and the vertical gray line. You can also draw a 2nd or 3rd line on this basis to see whether it is actually a real resistance. and of course you can test several areas at the same time. But first read the instructions from fxdreema at least twice, that helps a lot, then you would quickly realize that the repetition of so many of the same blocks can usually be avoided through better programming.
      1bdc256f-95bc-498d-9239-122ac81d0e39-image.png

      eda315e5-757d-45bb-8c66-486babe6c855-image.png

      https://fxdreema.com/shared/pLoeb1O9e

      posted in Tutorials by Users
      R
      RGoo
    • RE: MT5 removes the EA on the chart

      @Efraim
      28b08fe0-7376-4a87-ad93-c9a5c8068f2b-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: objects

      @sara-m
      If I understood the question correctly: yes, with these functions. Selected can be used if you want to move the button often.
      image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Calculate TP (price) for 2 trades of different lot sizes

      ........

      posted in Questions & Answers
      R
      RGoo
    • RE: objects

      Interesting idea. Here you have a base to work on, keep us posted.

      https://fxdreema.com/shared/SkehMGTZ

      posted in Questions & Answers
      R
      RGoo
    • RE: Drop Down Menu

      @Champ
      https://fxdreema.com/shared/nFsE9A6zc

      a bit strange, but maybe you could do it something like this

      f8fc285d-04ce-4228-ab1f-2881891d0fef-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Drop Down Menu

      https://fxdreema.com/forum/topic/16167/easy-way-to-make-enum?_=1677151446616

      posted in Questions & Answers
      R
      RGoo
    • RE: distance orders

      ok, i see what you want to do with it. But currently the blocks do nothing. The first block calculates a variable for each tick and the second block checks whether a trand is nearby, but nothing else happens. So no matter whether a trade is close or not, no further action, no buy sell or change of a variable takes place.

      posted in Questions & Answers
      R
      RGoo
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 2 / 8