fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. haliloo
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 38
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by haliloo

    • H

      Protecting our EA
      Questions & Answers • • haliloo

      4
      0
      Votes
      4
      Posts
      1531
      Views

      T

      @haliloo There are several ways to limit the EA for particular reason (offline).

      Use some of those blocks in fxdreema for instance

      0_1569234400298_231d63ce-ff12-4f07-952c-1c098e8bd3b1-image.png

      In addition you may set an expiry date see here.

      You may also lock your EA to a certain account number, but than need to compile a version per account number(s). See here!.

      If you really want to protect your code even for decompiling, I think you may need a commercial service such as Mqllock .. I picked just one well known for demonstration and don't want to advertise a comercial product here. Use your preferred serach engine to get a market overview.

    • H

      unable to download mq4/ex4 from web
      Questions & Answers • • haliloo

      10
      0
      Votes
      10
      Posts
      2553
      Views

      fxDreema

      Something appears to be wrong with one input of one block, there is extra ' letter that appears in the output code from somewhere. I "fixed" it by replacing the block with another block with the same settings.

    • H

      EA to Place orders at specific price
      Questions & Answers • • haliloo

      5
      0
      Votes
      5
      Posts
      1302
      Views

      fxDreema

      Block "Round numbers detector"?

    • H

      One Trade Per day - my observation
      Questions & Answers • • haliloo

      4
      0
      Votes
      4
      Posts
      2139
      Views

      fxDreema

      By default if you put "Once a day" under "on Tick" on top level, it would pass every day around 00:00, because at this time the EA enters in the new day. But if there is no some time filter around and there is tick data before 06:00, I would not expect this block to pass at 06:00. But if you still believe that there is no time filter anywhere, then there is some problem that must be investigated, because I don't know what is it.

      If you think that there is a problem like this, what would help is to leave that EA like that (or make a shared copy and give me the link), so I can see what is going on. I prefer as simple as possible EAs that can show the problem easily đŸ™‚

    • H

      Buy Now/Sell Now - Slippage option
      Questions & Answers • • haliloo

      6
      0
      Votes
      6
      Posts
      3465
      Views

      H

      @fxDreema

      ah ok thanks all for clarifaction

    • H

      Once per bar , Once per day
      Questions & Answers • • haliloo

      9
      0
      Votes
      9
      Posts
      5642
      Views

      l'andorrĂ 

      In general, yes, but then you need to decide if that execution is ALWAYS supposed to happen at the open of each new candle (block on top of the block tree) or at ANY moment after the candle is open (block below the conditins to be met but before buy/sell blocks).

    • H

      Why the BUY block is missing variable lot size? Where is the tick box?
      Questions & Answers • • haliloo

      2
      0
      Votes
      2
      Posts
      705
      Views

      M

      @fxDreema ... that is bug .... but you can use Constants instead of this input, I am working on tutorial how to do this ....

    • H

      does my block 7 & 8 really ensure 1 trade at a time?
      Questions & Answers • • haliloo

      19
      0
      Votes
      19
      Posts
      3692
      Views

      fxDreema

      What the... Is it possible that something wrong is happening because you are using different setup? After all, it looks that you are the only one with this problem at the moment. When someone has unique problem, this is mostly because he is doing something unique. But what is the problem exactly I can't tell, because my setup is like normal MetaTrader.

      Not at all, this forum is brand new and the only one available for NodeJS... and I think its good... when you understand how it works đŸ˜„

    • H

      Grid orders
      Questions & Answers • • haliloo

      4
      0
      Votes
      4
      Posts
      1697
      Views

      H

      @webstarsfx

      hi webstarsfx...thanks for sharing the info

      was wondering whether u can help me on the attached excel which basically explains the strategy i am trying to create with fxdreema

      hmm too bad cant attach excel file here.

      I try explain what i trying achieve.

      Market now at 1.0000, 0.01 lot sell
      Market up to 1.0050, 0.01 lot sell (ie 50 pips grid size)
      Market up to 1.0100, 0.01 lot sell
      Market up to 1.0150, 0.01 lot sell
      Market drops to 1.0100 no orders placed
      BUT EA will now calculate profits of:
      Oldest trade (entered at 1.0000) = -100 pips
      with Newest trade (entered at 1.0150) = 50 pips
      Net = -50 pips = no action

      EA now calculate profits of:
      Oldest (at 1.0000) = -100 pips
      Newest (at 1.0150) = 50 pips
      2nd newest (at 1.0100) = 0 pips
      Net = -50 pips = no action

      Now assume price drops to 1.0050
      Again EA will do the above calculations
      Oldest (at 1.0000) = -50 pips
      Newest (at 1.0150) = 100 pips
      Net = 50 pips = EA will closed both trades

      If price retouch 1.0150 again, it enter 0.01 lot again
      but price retouch 1.0000 EA will not reenter any 0.01 lot.

      Let me know your thoughts. I am struggling to put this into fxdreema đŸ˜§

    • H

      I need help but i do not know where to start
      Questions & Answers • • haliloo

      11
      0
      Votes
      11
      Posts
      1699
      Views

      fxDreema

      People often put shared versions of their projects here in the forum. I personally don't make EAs, especially complex ones. After years of programming everything in my head tells me "make it simple, make it simple". I have seen projects with more than 1000 blocks, but to be honest, I think that this is overkill. I can only recommend to make your projects as simple as possible

    • 1 / 1