And what is the problem?
Posts made by fxDreema
-
RE: color coded trendlines and horizontal linesposted in Questions & Answers
-
RE: Hide indicators in the visual testposted in Questions & Answers
So, this is what Donchian Channel is... If I only knew...

Ok, you can use these Highest/Lowest values, but "Trace" blocks are NOT intended to be used to draw lines as indicators. Their lines are built out of many many small trendlines. "Trace" should be used only for testing, to visualize some value, but don't think that what you see is embedded indicator

-
RE: EA not taking all single candle patterns?posted in Questions & Answers
And how does your project look like? Give me something that I can check and see that it doesn't work as expected, and I will fix it.
-
RE: Trailing Stop at Only Order.posted in Questions & Answers
"Trailing stop (each trade)" does not have this. It has some filters, but again, nothing about number of orders or profit amounts. This block will apply the same rules for each trade that has certain Group number, Market name (Symbol) and type (Buy or Sell).
With "For each Trade" and other pink blocks many things can be done. The downside is that you would use more blocks, not only one or two. But first you need to define the exact steps of this logic. When you say "one buy order"... ok, one... but which one? What if you have 6 buys and 3 sells... which one exactly?
I will suggest to play with this "For each Trade" until you get how it works and then you can probably do what you want without many problems
It's not that hard to understand how this work (I think), but it's a little bit tricky to work with this, because some imagination is needed 
-
RE: Trailing Stop at Only Order.posted in Questions & Answers
Which one?
This block has some filters and you can set it to work with only buys for example. You can see the filter settings. But it does not ask them for what profit they have and stuff like that, it doesn't care.
Here is another way to trail SL - https://fxdreema.com/demo/mt4-loop-trailing-stop As you can see, here we have one block for each step and other blocks can be added as well.
Here is how to calculate different things over a group of trades - https://fxdreema.com/examples/#Bucket-of... With this you can for example calculate that the group profit of all buy trades is bigger than X dollars and then when you know that using pink blocks (as in the example above) you can do something only with the last trade, because in "For each Trade" you have settings to pick specific trade/s.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
I reverted some update, I think it's ok now
-
RE: Hide indicators in the visual testposted in Questions & Answers
Custom indicators can be used in Expert Advisors. As you can see, there is "My Indicators" tab in the menu and "Indicator (My Indicators)" in Condition.
Custom Indicators cannot be embedded in Expert Advisors. I mean, you can't download .mq4/.mq5 file and somehow embed it into the EA and then expecting to see all indicator lines, arrows and everything. Indicators are separate files, separate programs, MetaTrader runs them differently, they have different events and different structure of code (a little bit different).
Blocks like "New top in trend" are pure calculations without output. Expert advisors can do calculations of course. Is this a good idea - not at all.
-
RE: custom indicator arrows helpposted in Questions & Answers
There is a block that is now called "Trace", use it to see what is going on with the indicaor - https://fxdreema.com/demo/mt4-trace-multiple
Most indicator who draw arrows need to work with Candle ID = 1 at least -
RE: why desktop Software no "No trade nearby"posted in Questions & Answers
because it's older version and right now I don't have plans to update it
-
RE: How to calculate the sum of all open lots?posted in Questions & Answers
There was a bug in one function, is it ok now?
-
RE: Open Price In Specific Timeposted in Questions & Answers
Now this exists, but there is no option to move to the previous day - http://prntscr.com/ai86m6
If you can get the candle by it's relative id? -
RE: Trailing Stop at Only Order.posted in Questions & Answers
This is the trailing stop block: https://fxdreema.com/demo/mt4-trailing-stop
Here is more description: post/6168 -
RE: New bugposted in Bug Reports
I was touching some functions and I just fixed one of them. Will it work now? Some error messages?
-
RE: BUG get candle Timeposted in Bug Reports
Conversions are not easily possible in fxDreema. But you want the current hour, use this function - https://docs.mql4.com/dateandtime/hour - just write Hour() where you need it.
-
RE: error pending orderposted in Bug Reports
Да му се не види, забравил съм че като се отваря поръчка ticket номера се запазва. Явно няма да има кеширане за тия блокчета

