@yoloyacht Can you please share the latest version?
Posts made by l'andorrà
-
RE: Value of Trace Linesposted in Questions & Answers
-
RE: Payment via Paypal - Account Activationposted in Questions & Answers
@jrrh3007 I'm afraid it can last for several days. It is not instant as per other usual online services. Please be patient and your account will be activated.
-
Canit find the thread explaining how to modify a variable via buttonposted in Questions & Answers
I remember an old thread in which someone asked for the way to modify the value of a double variable by using a button. I simply can't find it. I need to modify the SL proce of an open trade by clicking a button. Could someone help, please?
-
RE: EA operated after 3min from candle formation at 5 minposted in Questions & Answers
@saeed-2 What you can do is counting 1 minute candles on the 1 minute timeframe.
-
RE: For each trade...check profit (unrealised) not working :(posted in Questions & Answers
@eajurms No project is visible. This is the way to upload a link:

-
RE: Buy or Sell close in a determinate timeposted in Questions & Answers
@dome You can try it this way:

-
RE: Once per minutesposted in Questions & Answers
@cocco77 You can use the 'on timer' tab instead and then establich the amount of time (in seconds) your actions should be executed.
-
RE: Is there a way to add a dynamic increase lot sizeposted in Questions & Answers
@william-3 I'm not competely sure what you mean. Is every new trade supposed to increase volume by a 0.01 fixed value or you simply need a variable amount?
-
RE: Can someone help me understand what i'm doing wrong. (custom indicator and example project inside)posted in Questions & Answers
@rn81 A few previous considerations:
- Sadly, MQ5 is not as reliable in fxDreema as MQ4. Maybe there is a problem in the platform's code, not in your project.
- Working with zigzag is simply terrible. It is not a realiable indocator. Are you completely sure need it.
- Did you check: a) your custom indicator doesn't repaint? and b) is creating the channel without modifying it later? You should try visualize its behavior on 1minute timeframe for some time to be sure.
-
RE: EA self terminatedposted in Questions & Answers
@haniff-0 Can you please share your project's link?
-
RE: EA place only four trade and stopposted in Questions & Answers
@lali Isn't this the same project of your previous thread? If so, please don't duplicate threads.
-
RE: How do i set my EA to Buy Buy and Sell Sell.posted in Questions & Answers
@lali My favourite broker is Admiral Markets.
-
RE: Draw Arrow Block doesn't draw arrow in eaposted in Questions & Answers
@vancedavid Your logic is correct. What roar is telling is that you should try 'every tick' mode for your backtesting instead of open price mode. Then it will work.
-
RE: Custom indicators, same enumerations?posted in General Discussions
@alex81 I'm afraid you need a programmer for that question. I have no idea about it, sorry.

-
RE: Value of Trace Linesposted in Questions & Answers
@yoloyacht No. You need to select 'picked by loop' on the right 'modify variables' block instead of 'pick by name'.
-
RE: Why Fxdreema can not convert *mq4 to *mq5posted in Questions & Answers
@khacdiepvnc I guess the only option for him to do that is if manye subscribers requested it. Otherwise, I'm afraid he won't.

-
RE: after a condition is true, wait for another condition and only then enter a positionposted in Questions & Answers
@renatojjs Ok. The issue is when the variable should be reinitialized. Obviously it must not be reinitialized when an opposte crossing happens. So I ask you: when the right condition is supposed to be considered? Once per trade, maybe? I hope you will understand I prefer to make you think that just creating the EA for you.

