fxDreema

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

    RGoo

    @RGoo

    18
    Reputation
    324
    Profile views
    149
    Posts
    4
    Followers
    11
    Following
    Joined Last Online
    Website post@goebler.de Location Deutschland

    RGoo Unfollow Follow

    Best posts made by RGoo

    • RE: true,fasle to be in constants

      @somporn69
      0_1656491284817_3f4a6001-9d8f-40ff-b957-32563784e472-image.png
      Constant or variable is the same procedure.

      posted in Questions & Answers
      R
      RGoo
    • RE: After "Display Status Messages" to "No", all the links were redistributed.

      @l-andorrร 
      The links between the blocks previously looked like this:
      d27981ea-2fa0-4aeb-9e88-74726dfbb73f-image.png

      posted in Bug Reports
      R
      RGoo
    • RE: I need help on this ๐Ÿ™๐Ÿ™

      @tec-nacks
      I think you can make what you want to do easier, I made an example for you that works. The Control Block is for control only. If it counts up with every tick, you know that the next block is switched, if not it is blocked.
      But you have to do the rest on your own, this is the only way to get further in your understanding of the program.

      https://fxdreema.com/shared/WS5iUoaGc

      9708402e-3935-4a67-8567-01ad8bdc8f40-image.png

      d809cc41-0151-4851-a5a6-ca82a90af3e5-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Issue with Foreach Trade

      @mlumbreras
      This can actually only be due to the expiration mode. You have to check that. I once inserted a control block for you, you can place it anywhere and you can then see whether the block is currently being run through and how often.

      00e5c27b-75a9-4a36-ad23-c970c7491037-image.png

      https://fxdreema.com/shared/kgmRSuKB

      posted in Questions & Answers
      R
      RGoo
    • RE: Issue with Foreach Trade

      @mlumbreras
      Interesting theory. I changed your AE something. You only need the "Pass" block if a block would otherwise stand alone or for special other applications. The "OpB" block is also not necessary, since something is only executed after an event, and "for each trade" is also not required , because the search is for the trade that JUST was executed. Maybe that will help you first, I didn't fully understand your description of how the EA works, but I think you need an additional variable, maybe.

      https://fxdreema.com/shared/eye7h2kGb

      posted in Questions & Answers
      R
      RGoo
    • RE: BUY+SELL Break Even Point

      @Pheaktra-Capo
      Yes, the issue is a bit more complicated than you think. Of course, where your BEP is not only depends on the price and the volume, but also on the relative value of the positions among each other. You bought your selling positions all over the buying positions!!!
      Here's another tip that you probably already know. If your positions are very close together and the sell volume only slightly exceeds the buy volume, the result is even a negative value. You can use the following example to help. If you hold the same volume of long and short positions, you have a hedg (profit or loss is frozen and stays the same no matter how the price moves). If the buy volume is only slightly higher than the sell volume, you need a huge price increase to reach your BEP because the sell position is also getting bigger. If you use the formula, you also have to insert a block with the function for the hedg. This can look something like the picture.

      8191b122-58ae-488b-8f71-ce414e981705-image.png

      a848e410-531b-4f81-a9ec-e229e7d6f902-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: What is the best scalper EA that you have come across?

      You only need to press the 3 dots and then you can change your post, you can then delete everything and write e.g. "deleted" there. But only you as the author of the message can do that.

      posted in Questions & Answers
      R
      RGoo
    • RE: Project Blocks - Normalise ID's

      Hi Paul, yes this is working fine now. I always use the function. If you always want the top blocks to start with a "ten's"(10; 20; ....), you have to replace them, but the logical order is preserved.

      posted in Questions & Answers
      R
      RGoo
    • RE: How to build martingale EA with TP shown

      @jstap yes, it could be, it was just a way of thinking

      posted in Questions & Answers
      R
      RGoo
    • RE: How to delete comments from the chart when EA is removed?

      @roar
      Thank you very much, a very useful tip, I also had this problem occasionally.

      posted in Questions & Answers
      R
      RGoo

    Latest posts made by RGoo

    • RE: Import mq5 projects

      @RGoo ......

      posted in Bug Reports
      R
      RGoo
    • Import mq5 projects

      deleted...

      posted in Bug Reports
      R
      RGoo
    • RE: How to delete comments from the chart when EA is removed?

      @roar
      Thank you very much, a very useful tip, I also had this problem occasionally.

      posted in Questions & Answers
      R
      RGoo
    • RE: Sells not working, need help.

      @Mitchp
      b60440ab-51f7-4874-9a45-b0398d733a33-image.png

      Here it is better to use candle "1" because candle "0" is also the market price, although not the middle one but it could be due to such a constellation.

      posted in Questions & Answers
      R
      RGoo
    • RE: How to draw a line in the past candle.

      @Cybust
      Interesting thought, I quickly put something together for you, take the DAX 40 from 2023 with this setting, that should work, what do you do with it, what is the strategy

      https://fxdreema.com/shared/OWJt2e11e

      61721507-8e60-4490-ba9d-65ccc4386961-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: How to build martingale EA with TP shown

      @jstap yes, it could be, it was just a way of thinking

      posted in Questions & Answers
      R
      RGoo
    • RE: How to build martingale EA with TP shown

      @Khun-Som-Ath
      Ok, to do this you first need the BE, then you can add your TP to this. Here is a link with which you can calculate the BE SEPARATELY for buy and sell positions. You can also calculate the BE for both together, but that is more complicated.

      https://fxdreema.com/shared/RJCz148ud

      posted in Questions & Answers
      R
      RGoo
    • RE: display the entered timeframe constant

      @jstap
      thanks, it worked

      posted in Questions & Answers
      R
      RGoo
    • RE: display the entered timeframe constant

      @jstap , @sktsec
      Thank you for the answers, I forgot to write that I don't need the current time frame to be displayed, but rather a time frame that I have stored in the constants. So I would always like to know which time frame my indicator refers to in the current time frame. Here are some pictures, all the code wouldn't be helpful.

      633b2cee-531f-4a7f-8135-83b9da415e20-image.png

      50c6a4e1-5018-4b2f-b62c-5bf33039b461-image.png

      72e73b17-a3c4-46ed-b55a-4867af4abcde-image.png

      posted in Questions & Answers
      R
      RGoo
    • display the entered timeframe constant

      Hello, does anyone know how I can display a timeframe value entered in the constants in the display? FxDreema doesn't know the TimeFrameToString(TF) function and returns an error message.

      posted in Questions & Answers
      R
      RGoo