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: Do not open position on the last day of the month.

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Zero or negative profit in optimization

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Buy Now/Sell Now - Slippage option

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: New warnings...

      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)

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: bug on "Check how it was closed" block MT5

      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.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Stop loss EA for manual trades

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: fxdreema.com/studio

      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?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Custom Indicators not Uploading Correctly

      Now working?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Custom Indicators not Uploading Correctly

      I don't understand you very well, do you have pictures?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Zero or negative profit in optimization

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Do not open position on the last day of the month.

      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).

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Using Constants with Multi level trailing stop

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Telegram to MT4

      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.

      posted in General Discussions
      fxDreema
      fxDreema
    • RE: Custom Indicators not Uploading Correctly

      tick box... what, where?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Looking for a little help with what seems like a simple task.. :/

      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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Gator Oscillator mt5 very confusing

      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/igator

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

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Once per bar , Once per day

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Do not open position on the last day of the month.

      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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: After upgrade I lost the remains days counter

      @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.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Telegram to MT4

      Telegram?

      posted in General Discussions
      fxDreema
      fxDreema
    • 1
    • 2
    • 108
    • 109
    • 110
    • 111
    • 112
    • 374
    • 375
    • 110 / 375