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: Missing block/-s after compilling to ex4 in set-data

      But I did nothing about this 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: FxDreema as an indicator?

      These long numbers again... No, I didn't added this to Formula, obviously.

      https://www.mql5.com/en/docs/basis/function/events - "The OnCalculate() function is called only in custom indicators"

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Simple script not work!

      I imagine Scripts like additional functionalities for MetaTrader, something like the icons (buttons) in the menu - you double click on a Script and something happens, but only once. In general, a Script runs for milliseconds (or seconds, if there are trades to be created or deleted) and then automatically exists.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to modify open price for pending order ?

      I always say this - for me those words "not working" mean nothing. I tried this block and yes, it works for me, I see some orders moving around.

      I also said this multiple times. If someone is having problems with some block, please, make a simple project that shows the failure of the block and I will fix it in no time. But simply "not working" doesn't help at all. I have no idea what is not working, because there can be many other reasons. For example, people sometimes unintentionally disable some blocks and then they wonder why something is not working. Or they connect their blocks in bad configuration. Many, many reasons for something to not work.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: count open trades

      @mohammad2232 Just try those Bucket blocks.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Total profit of current orders in Pip

      In "Check profit (unrealized)" there are 2 options for pips, but the actual value can't be extrached from the block. And this term "pips" becomes a little bit weird if for example you have trades from multiple currencies. Otherwise you can select a group of trades with these "Bucket" blocks and then get some value, but I added only the ability to get the Profit in money.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: UPDATE time, write here if you have problems!

      Sometimes because of unknown reasons the project may fail in strange way, but you can always click on the previous point in History. Each History point is a whole independent copy of the project. Will this work for you?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: can't download the MT5 files of the program

      Damn... I fixed something and I decided that I did well, but now this... I will fix it in minutes

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to limit "number" of trading symbols? if I drag EA into 28 pairs but want to limit only 4 pairs. ?

      This purple dot (on Trade) thing is only to be used under the "on Trade" event, it doesn't mean that there are trades from 5 markets out there. There is nothing actually to check how many pairs are traded at the moment and as long as I remember you are the first one to ask for such thing. Or at least this is what I think you are asking for, I'm not sure. But true, the Tester in MT4 is very limited with that 1 pair only.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: is there a way to get every trade a lot size bigger?

      Martingale or something like this. That Martingale option also can be fully configured, so you can do Anti-Martingale with it. This is somewhere in "Buy/Sell now", where Money Management is

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: HTTP Response

      I tried the block and it works for me.

      First you must add the URL in the options in MT4.
      Then in the block you can write delimiter, any single symbol, for example comma. Then you would expect the response from the server as comma-separated values. For example "value1,value2,value3".
      Then when you get the answer, if you set the key to be 0, then "value1" will be read. If the key is 1, then "value2" will be read. And so on...

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: UPDATE time, write here if you have problems!

      Guys, I can give you back the lost days if you say. If anyone lost time trying to battle with problems after the update, say to me and I will compensate. Those problems are my fault.

      Can someone actually show that this block is not working as exoected? Because when I tried it, it worked normally. I will check it again, but...

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Missing headers of blocks in the sets

      Oh no. Someone before you complained that he has those headers and he wanted them to be removed. I actually forgot how it was before the update - I don't remember if those headers existed or I removed them long time ago. I know that I added them for the update, but then he complained and I decided that they didn't existed before the update. So I remoived them. Now you want to say that they existed, and I don't know what to do 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: how to re-open position after take-profit or stop-loss frist tick

      I don't understand what you mean by "i need reopen position after take profit or stop loss at frist tick direction condition". I see that the position is being closed by SL or TP... but I don't understand what happens next

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: buy stop and sell stop

      I never know what limit and stop actually means and this is true even today. So back in the day I decided to make this block for myself... and I only knew that I can open Buy or Sell order above or below the current price. So I was thinking in Above and Below terms. So I decided that the block can automatically decide the type (Limit or Stop) and it's enough for me to give it the input price.

      Now, the actual open price is a result of those 2 parameters - the open price and the price offset. Of course you can have price offset of 0.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: HTTP Response

      This was back in 2016, I have no idea how I fixed it. Now it could be different problem. I will take a look

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Help for use fibonachi in EA

      Oh, I don't have very much experience with fibonacci and I can't tell you how this one is to be used. But technically this is an object and you can select is as an object and read its values - http://prntscr.com/gfksg6

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: how to make buy and sell pending orders

      In the "... pending order" blocks you can also find this OCO setting, so the same block can create one more pending order that is on the opposite side of the current price and is from the opposite type. Both orders are "connected", so when one of them gets triggered, the other one is being automatically deleted. If you want this, just use that OCO option.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How can I get the price for a buy or a sell of my current trade

      @rrpons But if I'm not wrong, only the Tester prints those arrows. When I create a trade in my MT4, I only see horizontal line. But nevermind, you don't need such object at all. When the trade is there, its Open Price is known and can be read.

      I think you can do this with "For each Trade" and few other blocks where you can check the values and finally close the trade with the pink "close trade". But please, take a little time and try to understand how these blocks work: https://fxdreema.com/examples#Loop-(For each...)

      @Pipperoni, be careful with the first 2 parameters in those "Draw..." blocks. Only when A is No and B is Yes the name is a Name and not a Prefix.
      Also, when you compare prices, never use that == sign. There is very little chance to see 2 prices exactly the same. You are measuring distance, but it's similar, you still have 2 price values compared with ==.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: I can't rename constants and variables

      Well, that sound like specific problem that (for the moment) happened only for you. I tried it and it works for me. So, it's only this that doesn't work for you? What about other browser?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 79
    • 80
    • 81
    • 82
    • 83
    • 374
    • 375
    • 81 / 375