https://fxdreema.com/shared/nK6Y4C2Rc
This is working for me. Give me something that does not work and I will fix it - .mq4/.mq5 file or just a project in your web fxDreema
Posts made by fxDreema
-
RE: Strategies with Volumesposted in Bug Reports
-
RE: Renko Charts and once per bar functionposted in Questions & Answers
Give me your renko... EA, indicator or whatever it is... I know that there are many robots and versions out there, I can't say what is wrong if I don't know which one of them is used. And also tell me what is the problem exactly
-
RE: How to use 2 volume modesposted in Questions & Answers
I don't know, I have no ideas to put MM methods outside Buy/Sell blocks. But if the block that uses RyanJones creates a trade, then you can get the lot size from that trade
-
RE: Delete objects after deleting Expert Advisor chart.posted in Questions & Answers
I understand that the problem is something with the objects, but in this particular screenshot all objects look fine to me

-
RE: Heiken Ashi imput parametersposted in Questions & Answers
This option is for "MQL4/Indicators/Heiken Ashi.mq4", which comes with MetaTrader 4. This indicator has 4 inputs for colors, but I can't find any inputs for MA periods or anything similar
-
RE: Profitability annual, monthly and yearlyposted in Questions & Answers
Well, if this thing depends on the broker, do you really believe that brokers will start enabling this option? Especially in USA and Brazil. I don't think so. And I don't know why people will prefer MT5 in other countries where they can use MT4
-
RE: Detecting important news eventsposted in Questions & Answers
For MT5 I don't know how people can work with 2 EAs on the same symbol, you can only open 1 single position per symbol at a time

-
RE: MagicStart + Random?posted in Questions & Answers
EDIT: sorry, I wrote something here in the wrong topic
Well, yes, this block can do what it is supposed to do, I guess
-
RE: Delete objects after deleting Expert Advisor chart.posted in Questions & Answers
Tell me what is the problem exactly, because I get confused

-
RE: Profitability annual, monthly and yearlyposted in Questions & Answers
__
More information about hedge in MT5.
https://www.mql5.com/en/articles/2299[/quote:jmng2xn1]I decided to try this thing. From what I see, I just need to open a new account with the new option checked - "Use hedging in trading". Ok, but I tried few brokers and my checkbox is always disabled (gray). I am missing something or it's too early to try this stuff

I was initially thinking that this will be somehow enabled by default, but it looks that brokers must support it. For a moment I was even thinking that MT5 is finally trying to get better

-
RE: Donchian channelposted in Questions & Answers
But there are probably many Donchain indicators out there, how can I add the parameters of just one of them. Then people must find, download and use that particular one.
For Heiken and also Zig-Zag I rely on the fact that these indicators are coming with the installation of MetaTrader. They are external for terminal.exe, but not external for the installation. Plus, I was already getting so many question of how to use Heiken Ashi, which is kinda weird indicator, so mostly because of that I decided to do something about it
-
RE: Again on Trailing stop...posted in Questions & Answers
I tried this and it works fine for me - http://prntscr.com/b0bmms
I even tried with spread as big as 6 pips, but then each trade is closed as soon as it is created -
RE: MagicStart + Random?posted in Questions & Answers
Absolutely. But what is the point of the magic number in this case, the symbol name is enough to separate positions. Only in MT4-like environment you need magic number to separate trades from the same symbol and type.
-
RE: Delete objects after deleting Expert Advisor chart.posted in Questions & Answers
I don't understand... everything works now or something is still broken? (well, I can see long numbers are still broken, as well as some overlapping)
-
RE: Again on Trailing stop...posted in Questions & Answers
You know, I just don't remember the situation with this block. It is possible that someting is wrong with it in the desktop version and then I fixed it for the web version. I do remember touching some things... Can you try the block with your settings in a project generated by the web version? Otherwise if you want me to really look into some problem, just give me the project - .mq4 file or upload it into the web version (I can see everyone's projects)
-
RE: Donchian channelposted in Questions & Answers
I think that this indicator does not come with MT4. Lately I added Heiken Ashi to the built-in indicators, although it comes as a custom indicator in MQL4/Indicators, but if Donchain does not come with MetaTrader 4, how can I add it. In this case you can just add it into fxDreema as a custom indicator in "My Indicators"
-
RE: Detecting important news eventsposted in Questions & Answers
In this block the only function that is used is DayOfWeek(). This is it's documentation - https://docs.mql4.com/dateandtime/dayofweek It says "server time"
I guess I can put some Server/GMT/Local Time selector in this block
-
RE: Donwloads on a Macposted in Bug Reports
If you hit Ctrl+Alt+I and then go to Console, then try to export the file, is there some error message that appears?
-
RE: MagicStart + Random?posted in Questions & Answers
For MT5 as you know, 1 position per symbol is allowed. I guess that it's not possible to have 2 separate EAs under the same symbol. At least until now, I am talking for those classic positions. So for MT5 magic number does not really matter when it comes for positions
-
RE: Delete objects after deleting Expert Advisor chart.posted in Questions & Answers
You can try "Delete objects" in "on Deinit". There are options to filter objects by name/prefix. The prefix for fxDreema's objects should be fxd_ and you can actually see what is it.