fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. MIKEIKE
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 22
    • Posts 49
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by MIKEIKE

    • M

      COMPILATION ERROR FOR SEMICOLON?
      Bug Reports • • MIKEIKE

      3
      0
      Votes
      3
      Posts
      869
      Views

      R

      What did you most recently change?

      Errors can happen when you enter your own code or put fancy stuff in the Adjust boxes.
      fxD also has a glitch on variable and constant entry. If you hit certain punctuation keys by mistake they may not be echoed to the screen but are put into the output code anyway.

      If nothing else works download the mql code and have Metatrader compile it. It will show the error and what line it's on. You should be able to figure it out from there.

      Sometimes erasing the value of a constant, with a few extra taps of the Backspace key to remove any hidden characters, will fix it.

      Good luck.

    • M

      Using New Trend High & Low Signal Blocks For Fibonacci Time And Value Points
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      803
      Views

      fxDreema

      I think you are talking about these blocks:
      0_1533231561103_1a866ee9-f614-4d89-8562-27ac98f38436-image.png

      Even I forgot how I made it and I keep them only because there are there for a long time. No data escapes from them. Basically, long time ago I wanted to make blocks for everything, but not all of my ideas were good. Now I think that for such things custom indicators should be used - they are better optimized to do such calculations and they also print the information on the chart.

    • M

      ..ex4 file does not auto generate from mql4 file on new vps.
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      569
      Views

      fxDreema

      0_1532812213340_c36e43ac-11dd-4ff3-9cb3-d0503b28e62c-image.png There is a button

    • M

      I have an icustom script from an author of an indicator, but I have no idea what to do with it? The buffers were not registering when I manually entered them...
      Questions & Answers • • MIKEIKE

      6
      0
      Votes
      6
      Posts
      2188
      Views

      fxDreema

      If you have indicator in a subfolder in MQL5/Indicators, then in fxDreema you can add the subfolder in the name field. If the indicator is named "indicator", then you can write "subfolder/indicator"

      No, you don't need to manually add indicators on the chart. The EA is connecting with the indicators on its own, you can't see this process.

      "Shortname too long" - if this comes from the indicator itself, then I guess you can't help much. I think that this is some property of the indicator itself and is located in its code, but you don't have that code anyway.

    • M

      Referencing Different Charts
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      639
      Views

      fxDreema

      Just use that Timeframe option in "More settings", set it to Daily

    • M

      Progression Of % Trailing Stop
      Questions & Answers • • MIKEIKE

      4
      0
      Votes
      4
      Posts
      897
      Views

      fxDreema

      But 40% of 200 pips is 80 pips anyway 😮

    • M

      Is there a way to track Draw Down Of Open Trades?
      Questions & Answers • • MIKEIKE

      3
      0
      Votes
      3
      Posts
      1047
      Views

      M

      It's okay I figured that would be a bit over the top.

    • M

      Preventing Entering A Trade On Same Candle of Exit
      Questions & Answers • • MIKEIKE

      4
      0
      Votes
      4
      Posts
      964
      Views

      fxDreema

      Well, you have "No trade" at the top and when the first trade is created this block will not pass until that trade is closed. Try what will happen if this one is removed

    • M

      A Trailing Stop For Manual Trades
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      561
      Views

      fxDreema

      Is normal Trailing stop with it's default settings work, or the problem is because of the magic number?

    • M

      Trailing Stop after # of pips from trade entry
      Questions & Answers • • MIKEIKE

      6
      0
      Votes
      6
      Posts
      1712
      Views

      fxDreema

      jeansoleil, what you are asking for happens like this by default. Only if you change the Magic input parameter or set the blocks to work with manual trades, only then the EA could work with other trades

    • M

      Stop Loss
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      524
      Views

      fxDreema

      Where you can see (each trade), then this block does what it does to each trade independently. It gets the first trade - it does what it does, then it gets the second trade... until it checks all the trades available.

      Where you can see (group of trades), it first calculates the average value of what is needed (like the open price) of all trades, then it modifies what it needs to be modified (like the SL values) for each one, one by one.

    • M

      Pips Away From Open Price
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      1543
      Views

      fxDreema

      This block, like all the other blocks with the same (pink) color are designed to work only after some of the "For each...." blocks! You have it after Break even, so the result from it will be... who knows.

      Trading model:

      if Ask is X pips above the open price in case of Buy trade if Bid is X pips below the open price in case of Sell trade

      Chart model:
      -the same for Buy trade

      if Bid is X pips ABOVE the open price in case of Sell trade
      So here you don't care whether the trade is Buy or Sell. If Pips away is positive value, then it will detect when the current price goes X pips above the open price, and if negative value - below.

      Double-sided model:

      If the price goes X pips away from the open price above or below, for Buy or for Sell
    • M

      Locking In Break Even
      Questions & Answers • • MIKEIKE

      3
      0
      Votes
      3
      Posts
      755
      Views

      fxDreema

      Yes, look at the Trailing Start option... this is basically the level beyond which the trailing stop is working, below that level it the same as you don't have trailing stop at all. And with this, maybe the break even is not needed.

    • M

      Indicator Issue
      Questions & Answers • • MIKEIKE

      8
      0
      Votes
      8
      Posts
      1627
      Views

      M

      😄 😄 😄 😄 THANKS! You Throw Some crumbs of info, can be frustrating, but it always helps!!!

      The file directory was incorrect and it was pulling the wrong .ex file!!!!!! Solved And Working!!!!

      THANK YOU!!!!

    • M

      Every "N" Bars
      Questions & Answers • • MIKEIKE

      6
      0
      Votes
      6
      Posts
      1658
      Views

      fxDreema

      Now study this: https://fxdreema.com/demo/mt4-wrong-closing-rule

      many people think that some block should wait for some time and then it will pass and go to the next block. Not true, this does not happen at all. What really happens is that blocks under "on Tick" become active on every tick, again and again, and again, and again - the very same blocks. Well, those on top level at least.

      There is no block that will wait 15 candles for something. Blocks work NOW, at the moment. If it's some condition - it works now. If you want to check the current indicator values, fine. If you want to check past indicator values - also fine. Checking future indicator values... no way.

      And because so many people think the wrong way, which is in fact the most intuitive way, I thought that I can make it that way... but then I realized that this is not a good idea for some reasons.

      So again, you can check anything using the "Condition" block NOW, but the "Condition" block will not wait for the comparison inside to happen. The only block that can wait for some time (but not waiting for something to happen) is called "Delay".

      What you can do is to check for crossover NOW and also check for the other indicator 15 candles in the past. Just thing in the opposite way.

      Why is that better? Because MetaTrader already have history data that can be accessed. Also because saying that you want to check something in the future requires the use of some variables - the problem here is that if you restart the EA those variables will be gone, they are not persistent. But if you check the past data, in case you restart the EA, that data will still be there and the same, so the EA will continue working as before.

    • M

      Indicator Assist
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      511
      Views

      fxDreema

      Here is some basic information of how indicators work: https://fxdreema.com/documentation/gett ... indicators
      And here is some basic information of how to manually add custom indicators when you don't have .mqX file: https://fxdreema.com/documentation/proj ... indicators

      What matters is the number of input parameters - they must be right. Also their data types - they can be only "string" and "double", but it's better if they are also right. Their names can be different, but it's better if they are the same. Their order matters, it must be the same. And the buffers count matters... buffer names don't.

      But if your indicator does not use any buffers to send data to the EA, then you can only use the object that it draws. Which is another story 🙂

    • M

      Progressive Entry Question
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      644
      Views

      fxDreema

      "Indicator appear" should detect only times when certain buffer goes from 0 to positive/negative value or from EMPTY_VALUE to positive/negative value.
      Otherwise you can limit trades by time. For example using "Once per bar". After this block everything can happen 1 time per bar, as it's name says.

    • M

      Assistance With Custom Indicator
      Questions & Answers • • MIKEIKE

      2
      0
      Votes
      2
      Posts
      530
      Views

      fxDreema

      Use "Indicator tester" block to check if the indicator buffers can be used. If they can... use them. The "Condition" block is working fine.

      Only pink blocks and the pink category in "Condition" needs "For each Trade". Break even point does not need it at all, as it has the loop closed inside.

    • M

      Modify Stop Loss On Previous Candle Close
      Questions & Answers • • MIKEIKE

      4
      0
      Votes
      4
      Posts
      949
      Views

      fxDreema

      I'm not sure about the meaning of the question, but to limit things in one bar - "Once per bar"

    • M

      Stop Recalculations Glitching
      Questions & Answers • • MIKEIKE

      14
      0
      Votes
      14
      Posts
      3229
      Views

      M

      Thanks. One step ahead. Found That. But new issue regarding my new Stop Loss Post..... THANKS!!!

    • 1
    • 2
    • 1 / 2