fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. QuantEngineer
    3. Topics
    Q
    • Profile
    • Following 1
    • Followers 22
    • Topics 17
    • Posts 79
    • Best 17
    • Controversial 1
    • Groups 0

    Topics created by QuantEngineer

    • Q

      $100 to $350 per hour to take over my ongoing FX Dreema Development.
      General Discussions • • QuantEngineer

      5
      -1
      Votes
      5
      Posts
      432
      Views

      V

      @QuantEngineer im here bro... i need that job please

    • Q

      Easy to use MT5 indicator for Equity and Balance over time!
      Tutorials by Users • • QuantEngineer

      4
      2
      Votes
      4
      Posts
      2243
      Views

      R

      It works, thank you very much!

    • Q

      MT5 Optimizer not working with many FX Dreema EA - RESOLVED
      Bug Reports • • QuantEngineer

      13
      2
      Votes
      13
      Posts
      2641
      Views

      Q

      That is MQL4... in MQL5, we need the custom function because MQL5 doesn't have the native function for DayOfWeek, and this is the reason some people are getting the error...

    • Q

      Error on the Block "No Trade Nearby" that doesn't find trades that are actually nearby...
      Bug Reports • • QuantEngineer

      11
      0
      Votes
      11
      Posts
      946
      Views

      jstap

      The EA's magic number is stored in an int variable "MagicStart" you get current chart symbol with Symbol()

    • Q

      Error that only happens in live mode
      Bug Reports • • QuantEngineer

      3
      0
      Votes
      3
      Posts
      355
      Views

      l'andorrà

      @quantengineer Thanks for sharing.

    • Q

      Time GMT is reading time from the wrong watch, while assigning values to variables.
      Bug Reports • • QuantEngineer

      7
      0
      Votes
      7
      Posts
      964
      Views

      fxDreema

      Recently a problem with GMT time was reported to me and I changed some things. The person who got the problem replied that it was solved, so it looks that I fixed it for him... but maybe I broke it for others.

      The situation is a little bit... depends on the way we look at it. Whether we want to display the GMT time, or we want to convert one time into another. What do I mean...

      I'm talking about the time if we select it from Components by the way. Let's say we want to draw an arrow at 20:00. If we select the Server time, all candles are timed by this time, so we draw the arrow over the 20:00 candle directly. But what happens if we select GMT? Well, let's say there is a difference of 3 hours and GMT is 3 hours ahead of the Server time. So, if the Server time is 20:00, then GMT is 23:00. If we select GMT as the source time, the arrow will be printed at 23:00 on the chart, but the chart is supposed to show Server times.

      This is how it worked until I changed it these days. Now it works in a little bit different way - if we select GMT and we write 23:00, it should print the arrow over the 20:00 candle, because 20:00 Server time equals 23:00 GMT. In other words, the GMT time is converted to Server time and then the arrow is printed.

      Back in the days when I made Components, I don't even know if I had a vision of how it should be, I think I juts added Server, GMT and Local just because there are such functions in MQL.

      What about the "Now" time mode. Well, it says "Now". The Source selector became useless.
      But again, it depends whether we want to just get the GMT as is, or we want to do something on the chart (which requires conversion). Now the Sourse selector is useless, because when GMT is selected, it converts it back to Server time. In other words, not the block assumes that we want to do something on the chart, not that we want to print the time in GMT format.

      You may say "But it worked one way for years and now after you changed it, you broke it". Well, I broke the ability to see what is the actual GMT time, but I fixed the ability to use the GMT time as an input, and let the program convert it to Server time.

      I guess the best would be to somehow make it work in both ways. But do we really want to just display the GMT time, or we want to use it as an input value?

    • Q

      How to Upload *.mqh files to be compiled by FX Dreema
      Questions & Answers • • QuantEngineer

      2
      0
      Votes
      2
      Posts
      368
      Views

      l'andorrà

      @quantengineer This one is for hardcore programmers. I'm afraid you'll have to contact the admin to ask him.

    • Q

      Simple Custom Block to detect Hedging or Netting Accounts
      Tutorials by Users • • QuantEngineer

      5
      4
      Votes
      5
      Posts
      1222
      Views

      Q

      Currently, I am not accepting work requests via forums. in case this is important enough to have a budget associated with it, you are welcome to let me know via Inbox and I will be happy to help.

    • Q

      Finally, News Filter for MT5 in 1 easy to use Block !!
      Tutorials by Users • • QuantEngineer

      74
      10
      Votes
      74
      Posts
      15785
      Views

      VHV-Profit-Masters

      Es una verdadera pena que hasta el dia de hoy no he visto una solucion practica y real sobre la implementacion de un codigo para filtrar noticias en algoritmos hechos en fxdreema

    • Q

      Issue with loading Custom Indicators from EX5 files resolved
      Bug Reports • • QuantEngineer

      6
      3
      Votes
      6
      Posts
      2005
      Views

      fxDreema

      I just fixed this issue

    • Q

      Assigning values to Global Variables with Custom Code in FX Dreema Studio
      Questions & Answers • • QuantEngineer

      8
      0
      Votes
      8
      Posts
      1624
      Views

      Q

      I haven't found yet the "FXDreema way" to do that... The solution I am using is to declare global variables, classes, arrays, etc... on FXDreema Studio, these objects are public on global level... and can be read from anywhere else in the code... not ideal, because the developer has to know in advance the names of these variables... but it works well also... I would love to know the method officially used by FX Dreema... if someone bumps into it, please make it public...

    • Q

      Tutorial - Create Custom Blocks with "FXDreema Studio"
      Tutorials by Users • • QuantEngineer

      15
      6
      Votes
      15
      Posts
      3861
      Views

      jstap

      don't duplicate questions: https://fxdreema.com/forum/topic/1893/Library-Studio/28?_=1775737635020

    • Q

      FX Dreema Locked out now. Is it only my account or everyone else's accounts?
      Bug Reports • • QuantEngineer

      7
      0
      Votes
      7
      Posts
      932
      Views

      l'andorrà

      @floridabrazil Interesting. Thank you for sharing. I hope the admin reads this.

    • Q

      Uplpoading #resources for the compiler
      Questions & Answers • • QuantEngineer

      2
      0
      Votes
      2
      Posts
      342
      Views

      l'andorrà

      @floridabrazil I'm not sure it's possible but maybe a programmer can offer a final answer to that question.

    • Q

      How to include JAson.mqh library in FxDreema Studio and make it work
      Questions & Answers • • QuantEngineer

      3
      0
      Votes
      3
      Posts
      1435
      Views

      l'andorrà

      @floridabrazil Thank you very much for sharing this info.

    • Q

      OnTrade Tab function is unstable
      Bug Reports • ontrade bug fxdreema workaround unstable • • QuantEngineer

      13
      0
      Votes
      13
      Posts
      2759
      Views

      l'andorrà

      @floridabrazil You'd better contact the admin directly through the support page. He will answer you before two weeks.

    • Q

      Comments are Scrambled in some monitors
      Bug Reports • • QuantEngineer

      5
      0
      Votes
      5
      Posts
      1109
      Views

      Q

      I have tried it, did not resolve... Me and my customers are having scrambled images on the Comments...

      Any other idea on how to resolve ?

    • 1 / 1