@fra That is not possible. No one knows when a candle is close until a new candle is open. The closest you can get to that close price is exactly the, at the moment the following candle is open.
Posts made by l'andorrà
-
RE: open a trade only at specific time: when candle h4 (at 8:00) is closedposted in Questions & Answers
-
RE: get the pip price in the current pair (Solved)posted in Questions & Answers
@xyon126 AFAIK it is already embedded into the fxDreema code:
-
RE: Please help (Solved)posted in Questions & Answers
@xyon126 Can you please share the latest version of your project, please?
-
RE: How to calculate Total Wins & Total Lossesposted in Questions & Answers
@mabz_h I'm not completely sure what you want. Please correct me if I'm wrong.
- You want how many closed trades are in profit (you do not want the profit, just the number of trades).
- You want how many closed trades are in loss (as above).
- You want the % ratio of winner trades over loser trades.
Is that correct?
-
RE: Chart and Object Blocks Do Not Workposted in Questions & Answers
@vancedavid About your questions:
-
The 'Comment' block should be disconnected from its current position and connected below block 1 (Pass).
-
Your current settings for block 4 means that the crossing will be identified on cnadle ID 0 as soon as it happens on the chart. However, will not inform you if that crossing is confirmed or not. If you need a confrmed crossing you should specify candle ID 1 on both left and rught operands.
-
Yes, fxDreema is far more stable for MT4 than for MT5.
-
-
RE: How to delete the texts created with the "comment (ugly)" blockposted in Questions & Answers
@miro1360 I'm afraid I don't get it. Where is the 'deleting' option?
-
RE: Horizontal line price level not accessibleposted in Bug Reports
@drewinbrissie I answered this same question in your previous thread. Please don't duplicate threads.
-
RE: Horizontal line price level not workingposted in Questions & Answers
@biztet The drawing blocks are connectec below a 'for each trade' block. This means they will only be activated if there is at least one open trade right now. Additionally, they will be modified every single tick when you are supposed to have static values. Is that what you want?
-
RE: RENKO MA EAposted in General Discussions
@ralphy0 Well, it is difficult. I strongly recommend you to search through the forum the key words 'renko bars' (titles only) and you will find many (a lot!) of threads talking about it. Take your time to read the most replied ones and you will have a fair view of the situation.
-
RE: pullbackposted in General Discussions
@mcvinbabas In depends on your definition of 'pullback'. Can you please upload an image to show up?
-
RE: ATR value to Pips - Tutorialposted in Tutorials by Users
All fxDReema EAs can be used in any non forex instrument as far as you adjust the pip rules in the 'global options' section.
-
RE: Fibonacci levels are 0-32 in fxdreema but 0-31 at mql.composted in Questions & Answers
@mndiarra I'm not a programmer so I cannot iffer you an answer, this should be sent to the admin via the support page. Probably he will be able to give an explanation.
-
RE: can i use those conditions ?posted in Questions & Answers
@saeed-2 You can if you import a custom indicator doing those calculations. Once imported into your fxDreema account, you can use it in all your fxDreema EAs.
-
RE: wondering if we can use mentioned conditionsposted in Questions & Answers
@saeed-2 I'm afraid not. You can build structures to get that info, though. But they are not trivial.
-
RE: Percent Valuesposted in Questions & Answers
@catigger25 It depends on the block. I guess you mean a 'buy now' block. In that cas you just need to type the number '50'.
-
RE: =Como hago para que cierre una operación después de una orden de compra ?posted in Questions & Answers
@pucon2018 Para cerrar una operación puedes hacerlo con este bloque:

-
RE: Please help (Solved)posted in Questions & Answers
@xyon126 What do you exactly mean by 'it does nothing'? Does it open at least one trade?