fxDreema

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

    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
    • RE: What is it? The option of "Wait to Pass" on every block

      @l-andorrà
      Many thanks for the explanation, which I had read several times in the description but never really understood. It is very important to make it clear that ALL BLOCKS ABOVE can only be executed again after they have been passed. I didn't immediately understand that in the general description, it might be good to emphasize this again clearly in the general description.

      posted in Questions & Answers
      R
      RGoo
    • 1 / 1