fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. acastilla
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 25
    • Best 0
    • Controversial 0
    • Groups 0

    acastilla

    @acastilla

    0
    Reputation
    2
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    acastilla Unfollow Follow

    Latest posts made by acastilla

    • RE: How can i add a shift parameter in a buffer of a custom indicator?

      @jstap But candle ID is not where the signal appears? For example, i have candle ID 1, that means in the candle before, the arrow appears. Am i not right?

      Here is the shared link:
      https://fxdreema.com/shared/nZaUD5bwe

      Sorry for the delay. I was trying to find another indicator that does the same of this one, good double tops and bottoms(PZ double top and bottom), but i couldn't find it, so i came again back to try to make this one work.

      For right now, what i know is that buffer 0 is the red painting (it paints a red area), and after that the arrow appears when it is confirmed, and that one is buffer 1, that i have in candle 1.

      But i can't find the buffers for buy. The developer told me that they are stored in the same buffer, but in different shifts, so it should be another shift for buy in buffers 0 and 1.

      posted in Questions & Answers
      A
      acastilla
    • RE: How can i add a shift parameter in a buffer of a custom indicator?

      @hasanrockefeller Hi friend. Where is the shift option? I can not see it.

      My indicator has buffer 0 shift 0 for sells, and buffer 0 shift 1 por buys. That is the problem.

      posted in Questions & Answers
      A
      acastilla
    • RE: How can i add a shift parameter in a buffer of a custom indicator?

      @l-andorrĂ  said in How can i add a shift parameter in a buffer of a custom indicator?:

      @acastilla You will need a programmer to do that. No fxDreema block can do that, I'm afraid.

      It is a shame. Thanks!!

      posted in Questions & Answers
      A
      acastilla
    • RE: How can i add a shift parameter in a buffer of a custom indicator?

      Nobody knows? If not how can i change that in the source code?

      posted in Questions & Answers
      A
      acastilla
    • RE: How can i add a shift parameter in a buffer of a custom indicator?

      @ibrah360ai said in How can i add a shift parameter in a buffer of a custom indicator?:

      If your indicator is the mq4 file you should read them and change the condition inside the code and if is ex4 format you need to read the buffers in the chart when the indicator appers after the disissions go back to fxdreema with two right buffers which contain tge right value.. And .. Start linking the blocks

      No, i don't have the source code. That is the problem. I have to do it manually, and i don't know how to do it because it is not a normal buffer. It is a shift parameter inside the buffer, and i don't know how to do that. I think it has to be a way. Let's see if somebody knows. Thanks!

      posted in Questions & Answers
      A
      acastilla
    • How can i add a shift parameter in a buffer of a custom indicator?

      Hi, I have a custom arrow indicator. Buffer 1 holds two values: 0 for buy and 1 for sell. I see that i can add the buffer, but i do not know how i can select the shift parameter inside the buffer. I see in the builder's options in fxdreema "0: Buffer 0", so to work with the EA i should be able to select "1: Buffer 0", and i don't know how can i do it that way in "My indicators".

      Anybody knows?

      Thanks in advance.

      posted in Questions & Answers
      A
      acastilla
    • RE: I need help with my EA, after the first take profit

      @jstap said in I need help with my EA, after the first take profit:

      trade tab

      Ohh! This seems to be the solution. Testing!

      And thanks!

      posted in Bug Reports
      A
      acastilla
    • RE: I need help with my EA, after the first take profit

      @keanzoe Because i want to close all trades of the grid after a take profit has been hit. That is the problem. The EA keeps looking in "for each closed position", and close all trades. I am going to try with "pips away from open price" to see if that works better.

      posted in Bug Reports
      A
      acastilla
    • RE: I need help with my EA, after the first take profit

      It seems the logic keeps looking in "For each closed position", so that is the reason that after the first take profit the EA does not work anymore, because the EA looks again there and then it closes all the trades. Anyone knows how to solve this?

      posted in Bug Reports
      A
      acastilla
    • RE: I need help with my EA, after the first take profit

      Ok, the problem is in the right module: For each closed position. I am trying to find a solution, but right now i couldn't do it.

      posted in Bug Reports
      A
      acastilla