In the DRAW TEXT block, the FONT parameter.
Posts made by eks
-
Webdingsposted in Questions & Answers
When we want to use "WINGdings" in a Text block the code is like this: CharToString((uchar)78).
Does anyone know how to proceed when we use "WEBdings" ???
Tks
-
Convert an EA to an indicator.posted in Questions & Answers
Is there a converter or method for converting an EA to an indicator?
-
RE: Download MT4 on a remote desktop ,run EAs on it and have read/write access to that remote desktop from anywhere in the worldposted in Questions & Answers
@eajurms
For example Cari.net with windows, to be able to install MT4 / MT5.
Once the MT4 / MT5 is installed and running, you can access it from wherever you are, 24 hours a day. -
RE: Download MT4 on a remote desktop ,run EAs on it and have read/write access to that remote desktop from anywhere in the worldposted in Questions & Answers
In that case I believe you need a server in the cloud.
-
RE: Project Lost for No reasonposted in Questions & Answers
Use a History function, in the upper right corner of the browser in Fxdreema to return one or the main steps required until the error disappears.
-
EA validation remotely.posted in Questions & Answers
Has anyone managed to do the remote validation of an EA?
Example: Every time it is added to the chart it will only work with an internet authorization. -
RE: Site fxdreema.com offlineposted in Questions & Answers
I believe it must have been some major update or maintenance of the platform.
-
RE: Bucket Closed Positions - MT5posted in Questions & Answers
@Xfire Thank you for your attention, I'll keep trying.
-
RE: Bucket Closed Positions - MT5posted in Questions & Answers
@Xfire The logic is simple, just read the closed balance shown in the historical tab as the above print.
-
RE: Bucket Closed Positions - MT5posted in Questions & Answers
@Xfire Yes, it is an example like the original project. But it does not work. I believe that the "Bucket of Closed Positions" block does not return the desired function, unlike the "Bucket of Position" block
-
RE: Bucket Closed Positions - MT5posted in Questions & Answers
https://fxdreema.com/shared/ks3Ygej9b
@Xfire The idea is to read the amount of the closed balance in the historical tab. I saw another topic from @fabiobioware but I did not succeed in reading the value (MT5).
-
RE: Get the balance from the history tab ?posted in Questions & Answers
@fabiobioware I followed the examples above and did not succeed in seeing the balance closed. Could you share the example of the finished project?
-
Bucket Closed Positions - MT5posted in Questions & Answers
Someone correctly using the Bucket Closed Positions Block in MT5?
It returns a wrong value. -
RE: Bug on block "Bucket of closed Positions" on MT5posted in Bug Reports
@alexdepa @fxdreema I have the same problem, I can't read the closed balance, a residual value appears. Did you solve it in MT5?
-
RE: New Spin! Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arraysposted in Tutorials by Users
@miro1360 It could exemplify how to interrupt the calculation of a given pair in the matrix using a button in the first example you created. The idea is to inhibit certain pairs temporarily in the same matrix without and leave the others calculating normally.
-
ASK BID - Block Updateposted in Questions & Answers
Have you changed the way you read the ASK BID recently?
Before I reached the accuracy of 5 decimal places after the comma and now only shows 2 decimal places

P.S: It has nothing to do with normalization (StringToDouble or NormalizeDouble) but with native reading.
-
RE: How to keep a variable at 1 from a graph click (button, shape, etc ...)posted in Questions & Answers
How to keep a variable at 1 from a graph click (button, shape, etc ...)
