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: self updating/refreshing grid, compare two groups of trades

      The biggest problem is that I don't even want to create desktop software, I never did 🙂 I always preferred to do something for the web. The desktop version was secondary from the beginning and I made it mostly because few people told me that they prefer their projects to be private. Nothing about stability, in the beginning the desktop version was very unstable. Now it appears stable because I rarely update it and when I do it, it's days after some major update on the web version. If I put everything new as soon as possible in the desktop version, you will complain from it for the same reason - it will be "unstable". There were times when I reuploaded it few times a day because every time i found some newly introduced bug 🙂

      The desktop version is actually Chrome + Server + PHP code packed into an .exe file. But the server is not Apache or something well known and it doesn't have things like mod_rewrite, which is why I have troubles to put the new fxDreema into it. I worked for the current PHP framework for some months and it's easier for me to work on it now, but there is one very specific regex in the .htaccess which rewrites all requests to the server. I mean, when you want to open /examples, there is no folder /examples right on the root directory on the server, it's somewhere else.

      The program I use to build the desktop version (ExeOutput for PHP) also has some Ajax issues. So I wanted to try the new version instead of working with all those bugs from the old one. The guys behind this soft mentioned few times that they will publish new version in October, but even today there is no official new version, only some Beta - http://www.gdgsoft.info/t/exeoutput-2-b ... 01-15/1363 The "jdeel" guy over there is me, but I did nothing since I wrote this post, because...

      Meanwhile I decided to try NodeJS (something like Apache+PHP, but for JavaScript) and I liked it more than PHP, so I decided to move away from PHP. In the last few months I was working again on a framework, this time for NodeJS. So now I am a little bit here and there. My wish is to move the website on NodeJS, but this is not an easy task. If I do that, I will not be able to use the same soft to pack the desktop version, but I think that it can be easier for NodeJS, because this is standalone Server + JS Scripting.

      Why am I writing those frameworks and jumping from PHP to NodeJS when everything appears to be working... well, because I want to make some other websites, I'm not thinking only for fxDreema. It works for now and I live because of it, but who knows what will happen, tomorrow people may lose interest in it 🙂

      So I don't know. What I feel is that I want to remove the link for downloading desktop version and focus only on web stuff only. But people like it, maybe because it sometimes appears to work faster.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: help order pending

      So you want to do something similar to Trailing Stop, but for pending orders instead of Stop-Loss? Try this one: https://fxdreema.com/demo/mt4-trailing-pending-orders

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Need help to build simple EA

      Now when TP is hit everything is closed and then new set of 2 trades + 6 pending orders is created. You want to add one more trade with that? If this is the case, maybe something like this: http://prntscr.com/9koj5u
      http://i.imgur.com/Q9SljU2.png

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: ea behaving in backtester however doubling up orders when traded on demo/live

      What is the problem exactly?

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: Please help me.

      Try "Buy pending orders in grid" or "Sell pending orders in grid". There are lots of settings, so you probably need to experiment 🙂 For pending orders expiration can be set, but in minutes or hours.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: self updating/refreshing grid, compare two groups of trades

      Yes, there was some error. As you probably know, I was experimenting with "strict" mode, but with it some problems appeared. Then I disabled it and these errors appeared. Now I fixed those errors, I guess, and currently I disabled this "strict" mode, mostly because of some issues when printing numbers. Are you sure about the restore? Note that when I restore some project, it's only data about when blocks are located and their settings. The actual code that is generated does not come with the project itself.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Close all trades depending on profit

      Try this http://prntscr.com/9kngyq
      http://i.imgur.com/Xbpzuo2.png
      It checks the profit from a group of trades.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: FIFO rules for close all trades

      Well, with this "Oldest to newest" it should work. I guess, if you don't have other trades from other EAs, because they are probably not detected from this EA. It depends, there are filter settings. But you have set "Every n trade", whith breaks your fifo rule - this setting skips some trades, the idea is for example to close each second trade. So I think this is the problem.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: help order pending

      you want to remove some pending order when the price falls below what level?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA HELP

      Where the horizontal line is created is probably wrong, but: https://fxdreema.com/shared/tZoinbLO

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Import project in desktop version not work

      This is because currently the desktop version is few months old and it doesn't understand the data stored in the .mq4 file, because it's newer version

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Search isn't working properly

      I will check

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Need help to build simple EA

      It works for me: http://prntscr.com/9k477a
      http://i.imgur.com/tvOgVfE.png

      I can see your projects. I don't know what is wrong for you, do you have error messages or something?
      But what is wrong with Lightshot, this is fantastic soft and as you can see I am giving screenshot made with it. I also use it to show everything to my friends 🙂

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: FIFO rules for close all trades

      What is this FIFO rule? 😮

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Close all trades depending on profit

      http://prntscr.com/9k42bw
      http://i.imgur.com/KRFs2OG.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Need help to build simple EA

      Now what you have is as direct as it looks like - in one shot you are creating 2 trades and 6 pending orders. Then depending on the price another trades are created ot of the pending orders, but when no trade left - another shot of 2 trades and 6 pending orders is created.

      Please, take a look at some examples here: https://fxdreema.com/examples/

      This is how to close everything when one trade closes: http://prntscr.com/9jhpxx

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: Moving Orders

      Those pink blocks are not supposed to be connected like that, they belong to "For each..." - https://fxdreema.com/demo/mt4-loop-how-it-works Now "slide order" works for the latest order selected in "If pending order", which probably is not the one you need.

      The other block 4 does not work at all. Blocks that are not connected to any other blocks are simply rejected.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Hi admin. I need help with 0.1000000000000 and 1e-005 what is IT?

      I removed strict mode for a while, but I just put it back because other problem appeared. I guess I just need to fix those numbers with NormalizeDouble here and there. The strict mode basically shows us the real value, but this value is kinda wrong if it's not normalized. Weird floating numbers 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Problem with On Trade MQL5

      This MM method requires some SL size in order to work. It's this way with those Risk methods - the lot size is calculated from SL. Lately I added some short explanation of each MM method here https://fxdreema.com/help/-/working%20w ... management

      I need more details about the problem in "on Trade". I connected those two blocks with "Pass", enabled them and it works for me.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Custom indicator suddenly not working

      Fixed. This strict mode has some issues 🙂

      posted in Bug Reports
      fxDreema
      fxDreema
    • 1
    • 2
    • 181
    • 182
    • 183
    • 184
    • 185
    • 374
    • 375
    • 183 / 375