But I did nothing about this 
Posts made by fxDreema
-
RE: Missing block/-s after compilling to ex4 in set-dataposted in Questions & Answers
-
RE: FxDreema as an indicator?posted in Questions & Answers
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"
-
RE: Simple script not work!posted in Questions & Answers
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.
-
RE: How to modify open price for pending order ?posted in Questions & Answers
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.
-
RE: Total profit of current orders in Pipposted in Questions & Answers
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.
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
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?
-
RE: can't download the MT5 files of the programposted in Questions & Answers
Damn... I fixed something and I decided that I did well, but now this... I will fix it in minutes
-
RE: How to limit "number" of trading symbols? if I drag EA into 28 pairs but want to limit only 4 pairs. ?posted in Questions & Answers
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.
-
RE: is there a way to get every trade a lot size bigger?posted in Questions & Answers
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
-
RE: HTTP Responseposted in Questions & Answers
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... -
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
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...
-
RE: Missing headers of blocks in the setsposted in Questions & Answers
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

-
RE: how to re-open position after take-profit or stop-loss frist tickposted in Questions & Answers
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
-
RE: buy stop and sell stopposted in Questions & Answers
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.
-
RE: HTTP Responseposted in Questions & Answers
This was back in 2016, I have no idea how I fixed it. Now it could be different problem. I will take a look
-
RE: Help for use fibonachi in EAposted in Questions & Answers
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
-
RE: how to make buy and sell pending ordersposted in Questions & Answers
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.
-
RE: How can I get the price for a buy or a sell of my current tradeposted in Questions & Answers
@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 ==. -
RE: I can't rename constants and variablesposted in Questions & Answers
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?