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: Tutorial on Pending Orders?

      https://www.youtube.com/watch?v=vkGLCISLl6Y&t=39s

      posted in Questions & Answers
      R
      RGoo
    • RE: Stop loss issue?

      @jstap
      Yes, I agree with that. But since in this specific example one position can be bought and one sold independently, these positions would hedge. Unless one would close the other. But then you would not need a trailed SL.

      posted in Questions & Answers
      R
      RGoo
    • RE: Multiple custom trailing steps.

      @tho401
      Yes, I have now also tested the problem.
      The program fxdreema does not allow to change the BE after the first setting.
      As @jstap already wrote it goes however with a TSL.
      See attachment.
      But your idea was good!
      https://fxdreema.com/shared/iYHlokvmb

      posted in Questions & Answers
      R
      RGoo
    • RE: Stop loss issue?

      @jstap
      Yes, of course, sorry, I didn't want to interfere either. I had only (hastily) wanted to give a little hint that he or she could also use the same block.
      You would also have to separate the actions, right?

      0_1656793589678_57809b7c-aed9-42e1-9808-d98ae229240a-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Stop loss issue?

      @alivex
      0_1656788632978_497d3f66-bda3-4775-9f7a-8b1e523cf28f-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Exit after certain higher highs and lower lows

      @rebearv
      Yes, I think so, TipsyWisdom described it perfectly on page 1.

      posted in Questions & Answers
      R
      RGoo
    • RE: no more trade

      @haidang8055

      Another hint would be that you have to pay attention to the order in which the blocks are processed.
      The order shown in the picture NOW is correct.
      The block (5) that asks for the result of blocks (1) and (2) and their successors
      must have the highest number, otherwise it would possibly be executed with the wrong result before the query.

      0_1656690365901_02847564-f84a-40b9-a290-1f45ef9a2bda-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: no more trade

      @haidang8055
      I am not familiar with the specific use of multiple currency pairs in the groups.
      But if this doesn't have any special meaning,
      I would say that after the first trade you can't open another one because
      the condition "no trade" is not fulfilled. You don't have "no trade" after the first trade.

      posted in Questions & Answers
      R
      RGoo
    • RE: Multiple custom trailing steps.

      @tho401
      I have not tested it. Take a look at the BE 3 block, you have set the OFFset to 0.3, maybe that should be 3.0.

      posted in Questions & Answers
      R
      RGoo
    • RE: Exit after certain higher highs and lower lows

      @rebearv
      Have you already tried the ZICKZACK indicator?

      posted in Questions & Answers
      R
      RGoo
    • RE: Multiple custom trailing steps.

      @tho401
      The idea is good, it should actually work. But you have defined the blocks differently. (Picture) I wouldn't use all the symbols either, you probably only want to address the ones on the chart.
      0_1656678485560_55886ba0-996e-4176-b730-8493644f5d24-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: Hey all

      @frank-2
      It doesn't matter, it only matters if you could trade the product at that time (even as a demo).
      What do you want to trade and on which stock exchange?

      posted in Questions & Answers
      R
      RGoo
    • RE: Hey all

      @frank-2
      Have you checked whether your broker allows trading of this product at this time?
      So, can you trade manually at this time?

      posted in Questions & Answers
      R
      RGoo
    • RE: EA not compiling due to incorrect data types of input parameters

      @laudable222
      Yes, exactly, with custom indicators there are problems in various places.
      Use the existing CCI first.

      posted in Questions & Answers
      R
      RGoo
    • RE: About price range.

      Of course, you can write the code even simpler,
      I just put a few blocks together to give an idea.

      What "Gauss" wants to do with it, I don't know, of course.
      But on the chart it looks like this.

      https://youtu.be/oyZv_eooBZ4

      posted in Questions & Answers
      R
      RGoo
    • RE: EA not compiling due to incorrect data types of input parameters

      @laudable222
      This is a problem with the indicator. First try to use another one and then replace it.
      You also have to save the indicator in the MT under "Indicators".

      posted in Questions & Answers
      R
      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: true,fasle to be in constants

      @somporn69
      https://fxdreema.com/documentation/builder/data-types

      posted in Questions & Answers
      R
      RGoo
    • RE: Create EA based on vertical Line

      @zedeai2
      You are currently looking for objects that have the colour "lime" or "red".
      Then draw a vertical line. When the line is drawn, you want to buy or sell.
      Drawing the line is done by fulfilling one or more conditions. And you must also use this event for buying/selling. So do not draw a line first and then search for it. Because you want to buy / sell immediately when the line is drawn, don't you? The line is also not an indicator but an object.
      Currently, the EA buys and sells at the same time because both objects can be found on the chart.
      Which indicator do you use?
      0_1656486234301_61603e35-8edc-4708-a06c-c9fa483a075c-image.png
      You are looking for a green and red object, these are the arrows.
      When you have found them, draw the lines.
      Even if you delete the lines afterwards, the arrows are still on the chart.

      You have to use the indicator directly.

      posted in Questions & Answers
      R
      RGoo
    • RE: About price range.

      @gauss

      Small example.
      Background "black"! switch on,
      otherwise the comment is not visible.
      Note blocks in the "on Init" function.

      https://fxdreema.com/shared/ISX4ap9gc

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