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: general malfunctioning

      I just got that answer from the hosting:

      We're in the process of rebuilding some failed components of the SAN. Disk performance may be slow for the next 24 hours or so. We're working our best to resolve the issue.

      I accept recommendations for good Windows VPS, preferably in USA 🙂

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: general malfunctioning

      Currently working to fix this problem. It's a long story by the way... problems with the hosting basically

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: New option to my EA. Help required.

      Your project has all input parameters to 0, so instead of putting pending orders it gives tons of errors. I don't want to assume what your input parameters are. There is also no real TP.

      But be careful in "pips-away from the open price" block. This block can behave very differently with different settings. The first parameter is described (click on its title). "Pips away" is also important, its value can be positive, or negative if you want to detect movement in the other direction (when the price is going towards SL).
      Also "Open price belongs to" is important when the block is working with trade that was result from partial close or it was added to another trade.

      Look for errors! Again, this EA doesn't work for me, but not because of the way blocks are connected.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to set close all

      For the total profit just go to "Account" in the "Condition" block. You can find Balance, Equity, Profit (which is Equity-Balance) and other stuff there

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Do not open position on the last day of the month.

      I think that ticks count and the time are totally different things. Expiration time is "datetime", meaning the number of seconds since 1-January-1970.
      Ticks from start... this is something that I implemented and it is what it says - the amount of ticks since the EA was added to the chart (1, 2, 3, 4, .... 789, 790...)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Manual in PDF or Tutorial Videos for Beginners

      I have language files for the website itself. Because the website is built over a framework which is made by me, I wanted to somehow make it possible for people to translate it directly. But this is not made yet and the only thing is these language files. What should I do with them, I don't know? 🙂

      And there is much more in the blocks - they all have titles, descriptions, parameters with descriptions and I don't know how other languages can work for the blocks.

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: add or close running trades after % of tp or sl are reached

      I think that the % used in the blocks is correct, the results of the Tester will show you that. Those extra added trades are more tricky.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: wait to pass

      https://fxdreema.com/demo/mt4-wait-crossovers

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MT4 and MT5 code

      Well, there is a converter, but I don't recommend it for EAs generated from fxDreema. This one is for other EAs 🙂

      MT4 and MT5 have some differences, especially in the past. Now they are very close, but this was not always the case. Most of the time I am trying to make blocks to look and work the same way in the MQL4 and the MQL5. Blocks can be copied between projects, but some old blocks would not work properly if you copy them between those two languages. And now that MT4 is abandoned from MetaQuotes, I don't know if I will ever make both parts of the builder equal 🙂

      Oh... there is actually a limit of 10000 blocks in some settings, but I really want to put it to like 1000. I know that some people have even more than 2000 blocks and I think that this is not good. For me this is bad practice.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to set close all

      This is the question - which profit and which trades needs to be closed. Because there is one global profit that covers all trades - manual and automatic. Or that block "Check profit (unrealized)" who only checks the profit made from the trades made by the EA.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to program this in the Condition block?

      365 candles does not mean 365 days before, because 2 candles per week are missing because of Saturday and Sunday, and who knows how many other candles because of bad quality of the chart. If you do that, make sure that everything is fine with the data and that 1 year candle can be found on the chart. Or you can also try with Weekly or Monthly.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Error Parabolic "array out of range"

      Well, error "array out of range" normally means some problem in the code. But again, I can't understand in which code this error appears 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Do not open position on the last day of the month.

      I added these options in Condition - Market properties - Symbol Trade Time. I have no idea whether it works or not 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Fxdreema EA on mql5.com market

      I have no idea what requirements they have

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: Manual in PDF or Tutorial Videos for Beginners

      Yes, candle 0 is the current candle and candle 1 is the previous one. I personally can't speak very good in english, so I can't make any video. I should find someone else, I guess

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: How to know the distance on chart?

      There is also one very underrated block called "Check distance". Even I don't use it very often 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: how to make hedge trades?

      My "favorite" topic again. I hate these kind of strategies with passion 🙂 You can search for "Sure-Fire" in the forum. I posted the same example that I did looong time ago many times. But my opinion is that hedging is just a stupid way to do Martingale. It makes the whole process hard to make, hard to maintain and more complex in general. Jim Dandy is on the same opinion: https://www.youtube.com/watch?v=6ux63AhGmFE

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Error Parabolic "array out of range"

      Well, I don't see arrays around row 156. This is somewhere in the middle of the OnInit() function, which is mostly the same for all generated EAs.

      Are you sure that this error was produced by EA made with fxDreema? If yes... if it happens again, go to the row that is reported in the source code file (for example row 156), copy some code around this row and give it to me. I just can't find anything suspicious at this row right now.

      I also put that EA for backtest (not profitable at all) and it finished without problems.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: "Buy/Sell Pending Order" block

      Pending order in fxDreema opens at different price than the current price. In the block you put the price and then the EA decides the type of the order. The easiest way... try with negative value for Price offset. But Open at price also matters... the combination of both is the actual open price.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: '&&' - illegal operation use.

      Holy cow. If you ask me, I think that EA builders are not very suitable for some kind of programs. fxDreema is not very good for complex graphical stuff for sure. I don't understand how someone can reach even 100 blocks without starting to think to himself "Screw this, I better try to code this in MetaEditor"

      posted in Bug Reports
      fxDreema
      fxDreema
    • 1
    • 2
    • 101
    • 102
    • 103
    • 104
    • 105
    • 374
    • 375
    • 103 / 375