fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. edwardseer
    3. Topics
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 41
    • Posts 138
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by edwardseer

    • E

      Bug in adjust field for text in local version
      Bug Reports • • edwardseer

      6
      0
      Votes
      6
      Posts
      929
      Views

      fxDreema

      095 https://fxdreema.com/desktop

    • E

      Memory stuff
      Questions & Answers • • edwardseer

      23
      0
      Votes
      23
      Posts
      5012
      Views

      fxDreema

      Flags are similar to Variables. You can't display their state and I don't remember even thinking about this, but this is a good idea. Where to print such information is another question 🙂 You can try this "Change Status to" thing that each block has.

      Yes, in "For each Trade" you can put multiple Group numbers, separated with comma, like this "1,2,3". This also works for market names.

      If you use the Comment attributes of trades, note that if you have SL or TP and the trade is closed by SL or TP, some information can be appended to the comment by the broker. For example [sl] or [tp].

    • E

      CheckUp
      Questions & Answers • • edwardseer

      9
      0
      Votes
      9
      Posts
      1253
      Views

      E

      yea its easy to understand this part with the documentation. i added this to my project. its better than my current method. haha something new learned 🙂

    • E

      Adding mt4 indicators
      Questions & Answers • • edwardseer

      4
      0
      Votes
      4
      Posts
      561
      Views

      E

      ok 🙂 was wondering which 1 to use as its a default indicator not a custom indicator

    • E

      Drawing in indicator window
      Questions & Answers • • edwardseer

      12
      0
      Votes
      12
      Posts
      1660
      Views

      E

      ya 😐 Sorry to bother you on that ><. Thank you.

    • E

      help with indicator
      Questions & Answers • • edwardseer

      2
      0
      Votes
      2
      Posts
      413
      Views

      fxDreema

      It looks that this error is produced by the indicator. Make sure that all parameters are right and in order, but if they are... I don't know, indicator bug

    • E

      Import Project Issues
      Bug Reports • • edwardseer

      2
      0
      Votes
      2
      Posts
      456
      Views

      fxDreema

      Which project is this, Genesis?

    • E

      Set partial close option in buy now sell now
      Questions & Answers • • edwardseer

      6
      0
      Votes
      6
      Posts
      1002
      Views

      fxDreema

      I'm also not really sure what is going on in this case , I never even tried to look it closely. This looks to be the only way of doing this, here is the function to close trades fully and partially: http://docs.mql4.com/trading/orderclose When a trade is closed partially, it is kind a special, you can tell that this trade was a result of such action because it's Open Price (if I'm not wrong) is the same as the one from the original trade. But the new trade appears as unique in the other parameters, including ticket number. That's why I wrote that this trade is brand new. It's brand new, but also a result of OrderClose(), not OrderSend().

    • E

      Comments
      Questions & Answers • • edwardseer

      2
      0
      Votes
      2
      Posts
      337
      Views

      fxDreema

      Not easily. The Comments that you can see now on the upper left corner of the chart is native from MQL4/MQL5. I will do something about this eventually, because people are asking questions like this from time to time, but now it's only the default Comment. Also, you can always create some Text objects here and there.

    • E

      Shared Web Copy
      Questions & Answers • • edwardseer

      4
      0
      Votes
      4
      Posts
      514
      Views

      fxDreema

      At least this was my idea. This is like a snapshot of the project, but it also works as a project.

    • E

      Formula Result and indicator rising
      Questions & Answers • • edwardseer

      3
      0
      Votes
      3
      Posts
      539
      Views

      E

      ok. managed to get what i wanted doing this
      https://fxdreema.com/shared/zd6iwLeOb

    • E

      import indicators settings
      Questions & Answers • • edwardseer

      8
      0
      Votes
      8
      Posts
      1319
      Views

      E

      No problem. Wasn't expecting a 1 month bonus as it is still an awesome product to me 😄 . Thank you.

      Hopefully this problem can be resolved after you finish the rewrite process.

    • E

      Help with candles
      Questions & Answers • • edwardseer

      9
      0
      Votes
      9
      Posts
      1065
      Views

      fxDreema

      I removed that cache now, otherwise I need to make the code even more complex, which is something I don't like. So I don't know, maybe I will turn it on again if someone decide that the block runs slowly.

      Anyway, does it work now? I have blue lines here and there, but I have no idea what should I see 🙂

    • E

      News filter
      Questions & Answers • • edwardseer

      5
      0
      Votes
      5
      Posts
      776
      Views

      E

      ya just thinking it would be a great addition to this software as its own block

    • E

      Simplifying Task
      Questions & Answers • • edwardseer

      4
      0
      Votes
      4
      Posts
      484
      Views

      fxDreema

      Ok, but do you really need all those variables? Maybe there is a simpler way to do the thing that you want to do.

      Otherwise for what you have now, I imagine using arrays. But using arrays is easier in plain code and hardly possible with using blocks 🙂

    • E

      Add locks for gui
      Questions & Answers • • edwardseer

      7
      0
      Votes
      7
      Posts
      862
      Views

      fxDreema

      You can use "Red" or "Blue" only because these are predefined constants in MQL4. They contain some numeric value, I don't even know the values for each color and this is not important.

      Here is a list of all colors: http://docs.mql4.com/constants/objectco ... /webcolors
      Now constant names officially start with "clr...", but names like "Red" and "Blue" are still supported by MQL4.

    • E

      Organise Indicator Disappeared after entering
      Bug Reports • • edwardseer

      4
      0
      Votes
      4
      Posts
      591
      Views

      fxDreema

      Go in your fxDreema/Data folder and find somewhere... MQL4/indicators/
      Inside, there are files that represents indicators that you have added. One of them is the broken one, just delete it.

    • E

      Condition for cross above/below
      Bug Reports • • edwardseer

      1
      0
      Votes
      1
      Posts
      343
      Views

      E

      hi, its a minor bug but i do not know if this will be a recurring problem but just now the condition for cross above/below would not work for one of the two conditions i set and i realised that for the cross above condition that did not work, the cross width was not there while the other had the cross width.
      I tried to create new condition block, but the new condition block did not have the cross width for that condition.
      However, the problem was resolved after a restart of fxdreema though.

    • E

      Indicators Appearing
      Questions & Answers • • edwardseer

      5
      0
      Votes
      5
      Posts
      546
      Views

      E

      i got it working thanks. 🙂 its for when initialising the ea starting parameters.
      im currently using that 2 buffer variables method for the on ticks section.
      it would be great to have this as a feature next time though .

    • E

      MT4 closes When switching EA
      Bug Reports • • edwardseer

      4
      0
      Votes
      4
      Posts
      575
      Views

      fxDreema

      But it should not do that. I guess you are working with the local version. If this EA is not a secret for you, send it to me so I can check it, and tell me what to do, so I can replicate the problem. My MT4 build is 765

    • 1
    • 2
    • 3
    • 2 / 3