@quantengineer This one is for hardcore programmers. I'm afraid you'll have to contact the admin to ask him.
Posts made by l'andorrà
-
RE: How to Upload *.mqh files to be compiled by FX Dreemaposted in Questions & Answers
-
RE: MT5 Indicator Buffer with multiple colorsposted in Questions & Answers
@darekl I'm afraid that is not possible. The only option I can recommend is hiring a programemr to modify the code of the indicator in a way that the buffers are identifiable by fxDreema. Sorry for the bad news.
-
RE: For each closed position in MT5 not working .. is there a bug ?posted in Questions & Answers
@tipsywisdom Exactly. Those blocks should not be connected the way they are.
-
RE: Is it possible to use betting: custom with base volume in money not lots ?posted in Questions & Answers
@advanceriskway The only way is creating a whole structure substituting that option. I'm afraid there is no other 'quick' solution, sorry.
-
RE: Construction errorposted in Questions & Answers
@campero Here you have the basic structure for buys only:

-
RE: remotely send Set files to EAposted in Questions & Answers
@bhadzlagayan Never considered such an option. I'm not sure that is possible with fxDreema, but I'm curious to know.
-
RE: Can someone get this indicator working? (mt5) Or code a duplicate that works?posted in Questions & Answers
@rn81 Unfortunately, the custom indicator tutorial is valid for MT4 only, not for MT5. Indicators are programmed in a different way so that fxDreema cannot identify the buffers corretly. AFAIK, you will need a programmer to change the indicator code in a way that it is compatible with fxDreema.
-
RE: Strange closing on looping behavior. Help needed.posted in Questions & Answers
@ruecha This is a strange logic. Why isn't it symetric? Why are sell closed ony. I guess the problem is there, but I don't understand the way the strategy is supposed to be.
-
RE: How to open new order at the same price of the closed tradeposted in Questions & Answers
@ambrogio You should select the purple option instead of the pink one. You can find it just by selecting the purple 'on trade' option in the display menu.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra In that case you will need a variable that should stor the value of the balance at the opening of each candle. The problem is which balance should be consodered athe 'base' one? What if trades hit SL? Then balance will be lower. How is the EA supposed to deal with that?
-
RE: Trailing Stop based on MACD lineposted in Questions & Answers
@jameshovey85 I'm not sure I fully understand that part of 'crosses .02' part but you can do the second part this way:

The first should use a condition blocks between blocks 2 and 3 to be completed.
-
RE: Every n bars pass once at the start when it shouldntposted in Bug Reports
@vhager Didn't tried that exercise. Maybe you're right. I recomnend you should contact the admin to let him know.
-
RE: How to sort a list of Variables in order " from High to Low value" ?posted in Questions & Answers
@migen The only way I can imagine now is by using a loop in which all of them will be compared to each other one by one. Certainly a complex structure to implement. That can be very computing consumig depending on the amount of variables to order.
-
RE: detect arrow help :)posted in Questions & Answers
@fxdreema-8 Can you please share the link to the project instead of the file's one?

-
RE: For each closed position in MT5 not working .. is there a bug ?posted in Questions & Answers
@saeed-2 Can you please share the link to the project?
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra Do you mean with was the highest balance for that last 10 candles? Not sure I understand why the close proce is needed.
-
RE: Please Help how to set EA to know the sum of my last 5 consecutive losses or more in money usd? I've never see any where please help me thank youposted in Questions & Answers
@zarbitz You will need a variable to do tit like this:

-
RE: How can I set this conditions into blocks?posted in Questions & Answers
@jcnovoa21 You will definitely need variables. The calculation on the left should be inserted into one variable and the compared to the result on the right with a second variable. Are you familiar with variables on fxDreema?
-
RE: Integrate with Line Notificationposted in Questions & Answers
@advanceriskway Oops. I'm afraid you will need a real programmer for that. I have no idea how to do it, sorry.
-
RE: I need help making hedgesposted in Questions & Answers
@jstap I also recommend to do that on the 'on trade' tab. That way you can avoid those 'for each trade' loops on the 'on tick' tab.