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: Questions about 'Skip ticks' block

      @isp00rt I set the constant to 10 and then to 100 seconds and it worked for me. I did that in the project directly, I normally don't touch the inputs of the EA in MetaTrader

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How can I create a delay in seconds?

      But this is almost what "Skip Ticks" do. When it runs, it sets some variable to a future time, and then on every tick (in OnTick()) that variable is compared with the current time. After the current time is > than the time in the variable, the rest of the code in OnTick() is allowed to work again.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How can i save the robot in the mt5 platform ?

      0_1535230468757_8c57532a-115d-4b0f-87a3-a80999b6b6d8-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Filling type: RETURN orders

      This problem again 🙂 Do you have some login data for such a broker, so I can test what is going on? From my country I can'r make a demo account in those Brazilian brokers. I tried many times in the past and every time someone is giving me login data 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: between two values

      There is one fancy block "Indicator moves within limits", and this block also check whether the price is between two levels for each candle (for example for 5 candles in the past)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Indicator Timeframe other than Current

      Check if the candles data is good for M15. But yes, try with Candle ID different than 0, maybe the indicator doesn't print anything on the current candle

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Cancel Pending Order with Opposite Signal

      The idea is that when you run the pending order block, it will create a new pending order and with that its job is finished. The block doesn't look at MA levels. But there is a "Delete pending orders", which you can use after some conditions to detect MA crossovers.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How can I create additional FIB levels in the FIB tools?

      If you are talking about "Draw Fibonacci" block, try this
      0_1535229652709_0de174a4-c532-4147-9c16-009f10939281-image.png

      Write 88 there. And also the other levels you want, because if you only write 88, you will only see one level 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: mt5 EA help

      I will suggest to find some indicator that searches for the divergence and then to get the signals from that indicator in the EA and decide when to buy or sell

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Write unrealizad profit and loss when test

      But I posted some example above to calculate this max profit. The EA doesn't collect such profits otherwise. I have 2 variables - maxProfit and maxLoss - and they collect the maximum profit and loss as a money amount. The problem is that those are only 2 variables and it will not work if you want to collect the profits from multiple trades at the same time. To do this, arrays of data will need to be used. But if you have only 1 trade at a time, those 2 variables will work good.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Time Filter

      The truth is that any generated EA is much heavier than some manually programmed EA. Those blocks are probably not that heavy, compared to others.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: WHY BUTTONS ARE NOT DISPLAYED DURING BACKTEST?

      I tested "Draw Button" and it prints the button on the chart... I don't know what is wrong for you. Do you have any error messages? And what if you try the Draw block with the default settings

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: i want help to use this indicator ?

      I'm not very good with indicators, I don't fully understand how they work. But it gives me EMPTY_VALUE all the time for this indicator. I don't think this is a bug in the EA builder, because if it is, probably all indicators will return this value and people will start complaining.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How do I find the Chart ID of an opened chart?

      This one?
      0_1535223434807_955f2553-d41e-4e19-9480-beeff3ed5fdf-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Trailing Stop spread buffer

      The average spread is nowhere calculated. Only in that little spread meter on the chart, but this doesn't count 🙂 I don't know if this will work, but you can change that "Reference price" in the options

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check last n trades closed (but ordered by oldest closing time)?

      My expectation is that the trades should be sorted by close time. But to be honest, I don't know all the details. I don't remember seeing wrong trades order, but if you think that something is wrong, give me some project so I can investigate it.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: x< and x> fail

      @majestad, what about Once per bar? https://fxdreema.com/demo/mt4-once-per-bar

      isp00rt, there is no need for the pink block when using those blue blocks. They have their own loops inside.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Is this a thing?

      Depends on what "properly" means. I made this fractals example to show that if the indicator prints arrows, Candle ID should probably be set to something bigger than 0, and also to show those Indicator Appear blocks. I don't know another built-in MetaTrader indicator that prints arrows, so I used this one 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: i want help to use this indicator ?

      I don't know, this indicator always gives me EMPTY_VALUE in all buffers

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Time Filter

      Day is the day of the month, like now the day is 17. There is another block "Weekday filter"

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 45
    • 46
    • 47
    • 48
    • 49
    • 374
    • 375
    • 47 / 375