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: Pending Order

      I don't understand sentences without commas even in my native language. Some screenshot? Or at least tell me how things must happen in steps, like this:

      Step 1 - Open Buy pending order...
      Step 2 - When the price is... do this...
      Step 3 - Something else...

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Unable to change Block ID

      How is it now?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      Marc, which project? I now exported your project named "teste" and successfully reimported it. Only the name remains as the original even if I rename the file, but this is not a bug, it's more like the way I did it.

      Ok, the scrollbar must be working as expected now 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      imagine2021, you can see how things are added to the history when doing something. It was the same before, but now I decided to hide the history window and make some more room for the blocks.
      I didn't even noticed that the properties windows was opened above the block, but I found the probem and it's now gone.

      camhawk, this scrollbar will take some time, it turned out to be harder to make it properly than I expected. Really sorry about that!
      I fixed the problem that causes unexpected jump to the left. The thing that still doesn't work as expected is the automatic scroll when the block is near the edge.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: 2 Conditions separeted by time

      Many people think that conditions follow one after another in the way you are talking about and they are connecting blocks one after another like each block is a step. This way is more limited, but I was thinking that I can add some workfield where the blocks will work like this. But if there are 2 chains of blocks, then maybe unexpected things can happen

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: 2 Conditions separeted by time

      There are 2 ways to do that.

      1. To check for the second condition and when it is true, to check for the first condition back in the time. Candle ID is available, so we can check any candle or indicator value in the past. Of course, this method can be only used when the time between both conditions is fixed, because candles are fixed.
      2. When the first condition becomes true to remember that (in a variable). Then, also on every tick checking the second condition if the variable is set to true.
      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      You can use the normal Save As of the browser if you want. For Chrome I wrote a plugin that can rewrite the files.

      I have no problems with connection. I just found another problem that causes not selected blocks to move with the selected, but this is another thing

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      camhawk, this feature that you are talking about is not a feature of fxDreema, not even feature of the browser. Windows itself does that when you do "Save As" with any browser. And I don't know why this is good and how someone can like it, because for every new file that is created you must restart MetaTrader. I personally prefer to overwrite the file. I can always rename some .mq4 file if I want to keep it.

      I removed that SAVE button mostly because I was thinking how to make some kind of versioning. I have this idea to allow multiple history points to be "checked" and probably renamed. In this situation, what will this SAVE button do.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      imagine2021, Every small modification is saved anyway. There is no way to forget to save something and lose it if the PC crashed or something else. Every modification goes into the History, which is located on the server. The browser can crash, Internet can stop, the PC can die and in all these cases the project is safe. When you open the website again, the last known history point will be loaded. It was exactly the same before, the difference was really only visual. I also liked that SAVE button, but what's the point of it when everything is automatically saved.

      Also when you write .mq4/.mq5 file, the project is stored in it and can be imported later.

      I didn't noticed that scrollbar jump before. The next thing for me to do is that scrollbar.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Pending Order

      I don't understand everything, but what if you create a new pending order when no pending order and no trade exists?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Errors newest version FXDREMA

      They are back. But I still have some negative feelings towards them 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      Datatypes must be "string". I fixed it for you.

      Ok, oprimization inputs are back! Only there is an error message when at the same time Constant is used. But I still don't like and don't recommend these, so I will probably find a way to remove them eventually

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      The datatype of these must be string: http://prntscr.com/84adap
      And their values must be like 08:00 with : instead of ;

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Can't change input parameters when expert is loaded

      Of course there is a way and this way is much better post/9920

      I just realized that someone can lose his good settings because now these optimization input parameters are not written to the output file. Somebody having this issue?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: August 2015 ... help to detect bug!
      1. I think that importing is fine. Only you can't import a project in the local version because projects have a different structure now.
      2. What is the idea of "string variable" here? I think something is not written correctly here. In MQL4/MQL5 the keyword "string" is reserved actually. The idea of this "Variables" panel is to modify variables at a deeper level or easily do some mathematical calculations
      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      Here is it: https://fxdreema.com/help/-/working%20w ... 0variables (the first project that is included there has displaced windows, but anyway)

      Yes, the biggest problem with these checkboxes is that each of them makes another one input field. They are very intuitive because it's one click, but what if for example you want to optimize by Lot size and you have two trading blocks - Buy now and Sell now. 2 separate inputs will be generated, while you probably prefer to be one.

      Another problem is that often people are asking me for help and they are giving me their project that is full of checked inputs. Often people are checking almost everything. When I see this I know that this is very bad practice and leads to more confusion at the end.

      Back in the day I created those checkboxes before even thinking to introduce something like Constants... or we can call them global inputs. That's why they exist.

      What if I replace them with a small button that when clicked acts like the current right-clicking?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      Buy why do you like these checkboxes if each one of them creates 1 more input parameter with such a weird name. Here is just another topic about this: topic/3166 Do you know why "Constants (Inputs)" exist and how it works?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Waiting x minutes after a loosing trade

      Here is one way, which is by checking the profit and the age of the last trade before going to create a new one: https://fxdreema.com/shared/gOc5xZ4nc
      And here is the result: http://prntscr.com/846fay

      Also there is a way to put the EA into pause and doing nothing for some period of time using "Delay" block, but it doesn't work in backtesting.

      People wanted to easily delay trading before, so I will make some block to do that eventually.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxDreema was updated... obviously

      There are some warnings and it looks that they appear for the new Firefox only: https://developer.mozilla.org/en-US/Firefox/Releases/40 But I think that they have nothing to do with the problem. I'm gonna try with this Developers version.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: I cannot Delete the created area for several blocks

      Weird, Chrome is my primary browser and it's all ok here.

      Ok, click Ctrl+Shift+I and on the window that opens go to Console. When you click "Delete area", is there something that appears in this log?

      ... or try clearing the cache

      posted in Bug Reports
      fxDreema
      fxDreema
    • 1
    • 2
    • 205
    • 206
    • 207
    • 208
    • 209
    • 374
    • 375
    • 207 / 375