fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. FXTraderCon
    3. Posts
    F
    • Profile
    • Following 1
    • Followers 0
    • Topics 7
    • Posts 26
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by FXTraderCon

    • RE: Compilation errors

      Definitely something with the compiler:
      Code before error:
      public: /* Constructor /
      MDLIC_indicators_iEnvelopes()
      {
      MAperiod = (int)14;
      MAshift = (int)0;
      MAmethod = (ENUM_MA_METHOD)MODE_SMA;
      Deviation = (double)0.1;
      AppliedPrice = (ENUM_APPLIED_PRICE)PRICE_CLOSE;
      Mode = (int)1;
      Symbol = (string)CurrentSymbol();
      Period = (ENUM_TIMEFRAMES)CurrentTimeframe();
      Shift = (int)0;
      }
      Code now:
      public: /
      Constructor */
      MDLIC_indicators_iEnvelopes()
      {
      MAperiod = (int)14;
      MAshift = (int)0;
      MAmethod = (ENUM_MA_METHOD)MODE_SMA;
      Deviation = (double)0.1;
      AppliedPrice = (ENUM_APPLIED_PRICE)PRICE_CLOSE;
      Mode = (int)1;
      Symbol = (string)CurrentSymbol();
      Period = (ENUM_TIMEFRAMES)c::PERIOD_CURRENT;
      Shift = (int)0;
      }

      Envelopes Indicator is a default in MT4 and fxDreema. Seems to be a fxDreema issue.

      posted in Bug Reports
      F
      FXTraderCon
    • RE: Compilation errors

      Determined that the error happens with default MT4 Indicators loaded in fxDreema. This is a huge issue! The suggestion to use CurrentTimeframe() function will not work. FxDreema needs to fix the compiler.

      posted in Bug Reports
      F
      FXTraderCon
    • RE: Problem when compiling EA

      SAME here. See more detail in my new topic post.

      posted in Bug Reports
      F
      FXTraderCon
    • Compilation errors

      For the last 2 days I get this error:
      Compilation errors
      'PERIOD_CURRENT' - struct member undefined

      It started to nights ago around 11 PM EST, about an hour later it stopped.
      Got the error again last night around the same time...waited and it stopped.
      Getting the error now.

      I can open other projects that compiled previously with error and now gets the same error.
      Doesn't error when saving as .mq4

      Anybody experiencing the same?

      posted in Bug Reports
      F
      FXTraderCon
    • RE: Variables and Constants suddenly disappeared

      Phew!!! figured it out. All I did for the bug was turn off a block. To solve, I did an undo via the history. Wish I'd know this before.

      posted in Bug Reports
      F
      FXTraderCon
    • Variables and Constants suddenly disappeared

      This is the second time this has happened to me. The variables and constants somehow suddenly erased. What causes this to happen? Any way to you restore via the server?

      posted in Bug Reports
      F
      FXTraderCon
    • 1
    • 2
    • 2 / 2