fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ylidor
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 22
    • Best 1
    • Controversial 0
    • Groups 0

    ylidor

    @ylidor

    1
    Reputation
    1317
    Profile views
    22
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ylidor Unfollow Follow

    Best posts made by ylidor

    • RE: Builder not working for about 13 hours so far.

      I guess this problem was universal. I checked www.fxdreema.com on the site http://downanalyze.com/check/fxdreema.com and it confirmed that the entire site was down for about 18 hours for everyone around the globe. The good news: It's up again.

      posted in Bug Reports
      Y
      ylidor

    Latest posts made by ylidor

    • RE: Builder not working for about 13 hours so far.

      @fxDreema Confirm that the importation is a real issue. Also, when I attempted to delete projects by clicking the X at the "Load Project" window, the software asked for confirmation and removed the selected project after confirmation, but when I reopen the "Load Project" window, the deleted projects are still available... Last, the Trace block doesn't trace the same indicator it traced before the blackout. I still investigating it on my side but so far it seem that the problem resides on FxDreema server, since I can trace this indicator with the desktop version of FxDreema (with some limitation since this version is not fully complaint with new updates of the online software) . It seems there are serious issues with the working copy of FxDreema after the blackout. Please check it. Thanks in advance.

      posted in Bug Reports
      Y
      ylidor
    • RE: Builder not working for about 13 hours so far.

      I guess this problem was universal. I checked www.fxdreema.com on the site http://downanalyze.com/check/fxdreema.com and it confirmed that the entire site was down for about 18 hours for everyone around the globe. The good news: It's up again.

      posted in Bug Reports
      Y
      ylidor
    • RE: Lack of support to "enum" datatype

      Bossx, Sorry for being so late (2 months late) to reply. I don't understand your question. The indicator is attached above and the code is unavailable since it is an ex4 file. This topic deals with setting up correctly the enum type of parameters in indicators for which the code is unknown.

      posted in Questions & Answers
      Y
      ylidor
    • RE: Tutorial 06 - My Indicators in fxDreema

      Thank you Miro!

      I actually was able to solve it myself, as I explained here: https://fxdreema.com/forum/topic/4842/lack-of-support-to-enum-datatype/4. It is pretty much like your solutions. I placed my enum list in the Global Variables section of the FxDreema EA (see picture in the link). I also changed the input parameter at all the iCustom functions as seen in the picture. I wish FxDreema would be able to do all this work for us.

      posted in Tutorials by Users
      Y
      ylidor
    • RE: Lack of support to "enum" datatype

      Well after playing around I found how to use enumeration in FxDreema EA. Inserting the list here in the following format does the trick:

      0_1499678603246_The correct way to insert enum list into FxDreema EA.jpg

      Then you have to manually change the enum value at all the icustom lines, as follows:

      0_1499678684532_But you have to manually change the enum value at all the icustom lines.jpg

      And then it compiles with no issues

      0_1499678775204_Compilation with no errors.jpg

      posted in Questions & Answers
      Y
      ylidor
    • RE: Lack of support to "enum" datatype

      So if I import the indicator exactly as it appears in the Input parameters, as follows

      0_1499665552852_If we change the enum to int as done here.jpg

      The default value is not liked by the EA, as seen here

      0_1499665635159_The Close integer is not recognized.jpg

      And confirmed by the compilation results

      0_1499665679548_As also seen in this compilation.jpg

      Is there any other way to import successfully an enumaration value?

      posted in Questions & Answers
      Y
      ylidor
    • RE: Lack of support to "enum" datatype

      And to be more specific:

      These are the input parameters of the custom indicator "ocn_nma_3_1.ex4"

      0_1499662983028_Custom indicator ocn_nma_3_1.jpg

      "Price to use" is enumaration data type

      0_1499663173920_Price to use is enumaration.jpg

      I used "enum" as data type

      0_1499663323032_Using enum as data type.jpg

      The enum list was casted here in the EA

      0_1499663373271_Casting enum list here.jpg

      This is how the enum appeared in the iCustom

      0_1499663461391_This is how how the enum appears in the iCustom.jpg

      And these are the results of the compilation

      0_1499663538601_And these are the results of the compilation.jpg

      Can this be resolved? The indicator is attached as it's available on public domain (coded by Mladen - thanks!)

      0_1499663853086_ocn_nma_3_1.ex4

      posted in Questions & Answers
      Y
      ylidor
    • Lack of support to "enum" datatype

      FxDreema doesn't support enum datatypes. Some great coders, such as Mladen, are using enum frequently for Price type. Even when I imported one of his "mq4" indicators that has enum Price type I could not use it as costume indicator in FxDreema because of this datatype. Importation of one of his "ex4" indicator ended up the same. When I tried to use "int" with the default value of the enum (which was "close"), I got errors message on this "close" during compilation.

      Are there any new ideas how to tackle this deficiency?

      Thanks Ron

      posted in Questions & Answers
      Y
      ylidor
    • RE: Tutorial 06 - My Indicators in fxDreema

      Hi Miro,

      FxDreema doesn't support enum datatypes. Some great coders, such as Mladen, are using enum frequently for Price type. Even when I imported one of his "mq4" indicators that has enum Price type I could not use it as costume indicator in FxDreema because of this datatype.. Importation of one of his "ex4" indicator ended up the same. When I tried to use "int" with the default value of the enum (which was "close"), I got errors message on this "close" during compilation.

      Awhile ago you suggested to try a work-around it, but I can't find my post in the forum where you suggested it. Do you have any practical experience with converting enum datatypes to a list of the usual datatypes, and if yes could you please share with me one or two segments of codes to teach me how to do it?

      With your permission I'll also post this question as a new topic in the forum to check if the moderator has any new ideas.

      Thanks Ron

      posted in Tutorials by Users
      Y
      ylidor
    • RE: How to create Stop Loss with twice the value of ATR over x periods?

      Thank you very much Miro! I figured out there should be some easy way to do it with which I was still unfamiliar.

      I'm almost convinced someone had asked this question before me but as much as I can tell searching with Keywords or short phrases is unavailable on this forum. I wish this would be added so that we would not repeat asking the same question again and again and again....

      posted in Questions & Answers
      Y
      ylidor