fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. gabrielebrignoli
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 1
    • Topics 5
    • Posts 16
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by gabrielebrignoli

    • Problem in importing custom indicator - Enumerations

      Hi to all,

      i'm trying to import a custom made, non public indicator, but I receive this error

      "Ops. Problem found in the following enumerations" enDisplayWhat

      This is the enum that gave the problem

      #define _showSignal 1
      #define _showCandle 2

      enum enDisplayWhat
      {
      show_candle= _showCandle,
      show_signal= _showSignal,
      show_all = _showCandle + _showSignal,
      };

      Any help is much appreciated

      Thanks in advance

      posted in Questions & Answers
      G
      gabrielebrignoli
    • RE: MQL5 Doesn't compile

      @fxrobot-0 Are you sure? I tested and asked some skilled coder, should work normally, I have a couple EA running live I don't see any problem..for now

      posted in Bug Reports
      G
      gabrielebrignoli
    • RE: Fxdreema (lack of) Customer care

      @ambrogio The tone is the same as the replies to support help requests, probably customer satisfaction is not the first concern here

      posted in General Discussions
      G
      gabrielebrignoli
    • Fxdreema (lack of) Customer care

      Dear User,

      just some thoughts about my experience with Fxdreema. The "tool" has a great potential which many time cannot be achieved due to:

      • Bugs that Admin seems care less
      • Customer care using Contact module respond after weeks (if respond at all), and even with proper formulated questions and all details of the case, in a vaguely and ironically way that leave users with even more question than answers
      • All module and function are poorly explained (most of all for a Service that advertise the easiness and accessibility in making custom EA without knowing how to code)

      This service could be really great, instead is something (my opinion) bad managed with poor customer care, and in general poor customer experience

      The real help comes only from kind users that try to help others, which is perfectly fine for a free service, not for a paid one.

      Regards and happy trading to all

      posted in General Discussions
      G
      gabrielebrignoli
    • RE: MQL5 Doesn't compile

      If you delete "(symbol)" it works, EA seems to behave normally, i checked and all seems fine

      posted in Bug Reports
      G
      gabrielebrignoli
    • RE: MQL5 Doesn't compile

      Same problem here, reported, not yet aswered

      posted in Bug Reports
      G
      gabrielebrignoli
    • RE: MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator work

      If I remove that (symbol) it compiles and seem to work, but who knows if influence EA and how

      posted in Bug Reports
      G
      gabrielebrignoli
    • RE: MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator work

      Nope..

      0_1570896787678_6ab9c775-08ad-4dcf-b2a4-42e3adb62bf6-image.png

      posted in Bug Reports
      G
      gabrielebrignoli
    • RE: MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator work

      Thanks, but doesn't work

      0_1570896090200_e638f5af-120a-4186-9547-5723e8922d0a-image.png

      Same error

      posted in Bug Reports
      G
      gabrielebrignoli
    • RE: MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator work

      0_1570895838497_a46bd7f9-dcdd-4070-aec5-9556f758e0b9-image.png

      posted in Bug Reports
      G
      gabrielebrignoli
    • RE: MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator work

      My poor coding skill can't answer that, but that is the untouched file generated by Fxdreema

      Even with a two block project, ex5 export work, but mq5 export cannot be compliled by MT5 compiler (last version)

      posted in Bug Reports
      G
      gabrielebrignoli
    • MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator work

      Dear Customer Service,

      all MQL5 file exported cannot be compiled
      0_1570894998736_652698da-fa04-4166-b877-6f91ff970023-image.png

      0_1570895059876_00fa0871-2438-4f73-83f5-d34ce179bf85-image.png

      That made impossibile to use many commercial and non commercial custom indicators that require a modification of iCustom manually (remove CLOSE_PRICE at the end)

      Please address this problem with utmost urgency

      Thanks, Regards

      posted in Bug Reports
      G
      gabrielebrignoli
    • Set consecutive target to close all open position

      Dear Users,

      can someone help me in this:

      Simple condition Equity = X then Close all trades

      X = a series of consecutive values (e.g. 1500, 3000, 5000, 10000...) premade, once 1 condition is met, the X became the second

      In alternative

      X = n * y (where y is a Costant)

      Thanks to all

      posted in Questions & Answers
      G
      gabrielebrignoli
    • RE: Help Request on complex signal overlapping

      https://fxdreema.com/shared/zLiVA0OYd

      this is the semplified version to understand the concept

      Plain Hull Supertrend, signal is binary: 1:sell 0:buy

      What I need is EA to open one single trade at each buy/sell signal, without closing the other before they his TPs or SLs, indipedently by trade number

      posted in Questions & Answers
      G
      gabrielebrignoli
    • RE: Help Request on complex signal overlapping

      I clean the mess and I'll share it..it's a bit messy at the moment, thanks

      posted in Questions & Answers
      G
      gabrielebrignoli
    • Help Request on complex signal overlapping

      Dear Users,

      I need help on a "simple" task which I can't make it work properly

      I have an overlapping of different signals, those create "trade zone" and "no trade zone", each interposed, now, due to nature of indicator involved I can't create a single tick buy/sell signal.

      What I need is something that open the trade and the beginning (1 tick) of trade zones, but avoid to open at each candles in the same trade zone, and it's not limited by (if trade/no trade) block to open a position in the next trade zone, even if there are positions still open.

      The actual problem is:

      • If I have a trade zone of 6 candle, then a no trade zone of 9 followed by a trade zone of 10 = 16 trades (wrong)
      • If I have a trade zone of 6 candle, then a no trade zone of 9 followed by a trade zone of 10 = 1 trade since the first is not yet closed

      I need 1 trade for trade zone regardless time, Trade zone lenght in bar, and number of position open

      Thanks for your help

      posted in Questions & Answers
      G
      gabrielebrignoli
    • 1 / 1