fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fxDreema
    3. Posts
    • Profile
    • Following 0
    • Followers 691
    • Topics 32
    • Posts 7485
    • Best 277
    • Controversial 18
    • Groups 1

    Posts made by fxDreema

    • RE: Why my backtest graph shows D1 candles if I tested the EA with H1?

      Those dates on the bottom of the chart are printed automatically, depending on the zoom. Zoom in and you sill see hours like 04:00, 10:00 and so on... The chart is H1 (which means 1 Hour) and you can see that easily, it is written everywhere

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Draw Line

      I don't know why that happens with Trendline by Angle. It looks that it works with correctly with angles different than 0. And with angle 0 it works fine initially, but then the line becomes vertical.

      I placed this block in "on Init", so it creates only 1 line at the beginning. At first tick the line looks horizontal, only to become vertical (or sometimes disappear) on the next tick.
      Actually, the line becomes vertical even if I only click on the chart with the mouse. I put the Tester on pause, so everything that the EA does is to run the block in "on Init" to create a trend line, which appears horizontal at first... until I click somewhere.

      What is notice is that in the properties of the object we can see slightly different values in both Value inputs. In the MQL4 code we provide only one value (for Price 1), while the other value (Price 2) is set to 0. MetaTrader is supposed to automatically calculate it, and I guess that it should set it to be exactly the same as the first value... but for some reason it decides to change it a little bit, I don't know for what reason.

      By the way I see that in your project you have "hedge" in the title. My opinion about this is that it is a scam. I think that "hedging" in the same symbol is useless, too complicated, hard to do and the result is surely not that magical.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: UPDATE time, write here if you have problems!

      Fixed (I believe). By the way I will unpin this topic now, because it was about a relatively big update that happened before, but now everything looks fine with it. If there is a problem now, it is more likely to be related to other small updates that I'm doing from time to time šŸ™‚

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: failures in editor

      Ok, now it looks that it's working

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: failures in editor

      My fault. I updated few things (mostly the way blocks are selected), but it looks that something went wrong. I will check this and fix it as soon as possible

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Can't rearange constants or variables for a while

      If you go to Ctrl+Shift+I (to open Developer Tools in Chrome) and then on Console, do you see some error messages?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Close all trades and return other day

      Check out this block "Check profit (period of time)". I created it because of this reason.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Question about "Impulse up/down" block

      Well, I can hide blocks, but then people who used them will see a message that says that some of the blocks in their project are not listed anymore and I think at least one person will ask me to list them back šŸ™‚

      This gray circle means that there is no .mq4 file. You can download the .mq4 file and it will become yellow, but this will not change anything about the EA šŸ™‚

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Draw Line

      Horizontal line is this line that is across the whole chart. What you want is a trend line.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: shiffting vertical line with a variable value how

      The same block that created the line can also be used to modify it. Look at the first 2 parameters of the block - they control what to happen. Better click on their title to see more info about what they do, because it's hard to explain. But when you choose them properly, you can run the block as many times as you want, and every time you can provide different value for the Time, so the line will move.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check Type Last Opened

      It also works like this: http://prntscr.com/hca78b Basically after I created those pink blocks I stopped adding more blue blocks, such as Check type (last closed)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Price now - prev close price

      I didn't tried this, I only connected those blocks in few minutes, but I think that they are logically correct: http://prntscr.com/hca6di

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: tester cannot load Expert

      I think I wrote an email about this problem. Uncheck this: http://prntscr.com/hca3fk Why it doesn't work when this is checked is another story šŸ™‚

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: help plz

      Each candle has 4 values - Open, High, Low and Close. What do you mean by distance between 2 candles?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Two conditions I’d like help with
      1. https://fxdreema.com/shared/835hQ6HTc I guess I need to create a block like "Bucket of Trades/Pending Orders", but the name of such block is so ugly and this is what stops me šŸ™‚

      2. I think I'm gonna add % option in that "slice order" block, because there is only pips option right now. I can probably be done with some calculations, but it will be ugly.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: DEMA & TEMA as an option to choose

      ENUM_MA_METHOD is just a predefined enumeration: https://www.mql5.com/en/docs/constants/indicatorconstants/enum_ma_method

      It has 4 possible values obviously. This enumeration is meant to be used in MA and some other indicators. This enumeration is created by MetaQuotes, not by me. I don't think that you can use different value in MA to make it work like DEMA. You can try with values like 4, 5, 6 and so on... but I don't think it will work.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: i want hide my condition ?

      Yes, there is a function called HideTestIndicators() in MQL4, but I never added it into fxDreema, mostly because there is no such function in MQL5 and now I don't want to add something in MQL4 that doesn't exist in MQL5

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema Error Bucket of Trades Pending orders Count not working

      Is there a moment when the number of pending orders is 0?

      Take a look at this example: https://fxdreema.com/shared/wu6cs7ALd
      If you remove the yellow connection from block 3, you will not see the count of 0. This is because the Bucket blocks does not pass when there are no orders that it selected. The idea is that if you don't have orders, there is nothing to work over, so the block does not need to pass. But the counter shows 1, which is only because this is the latest value (because the Comment block does not run when the Bucket block does not pass). So, when I add that yellow connection, the Comment block runs every time and registers that 0 count.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Timeframe as input

      For the Constant that is the timeframe, the data type should be ENUM_TIMEFRAMES instead of double. And the default value should be something like PERIOD_H1.

      https://www.mql5.com/en/docs/constants/chartconstants/enum_timeframes

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: If trade - No trade Bug??

      By the way, there is some problem in your Buy/Sell blocks that can be fixed by removing this: http://prntscr.com/hagdpy

      I tried this and I got 1 Buy and 1 Sell trade at a time: http://prntscr.com/hagg9n I don't see 2 Buys or 2 Sells at the same time

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 72
    • 73
    • 74
    • 75
    • 76
    • 374
    • 375
    • 74 / 375