fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fxDreema
    3. Posts
    • Profile
    • Following 0
    • Followers 693
    • Topics 23
    • Posts 7308
    • Best 258
    • Controversial 18
    • Groups 1

    Posts made by fxDreema

    • RE: Build 033 corrupting EA and won't edit title

      Download and install 033 again, I reuploaded it. Let's say that it is 033a now.

      The backspace issue... it seems that this button is hard to disable or reassign, because it is used by the browser itself to move back the websites, which is maybe something that is not a good idea to be allowed to change. But if I find a way to make something with it, I will.

      By the way, I know that there are some problems that appear when User Account Control is enabled. I have seen some crazy things. But personally I don't use it, it is turned off on my system, so I can tell that there are virtually no mysterious problems happened to me. I really don't have an answer why UAC is needed, for me it is something that should be abandoned, but it appears on the newest Windows (after XP). So if you have UAC enabled, I can suggest that you turn it off.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Less than "n" trades are running

      In other words, if trades count is <= 2, then execute the next block, which is for example "Buy now". If there are 2 trades at the moment, then 2<=2 is true, so it goes to buy 3rd one. Try with "< Lower than".

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Build 033 corrupting EA and won't edit title

      I noticed the title problem hours ago and I will maybe create next build because of it. Meanwhile you can use 032.

      What do you expect from the backspace button, loading last step in actions history? It's not associated yet and it obviously works like a normal browser Back.

      There is a server problem and I'm writing letters to the people that are supposed to take care of it, but I receive copy-paste from Help section answers. MySQL is too slow, but I believe that fxDreema itself does not causing this slowliness to happen. So I'm waiting for someone to repair the server while wondering what else can I do. MySQL is only needed to read user details, but something that should happen in less than 100ms actually happens in more than 10 seconds. And this is so ridiculous. I apologize again for this problem. And I almost decided to move to another hosting, but with this another problems will appear... and I'm stuck 😕

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Build 033 corrupting EA and won't edit title

      Strange, everything is fine here. What happens if you compile MQL4 file with MetaEditor? Maybe you can come into the chat.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Set the close trade level when trade is X pips in profi

      Learning is a process that happens with personal experience. And learning is good 🙂

      http://fxdreema.com/shared/fdF9cM6Hd

      I disabled block 6 because it causes the position to close immediately.

      If the numbers that you are using can be calculated with a simple formula, the project can be made with less blocks.
      This project is still incorrect, but I want to show you something that you can learn from. You will notice that SL is moving in both directions. You can put "(in loop) Once per position" after every "(in loop) Pips away from Open Price" to not be able to return to the lowest level (to modify each level once), but there is a better way to lock the direction.

      The better way is to check where is Stop Loss in relation to Open Price before going to modify. But I will try this tomorrow, because I am too tired and sleepy right now, and I want to include some more options in "Condition -> (in loop)..."... something like StopLoss-OpenPrice, OpenPrice-StopLoss, TakeProfit-OpenPrice, OpenPrice-TakeProfit.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Cannot get blocks into working area

      Both problems are fixed. Thanks again for the report.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Cannot get blocks into working area

      I was doing updates today and there were some problems (as usual). Sometimes it takes seconds for me to repair the problem, and sometimes I am not aware until someone tells me that something is wrong. So thank you for the alert. Now I checked how it is working on Firefox, Chrome and Opera, it seems to be ok. Is it ok to you?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Set the close trade level when trade is X pips in profi

      There are days full of unexpected bugs, especially when I'm updating 😏 Really sorry for that. Projects are now visible.

      There is a logic mistake in your projects. When you have many blocks connected out of a single block, they are all executed one after another. Imagine the price is 100 pips away at the moment, and you have 10 blocks that checks if the price is 10, 20, 30.... 100 pips away. Well, they all will pass because they are all executed and they are all true.
      In this case you have to connect them in certain way. Look at the exaple that I posted above, it shows that. There are only two "Pips away" blocks, but you will see how are they connected. I think you will get the idea.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Less than "n" trades are running

      The fact is that even I am always confused with this block 🙂 But I made another one that you can try instead - "Check trades count". At least it sounds better.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: && ||

      Ok, next build ready: http://fxdreema.com/desktop

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Local version - internet required - request :)

      Unfortunately I don't want to deal with serial numbers or licenses, but I have some idea that I can test and if it is working as I expect, I can maybe make it almost offline.
      Meanwhile I know another EA builders that can work 100% offline - Forex Generator, Molanis, VTS, EA tree, NoProgra... and there are even more 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Calculate order open to current stop for all trades running

      There is some problem with MySQL on the server, it seems that it works slow as hell sometimes and it tooks tens of seconds to do something very simple, especially within the forum. The technicians said that they have started to repair it, and I hope that it will be ok soon. I really sorry for the troubles.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Excellent!

      Copy-Paste works within the same project or between projects in the same account. It does not work between two accounts.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Excellent!

      Copying works within the same platform and user account. When you "Copy" something, a new temporary file is written somewhere in your account, and then when you "Paste" it, the copy-data is read from the file. I guess you are trying to copy-paste between web and local version - it does not work.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Calculate order open to current stop for all trades running

      I missed to look about that problem in the local version, but I will check it later... now I'm trying to understand some mystery that causes the whole website to extremely slow down 😕

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Order pending always open

      Maybe something using "on Trade" event?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: True or False in external parameters, how do I?

      Well, this will work as well, only the name of the variable is automatically generated 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA running balance

      Hmmm... maybe I missed something from the idea. But ok, if you got it yourself 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA running balance

      Now I san suggest something like this what I just posted in another topic: http://fxdreema.com/forum/topic/1952

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Formula block behaviour

      Please, give me an example

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 346
    • 347
    • 348
    • 349
    • 350
    • 365
    • 366
    • 348 / 366