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: Strategies with Volumes

      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

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Renko Charts and once per bar function

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to use 2 volume modes

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Delete objects after deleting Expert Advisor chart.

      I understand that the problem is something with the objects, but in this particular screenshot all objects look fine to me 😎

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Heiken Ashi imput parameters

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Profitability annual, monthly and yearly

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Detecting important news events

      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 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MagicStart + Random?

      EDIT: sorry, I wrote something here in the wrong topic

      Well, yes, this block can do what it is supposed to do, I guess

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Delete objects after deleting Expert Advisor chart.

      Tell me what is the problem exactly, because I get confused 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Profitability annual, monthly and yearly

      __
      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 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Donchian channel

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Again on Trailing stop...

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MagicStart + Random?

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Delete objects after deleting Expert Advisor chart.

      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)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Again on Trailing stop...

      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)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Donchian channel

      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"

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Detecting important news events

      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 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Donwloads on a Mac

      If you hit Ctrl+Alt+I and then go to Console, then try to export the file, is there some error message that appears?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: MagicStart + Random?

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Delete objects after deleting Expert Advisor chart.

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 150
    • 151
    • 152
    • 153
    • 154
    • 374
    • 375
    • 152 / 375