Maybe. The thing is that these functions does not exist in fxDreema, I never added such function and I never needed them before. But you can try to add them in Studio
Posts made by fxDreema
-
RE: Do not open position on the last day of the month.posted in Questions & Answers
-
RE: Zero or negative profit in optimizationposted in Questions & Answers
I also don't understand optimization process. Whatever I do, I work mostly in Visual mode. I check "Optimization" very rarely and I'm really not experienced and I don't know what is expected to happen as a result
I don't remember seeing zero or negative results after optimization. I actually prefer to see those, but they don't appear in the results and I don't know how to turn them on. -
RE: Buy Now/Sell Now - Slippage optionposted in Questions & Answers
This option does nothing for modern brokers, probably for all of them. This option comes from this function: https://docs.mql4.com/trading/ordersend One day I tried to put different values for this option directly into that function - 1, 100, 1000.... and there was no difference.
-
RE: New warnings...posted in Bug Reports
Previously... I was working on making possible to use array variables only in the last few days, and only one person knew that

Now working? (I think that tempS does not exist as a Variable)
-
RE: bug on "Check how it was closed" block MT5posted in Bug Reports
It looks that I missed this question. Maybe there is something introduced with the new hedging mode, I need to check what is going on.
-
RE: Stop loss EA for manual tradesposted in Questions & Answers
Of course no, EAs normally work only with it's own trades and orders. To make yours able to work with manual trades (only), do this: http://prntscr.com/dfrdbz
-
RE: fxdreema.com/studioposted in Bug Reports
Possibly. I'm looking at the studio mostly as that instrument made only for me. Only few people use it and obviously you are one of them. But what is the problem exactly?
-
RE: Custom Indicators not Uploading Correctlyposted in Bug Reports
I don't understand you very well, do you have pictures?
-
RE: Zero or negative profit in optimizationposted in Questions & Answers
You know, maybe I don't understand the process of optimization very well. I'm a simple man, I was playing with the optimizer few times, but that's mostly all. There are probably details that I am not aware of, like those 0 results and criteria.
-
RE: Do not open position on the last day of the month.posted in Questions & Answers
Well, I don't know the exact calculations. If I have to do this, I would start experimenting. I'm very slow to do that, especially with time functions where everything is based on 60 and 12, but this is what I think it will do the job. You want to know it tomorrow's day is 1, otherwise I don't know how to tell if today is the last day of the month (although there must be a way to do that).
-
RE: Using Constants with Multi level trailing stopposted in Questions & Answers
The input value is a string, which is then exploded inside the block. Very ugly way of doing things, but it only takes 1 input field, so it's good for the purpose. This is the format that you see. There must be no problem if you use a constant that is "string" and contains the same kind of data.
-
RE: Telegram to MT4posted in General Discussions
I know that EAs can send emails or messages to android. HTTP requests to a server are also possible. They can also write to files and thus communicating with other programs on the same PC, but this is very ugly way of doing things. To communicate between EAs under the same MetaTrader, you can use those Terminal Variables (or Global Variables, F3 in MetaTrader). In theory one EA can also communicate via sockets or named pipes, but this would be very special EA that does only this task.
-
RE: Looking for a little help with what seems like a simple task.. :/posted in Questions & Answers
About the close of the candle problem - https://fxdreema.com/help/working-with/on-candle-close
Drawing line is easy, also getting its price. But to detect those crosses is tricky and it depends. Here are few ways for detecting crossover and they are different: https://fxdreema.com/examples#Crossover
Lot sizing - this is controlled in the trading blocks directly, from the Money Management settings. There are various methods for this as well: https://fxdreema.com/help/working-with/money-management
-
RE: Gator Oscillator mt5 very confusingposted in Questions & Answers
Do you think that I know what this means
Those words are literally copy-paste from the documentation. Now looking at these so many buffers, I don't know why they are so many, but this is what is written here: https://www.mql5.com/en/docs/indicators/igatorNote
Buffer numbers: 0 - UPPER_HISTOGRAM, 1 - color buffer of the upper histogram, 2 - LOWER_HISTOGRAM, 3 - color buffer of the lower histogram.I have no idea what upper and lower histograms are, as I don't know how this particular indicator is used, but my assumption is that you know (and that's why you are using it). You can try "Trace" and see what this buffer mean, and probably tell me how to rename it better

-
RE: Once per bar , Once per dayposted in Questions & Answers
This is how it works. The native OrderSend() function would give you error message of course, but we know what kind of people use fxDreema - non programmers, people who don't want to deal with errors. So the block should always create a new trade. Even if you set some giant lot, it will calculate and try to take the maximum possible at the moment.
-
RE: Do not open position on the last day of the month.posted in Questions & Answers
There are many time filters, but the last day of the month... maybe if you ask somewhere if tomorrow's date is 1st, but you will not find such things in the blocks. Some function can be written to tell you that, something that contains TimeCurrent() and other time function.
-
RE: After upgrade I lost the remains days counterposted in Questions & Answers
@guille4 I forgot to make this part, this was something "for later". And as an administrator, in the past I did not have this indication at all, so it didn't caught my attention.