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: HELP!!!! fx dreema crashed

      Ok, so here are some facts.

      • The last offline version, as a file that I have generated is months old.
      • Previous versions were identical, because I used third-party software to build fxdreema.exe and this software has not been updated for years.
      • Many people are using the offline version and I have never seen problem like yours, but I noticed more problem reports with the keyword "Windows 10" in the las days.
      • Interesting fact, I was one of the first people who decided to install Windows 10 when it was in early testing stage (September last year). In December/January I was losing so much time while trying to deal with Windows 10 issues, so I just decided to move back to Windows 8. At that time MetaTrader 4 was not able to run at all, even in the early days when Windows 10 was released. In short, Windows 10 is just buggy.
      • Normally I would love to try everything new, but when it comes to Windows 10, I don't even want to know that it exists.

      I can't even imagine how "Buy pending order" can break the offline version, all blocks are identical in the way they are loaded and this one contains nothing special. I have no idea what is going on. But the biggest "problem" is that I currently have no plans to update the offline version 🙂 I'm still waiting for new version of the third-party software that I use to pack fxdreema.exe, but meanwhile I decided to move to leave PHP in the past and work on Node.JS, so I will probably now start to rewrite fxDreema for Node.JS and who knows about the offline version... I never liked it anyway.

      If you use TeamViewer I can take a look, otherwise I don't know what to do, because I can't fix something that I don't know what it is 🙂
      There is still online version and when some problem happens, I react quickly to fix it. Well, it's probably a little bit slower that the offline version and sometimes reload is needed, but it works. And now contains more stuff than the offline version.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: How to terminate EA if target Equity is reached?

      https://fxdreema.com/help/-/working%20w ... 0variables
      https://fxdreema.com/demo/mt4-variables

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: HELP!!!! fx dreema crashed

      Interesting, no one reported error like this and the offline version is pretty old. But since Windows 10 people started reporting various errors, are you with Windows 10?

      This looks like login problems, so I think that the projects are safe. Your projects should be somewhere in Data. Also, when you want, export .mq4 file and it will also contain the project data.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Issue with Bucket of trades

      Fixed 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Помощ за МА пресичане

      Оправен е проблема 🙂

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

      There is a block "Weekday filter" and yes, it says things like "Trade" inside, but this actually means "allow the block to pass". Day and Hour filtering exists in separate blocks only, there is not a single block where you can define both. "Weekday filter" is the one to filter by Day, and "Hours filter" (or "Time filter") is for hours. So you can connect "Weekday filter" and then "Hours filter".

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Get Indicator's Color Property

      Do you care about the color or about the signal? Obviously there are 2 MA lines and the color depends on their position. And their position can be easily compared (and this will indirectly give you the color, if you really need it), you can check if the fastest MA is lower or above the slowest one. That should be at least 2 buffers for this indicator, one for each line.

      Otherwise color or other attributes can be get from chart objects like arrows, lines and others. But I'm not sure that exactly these colorful areas are such types of objects, I think that they are something that the EA has no direct access to.

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

      Weekday filter?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: buy/sell pending orders

      There is not a single answer to this question. I think it's best to work under "on Tick", check the current number of orders and do something depending on their number... if this is the idea. If the EA is restarted, it should continue as if it was not restarted. Note that "once per trade/order" uses temporary memory which is reset when the EA is restarted. Also note the option inside.

      Otherwise you can work under "on Trade", but each Trade signal happens once, which can be good or bad.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Last Opened Trade

      http://prntscr.com/99gs63

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Compiling error......

      Inside fxdreema.exe there is an embedded file mql.exe, which is the original compiler from MetaQuotes. This file is exported into fxDreema/Data and is used to compile the output file. Before using it, fxDreema checks if mql.exe exists in your MetaTrader folder, but since build 600 this file is not included and that's why I decided to provide it with fxdreema.exe. Maybe mql.exe can't compile the file, I don't know exactly.

      You can try with newer mql.exe, here is where it can be downloaded (32 and 64 bit version, works for MQL4 and MQL5)
      http://files.metaquotes.net/metaquotes. ... t5/mql.exe
      http://files.metaquotes.net/metaquotes. ... /mql64.exe

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Send HTTP request

      I don't remember if it's ok to use GET parameters in POST request. I'm also not sure about the port. I mean, I have to make tests, just like you, to tell what is not working. Try with setting file name, like index.php?action=... Also try with variable value that does not contain point symbol. In this short address you have many possible things that can cause the problem, but I can't tell you which one is the right one 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to terminate EA if target Equity is reached?

      On the left side you have the current unrealized Profit, which is Equity minus Balance and this is only if there is a trade currently opened. This profit is the current result of the currently opened trade/s. If no trades are opened Equity is equal to Balance.

      On the right side you have the Initial balance. Compare Equity or Balance with it, not the current unrealized profit.

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

      This EA has now ID mt4-1984, so in my backups I found a project with the same ID and I added it to your projects as mt4-1984a. But it appears as Grid-EA semi-auto v3.0 - http://prntscr.com/98ivkd Sorry, but I don't know your versioning. What I can suggest is to save .mq4 files. Each .mq4 file has embedded project data so it can be then imported back into fxDreema.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Need help for my EA

      I have this http://prntscr.com/98irhg or this http://prntscr.com/98is6j - not even single TP modification to my Buy trades.

      Try to use the value of -10 in "pips away..."

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

      I keep backups for the last 5 days, so if you have problem with some project tell me and I will try to restore it.

      This is a regular website after all. It looks like desktop application, but the builder is a normal single-page website. I don't know if there is malware that can "click" here and there in your pages. In any case, check your PC, it's much better to be clean. If you have problems with fxDreema, it's most probably because of fxDreema itself. If you find that something does not happen the way you expect it to happen, tell me. But please, explain it in the most simple way, because most of the time I don't understand you very easily 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to terminate EA if target Equity is reached?

      There is a block "Terminate" (in the lowest category) which will cause the EA to seld-terminate. I think that checking equity is pretty easy with "Condition". It depends on how you want to set this $1000 value - you can manually set it or it can be the balance at the moment when the EA starts to work. Then for which equity we are talking about - the main equity (or profit) of the account or what is generated from all the trades created by the same EA.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Need help for my EA

      Do i smell what they call "hedging" strategy here?

      There are different ways to control when something is opened and it depends.

      • If you want to work under "on Tick", then on every tick you will check the number of trades or pending orders to decide what to open. The good thing here is that if you restart the EA, it will continue from where it stopped without problems.
      • Working with "on Trade" - you can detect trade events like the moment of opening a new trade for example. So you can open a new pending order when a trade is closed, for example, or everything else. But not that any trade event happen only once. If something wrong happens under "on Trade", there will be no second chance to repeat the same event. This can be good or bad depending on the situation.

      To be hones, I was always lost with these hedging strategies, I can't even imagine them in my mind. You can search the forum for "sure fire" and there is some example that I made loooong time ago.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: help with global setup directories

      The "Data" path is important, because this is where output files go. The terminal path is used from the local version to run MetaTrader and MetaEditor right from fxDreema, but this can't be done from the web version. The "Data" path must be where files go, but without things like \MQL4 at the end.

      The On/Off block should disable whole blocks. When a block is disabled, it doesn't run and everything connected after that block also don't run. It's like this block and the next blocks to it doesn't exist. But the block is not skipped (like there is a shortcut from it's input to it's output), if this is how you imagine things to happen.

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

      I don't mean any block. All fields where you can write something are also MQL4 fields - you can write natve MQL4 code there, you can do some math or use functions directly.
      But if you want me to say some block, then mabe "Custom MQL4 code", this block is on the bottom.

      If you are talking for the local version, it's data files are plain text files, your projects are written in text files. I don't think that some malware can do something bad with them. fxDreema reads them as text files and if they contain wrong information, they will not be read successfully.

      For old files... you know, sometimes I make changes to the builder and I need to make t in a way to support old projects. But it depends, if I miss something, maybe some old projects will not work, something will be missing inside them. I normally don't have reports of broken old projects, I don't remember when was the last time someone reported this problem.

      If you have problems with actual project, you can try to move back in the History. And if you find a way to break your projects, then this is a bug and you can tell it to me so I can fix it 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 186
    • 187
    • 188
    • 189
    • 190
    • 374
    • 375
    • 188 / 375