@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. 
Posts made by l'andorrà
-
RE: FXDreeme desktop is error?posted in Questions & Answers
-
RE: Line cross entry EA to close trade if the lines uncrossposted in Questions & Answers
@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.
-
RE: Draw Lineposted in Questions & Answers
@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!
-
RE: Want to check the distance from latest trade in loopposted in Questions & Answers
@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:

-
RE: Chart scale adjustmentposted in Questions & Answers
@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:

-
RE: If custom codeposted in Questions & Answers
@jstap I see the EA is supposed to trade non forex symbols and they are not included here:

Don't forget to specify their pip rules.
-
RE: Not sure I fully understand the 'For each trade' block as it isposted in Questions & Answers
@q8carpenter Probably. I'm don't know. I will try a differenet configuration. Thank you for your help.
-
RE: Check profit in pips and close basket tradesposted in Questions & Answers
@saeed-2 You can get that with someting like this:
-
RE: Adding custom indicators broken? Input parameters and buffers not identified.posted in Questions & Answers
@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. -
RE: HOW DO I DO IT?...posted in Questions & Answers
@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?
-
RE: Communicate with E.A , Search the last candles with this price ? and problem with fibo ..posted in Questions & Answers
@xzion Can you please share your results? That sounds very interesting.
-
RE: Not sure I fully understand the 'For each trade' block as it isposted in Questions & Answers
@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.

-
Not sure I fully understand the 'For each trade' block as it isposted in Questions & Answers
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?
-
RE: If custom codeposted in Questions & Answers
@jstap This one is for real programmers. Can someone help?
-
RE: Once an hoursposted in Questions & Answers
@arowniop Can you please share the link to your project?
-
RE: Simple question - How to run a condition only once on startup of an EA?posted in Questions & Answers
@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.
-
RE: HOW DO I DO IT?...posted in Questions & Answers
@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.