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: New version of offline fxDreema?

      I have no plans. I'm almost done with the NodeJS version of the whole website and NodeJS is more desktop-friendly, but I still don't like the idea of having a desktop version. I know, people like it, but I don't. It is also interesting that even without active desktop version, people are still using the tool. I was expecting loss of people when I removed the link, but exactly the opposite happened 😮

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Failed to find block error

      Which project is this?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: self updating/refreshing grid, compare two groups of trades

      This is the biggest topic in the whole forum, I'm sure that I misunderstand you a lot 🙂

      Do whatever you want with the files generated with fxDreema. I'm not going to chase people for selling them 🙂

      MT4 can use its OrderClose() function to close only part of the trade. It appears that the trade is fully closed and then brand new one is created, but both share some parameters - open price, sl, tp... if I'm not wrong. I don't know about spreads.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Buttons don´t work

      All "Draw..." blocks can make multiple objects, or work with only one. Depends on the first 2 parameters. But if you need only 1 object, there is no good reason to have the block inside "on Tick", it's more than enough to run the block once in "on Init" and forget.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Multiple Trailing Stops

      This is the option for such levels: http://prntscr.com/cr40f9 Well, not is %, in pips

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Converting decimal points to whole points

      That conversion - to pips - is easily possible in this "Adjust" field. Just write something like +500pips, whete "pips" is a keyword and is then replaced by a function that converts 500 to the correct value, depending on the symbol

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

      kusilie, I have no idea how your EA looks like

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: Question about monthly renewal

      No, no, there is no subscription by the meaning of PayPal. Each payment it one-time. I use the word "Subscription", because it's not a product that can be paid one and forget, like smartphone or something.

      Projects remain on the server, only the export limits comes back, but this does not break the projects at all. Also, when you export to .mq4/.mq5, a copy of the project is embedded into the file, so then you can import it back to fxDreema (in case you deleted the project for example, but you have the file)

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: For each Trade

      Different means "not equal to", the opposite of "!=". These is no option to check that a value is between two limits in "Condition". Well, you can try "Indicator moves within limits", which I think with proper settings can do that

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: Question about "Write to file" block

      I can see you have 2 blocks of these and they are set to the same file name, but their columns are different. How it works if you only work with 1 block?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Problem with variables

      http://prntscr.com/cqqe1w

      Put that "Variable" in Value -> Numeric instead

      Or better do everything in one Condition. Read the description of this block to see how to do it with the Adjust field

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Buttons don´t work

      Why do I think that I answered to this somewhere... 😮

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Question on deleting pending orders

      It depends. Check the count of trades and then delete them - this is fine if for example having 0 trades means that pending orders must be deleted. Or detect TP event in "on Trade" and delete the orders there. Also try the OCO option which is available in the pending order blocks.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Converting decimal points to whole points

      Oh, this issue again. Tell me, how do you imagine this thing to happen in the builder? Now it's not impossible to do such things, but only with some custom functions that I don't recommend to be used.

      Anyway, you can always multiply some value by let's say 1000. The problem with this is that the EA then will work correctly only for certain symbols. But maybe you don't mind. Look at the description of "Condition" to see more about the "Adjust" field and you can also use "Formula" block for small calculations.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Trailing Stop - Variable as input

      Labels are text, write whatever you want to see on the chart. If a label have no text (which is by default), this row of information will not appear

      If you want to set only the initial price, do that directly into Buy/Sell blocks, you will find custom (level) there as well. Then use whatever technique in Trailing stop to move it.

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

      What community... Here are the properties to get this kind of information: https://www.mql5.com/en/docs/constants/ ... nformation This information is shared between MetaTrader and the EA

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Problem with take profit

      Show some numbers or even pictures 🙂 People normally don't have such problems, maybe you are doing something while thinking that you are doing something else

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Apparently this has never been asked!

      In blocks, let's say in Condition, you will see "More settings". Click on it and extra settings will appear., one of which is Timeframe

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How can I upload my own indicator?

      click here?

      To add a new indicator (its input parameters actually), go to "My Indicators", then click on "Add Custom Indicator" and then on the right side you will see a button on the top. Click on it, browse to the file, load it and its parameters should appear. Then Click on "Update"

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: OrderCheck() failed: Unsupported filling mode (10030)

      I think there is a bug now in MT5. Before, there were only these filling options I believe:

      ORDER_FILLING_FOK (which is 0)
      ORDER_FILLING_IOC (which is 1)
      ORDER_FILLING_RETURN (which is 2)

      Now few more appear:

      SYMBOL_FILLING_FOK (which is 1, not 0)
      SYMBOL_FILLING_IOC (which is 2, not 1

      And they wrote a function IsFillingTypeAllowed() to check the allowed filling mode right here: https://www.mql5.com/en/docs/constants/ ... oconstants

      But it seems that this function works correctly with SYMBOL_ constants, while ORDER_ appears to be the correct constants when opening positions. I finally found that, made some changes and now I hope that it works.

      posted in Bug Reports
      fxDreema
      fxDreema
    • 1
    • 2
    • 120
    • 121
    • 122
    • 123
    • 124
    • 374
    • 375
    • 122 / 375