fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. l'andorrà
    3. Posts
    • Profile
    • Following 0
    • Followers 415
    • Topics 76
    • Posts 16847
    • Best 1073
    • Controversial 44
    • Groups 0

    Posts made by l'andorrà

    • RE: FXDreeme desktop is error?

      @zedeai2 Sadly the desktop version is bugged for so long that the admin simply desisted to fix it. I'm afraid no one cannot use it, sorry. 😞

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: NO SOLUTION?

      @jpsam No problem. 😉

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Line cross entry EA to close trade if the lines uncross

      @johntyr I don't understand wht a boolen and a numeric variables are used. They should be exactly the same one. Blocks 13 and 5 can be boolean too. There is no need to create a numeric variable then.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Draw Line

      @biztet I'm afraid miro is not participating in the forum anymore. His last post was one month ago and the previous one was 2 months ago. I hope he's not abandoned us!

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Want to check the distance from latest trade in loop

      @drrohit7b I suggest you to use a variable to store the open price value of the last closed trade. Then you can use this block to compare that distance:

      0_1623767314108_01.png

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Chart scale adjustment

      @hjmr Firstly you need to create a template and save it into your MT4. Then you cam apply it with this block (you will need to insert here its exact name:

      0_1623766997865_01.png

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Additional columns for trade details and buttons ( dashboard array )

      @hjmr Congrats! 😉

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: If custom code

      @jstap I see the EA is supposed to trade non forex symbols and they are not included here:

      0_1623766789691_01.png

      Don't forget to specify their pip rules.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Simple question - How to run a condition only once on startup of an EA?

      @johann-0 You're welcome.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Not sure I fully understand the 'For each trade' block as it is

      @q8carpenter Probably. I'm don't know. I will try a differenet configuration. Thank you for your help.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Check profit in pips and close basket trades

      @saeed-2 You can get that with someting like this:

      https://fxdreema.com/shared/gCefXqhZ

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Adding custom indicators broken? Input parameters and buffers not identified.

      @kartoffel Sadly, mq5 indicators are not so easily integrated into fxDreema. So yes, what you found is very usual. 😞 The only I can suggest is hiring a programmer to modify the indicator's buffers in a way that can be identified by fxDreema.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: HOW DO I DO IT?...

      @loko-amen Blocks 2 and 3 need to be connected with the same orange output dot of block 1. The yellow output dot is used for 'false' results, and you do not want that. O the other hand I see you imported a custom indicator. This can be tricky. I see no buffers are available. Can you please confirm you need that indicartor's buffers?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Communicate with E.A , Search the last candles with this price ? and problem with fibo ..

      @xzion Can you please share your results? That sounds very interesting.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Not sure I fully understand the 'For each trade' block as it is

      @q8carpenter Thank you for your reply. I forgot to say that I already used a 'comment' block to visualize the value of the variables and I confirm they are not calculated correctly. Their value is always 0 and I don't know why. On the other hand, block ID 62 needs to be executed AFTER block ID 5 so it should work. 😞

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • Not sure I fully understand the 'For each trade' block as it is

      I want to create my first array with fxDreema blocks and no custom code. Obviously I failed, but I guess I'm missing something important when dealing with the 'For each trade' block. Any help will be appreciated. This is my project:

      https://fxdreema.com/shared/PXFDNj0wd

      Everything below block ID 4 works correctly so no problem there. Now let's focus on the right. I need to filter how many profitable trades are open right now. That should happen on block ID 55. Then the combined profit of each new trade found by the loop should be added to the variable on block ID 58. When the calculation in block ID 59 is true (ie the accumulated profit plus a gain value is higher than the loss stored in the variable of block ID 54), the loop is broken and loop moves to block ID 62. If not true a variable is counting how many trades are necessary for condition in block ID 59 to be true.

      Once this loop is broken or finally executed, block ID 62 is closing the trade identified in block ID 54. Finally the loop in block ID 61 should also close as many trades as previously identified in block ID 56. Considering that both loops in blocks ID 5 and 61 are ordered to search exactly in the same direction (profitable last). The second one should close those found by block 5's loop. However, no trade is closed at all. 😞

      Can someone please tell me what am I missing?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: If custom code

      @jstap This one is for real programmers. Can someone help?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Once an hours

      @arowniop Can you please share the link to your project?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Simple question - How to run a condition only once on startup of an EA?

      @johann-0 The most efficient way to execute anything just once and before anything else is by using the 'on init' tab. Put that condition there and it will be executed just once and never again as soon as the EA is hovered on the chart.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: HOW DO I DO IT?...

      @loko-amen Hi Loko. Welcome to the forums. The first recommendation I can offer is reading the instructions pages. All of them. Then you should try your first project. It doesn't need to be correct, just an example of what you think you need. That would help a lot to anyone helping here, including myself. 😉 Try it and we'll help you.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 439
    • 440
    • 441
    • 442
    • 443
    • 842
    • 843
    • 441 / 843