@cesardefez De nada.
Posts made by l'andorrà
-
RE: (Solved) Does time stamp work or am I missing somethingposted in Questions & Answers
@ebony Which part you don't understand?
-
RE: Check profit (average) and check profit (unrealised) not working? (MT5)posted in Questions & Answers
@tonyramirez I didn't see you duplicated this thread. Please don't duplicate threads. I answered the other one. Focus on just one of them, please.
-
RE: Bug - Check profit (average) and check profit (unrealised)posted in Bug Reports
@tonyramirez Add a 'For each trade' block above both of them.
-
RE: edit object nameposted in General Discussions
@cesardefez Then you need to create a string variable and catch the fibo name this way:

-
RE: Place action after certain number of pipsposted in Questions & Answers
@spawn2001ita I'm not sure what you want exacty. Are you opening a buy ans a sell at the same time? Because this is what your project is apparently doing. Do you need both trades open at the same time?
-
RE: DAILY TARGETposted in Questions & Answers
@kestra Only the target is necessary (look at it at the constants). All other values (open closed and total) are automatically calculated by the EA so you don't need to insert any number there.

Ans please remember to select 'today' in yor MT4's history tab. Otherwise the EA will select all closed trades from the beginning of time, and you don't want that.
-
RE: (Solved) Does time stamp work or am I missing somethingposted in Questions & Answers
I found the reason. The file was corrupt. I created a new one from scratch and now it works as planned.
-
RE: (Solved) Does time stamp work or am I missing somethingposted in Questions & Answers
@l-andorrà I tried a less efficient way but it doesn't work either:
https://fxdreema.com/shared/AzwtJOJN
This should work for sure. However, the variable never changes to false. I know I can create two constants to define initial and final period time, but I would like to define the initial hour only and then stop the drawing until the next candle.
Any hint?
Edit: I correct myself. It doesn't work that way either.

-
(Solved) Does time stamp work or am I missing somethingposted in Questions & Answers
This is the first time I'm working with time stamp stored into a variable, like this:
https://fxdreema.com/shared/AVy0DS0jc
I want to draw an arrow on every candle except for the one I specify as time stamp. I guess the problem is how that info is stored into the variable. If I select 17:50 as my input parameter, the variable's value is 2020.10.12 17:50:00 and apparently is it not considered as correct.
Am I right or am I missing something?
-
RE: line indicator with MA crossposted in Questions & Answers
@yair319732 I'm afraid fxDreema cannot do that. You will need a custom indocator doing that and then import it into your fxDreema account.
Regards,
-
RE: DAILY TARGETposted in Questions & Answers
@kestra Then you need this:
https://fxdreema.com/shared/x75d43Fwc
It is a complex new paroject for a beginner like you, so take your time to study it. The way to use it is selecting the required period time in your MT4's history tab. That way you will be able to determine your specfic period of time to consider.
-
RE: Open a trade ONLY if previous trade is break evenposted in Questions & Answers
@thilinawiz-0 Ok. So if I understand it correctly, there will be 2 open trades at most. When the older one is in profit or in break even, the no more than one additional one should be open. Correct?
-
RE: PENDING ORDERS, Please helpposted in Questions & Answers
@sovpips Ok. I think I begin to catch it. Noe I need you to define what conditions are required to define when the EA need to open sell pending orders only and buy pending orders. I know you said that should happen 'on top' and 'at the botom areas of teh chart. The problem is that we need to specfy the EA when price is in those areas.
-
RE: This works for XAUUSD but Not DAX30?posted in Questions & Answers
@yoloyacht The the only thing I can imagine is the project is corrupt. Just try to rebuild it block by block and try it again.

-
RE: Ascending lot sizes in grid pending ordersposted in General Discussions
@roar Interesting. How can I know the order when I use more than two elements (subtraction, division, addition, etc.)?
-
RE: HOW CAN ONE SOLVE THIS TYPE OF ERROR WHICH KEEPS POPING ON MT4 STRATEGY TESTERposted in Questions & Answers
@od Blocks 4 and 5 need to be separated from all the other and create its own block tree.
-
RE: PENDING ORDERS, Please helpposted in Questions & Answers
@sovpips I guess you mean buttons, right? One button for pending buys and another one for pending sells?