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: no reaction on build as

      The same here here. The problem is that it never failed on my PC, so I don't know the reason. The plugin itself seems to work, but the .dll inside does nothing.
      What is your environment - Browser, antivirus, other security things?

      Just to say, I'm ready to inspect this using TeamViewer (or similar) on someone's PC.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: EA for certain hours

      I will add time things into Condition, but I also think that there is a good reason to have some time period instead of just one moment in time. If you tell the system to do something on 08:00, and in the same time... for example there is a problem with internet, when it becomes 08:01 - it's all over. But if you have bigger period of time, say 5 or 10 minutes, there is a bigger chance to do what is supposed to do, if not in 08:00, then in 08:03.

      But you can also put 0 and 1 as start and end minute in Minutes filter, and "Once per bar" after that. And if you work with server's time, it's better to have some small period of time in case of slow ticks flow.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Tutorial with item-by-item description of the library.

      If you are using translator and everything looks bad, I think you can try to understand how blocks work by seeing in their source code. But you have to understand programming a little 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: My first EA FxDreema

      I think I still don't get the hedge thing, but maybe you will be able to do it. It seems that you don't have problems with the ability to think logically.

      You can see where is "Constants (Inputs)" - this is where external variables are defined. Their MQL name is what you see on the right, and all of them can be used in the project if you write their names where it's needed. But you can also use them by right click on some input field and choose the right constant.
      "Variables" are basically the same thing, but they are not external by defalut. Just normal global variables. They can be used in the same way inside the project, and they can also be modified, if needed.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA simple that works by the movement of the price.

      There is no need to build universal EA when you can just put, disable, remove or modify some blocks 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Tutorial with item-by-item description of the library.

      The small problem is that everything here is written by me and I also normally speak another language 😏 That's why fxDreema has poor descriptions.
      There are descriptions for some of the blocks when you put the mouse over the list on the left.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA for certain hours

      You are right about time options in Condition, I should add some.
      By the way, just for trying things, there is also Minutes filter and it can be used after Hours filter.

      Are you sure you want to use those type of global variables, designed to exchange values between EA's?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA simple that works by the movement of the price.

      There are two blocks - "Time Bomb Up" and "Time Bomb Down" that can be used in this case, but note that if you use them in backtest, the results will be absolutely incorrect.

      http://fxdreema.com/examples
      Take a look at "Using Constants (Inputs) in project" project. This is how to put Input parameters for the EA.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: My first EA FxDreema

      Bugs are normal in these programs I think, here are some as well 🙂

      My first question will be - do you tried to make this one?

      This is something I've built, and maybe it's not the right thing, but it can be used for example: http://fxdreema.com/shared/RyHNHwUHd

      What do you mean by Hedge, working as a Trailing stop?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MultiCurrency

      All pairs are something like over 100 😮 I'm not sure what will happen if you try to load all available pairs one after another, but I guess the EA will require all of them to have downloaded some history data 😕

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: compile error ?

      Warnings like this are not fatal, it can happen with another functions.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: MultiCurrency

      There is no such block currently, you are the first one asking for that. Is there something specific that you want to get by going through all pairs?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Cannot create temporary folder

      This message is not coming from fxDreema itself, but it might be a result from the program I use to build fxdreema.exe (it contains fxDreema and other 3rd party things that helps it to work). I know it can write temporary data somewhere under C:\Users%Username%\AppData, but actually I'm not familiar with this type of folder name like "heg52c". In any case, you can use Process Monitor to detect any program's shadow behaviour.

      Why is this message comes out now, what have you changed? When is this happened, when starting the program ot later?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Not trading on fridays

      "Weekday filter" with combination with other time filters from the same category.
      If the day is Friday, hour is after 23:00 and minute is after :30 - close what it's to be closed.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: New and completely a novice

      I can't help for zig-zag, because in my opinion this indicator is not to be used inside EA's... or I can'r understand it.

      Fractals can be read for the 2'nd oldest candle (Candle ID=2). It sometimes puts and then clears it's arrow, so you can see "false" trades.
      Fractals has two buffers - Up and Down. Each of them is 0 when there is no arrow, or above 0 when there is an arrow. If Up or Down is above 0, this situation remains until the end of the current candle, but as I mentioned above - sometimes Fractals changes it's decision and clears the arrow almost immediately.

      http://fxdreema.com/shared/hNuXBTvMb

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check last closed trade status.

      I am allowed to open more than one trades in a single market.

      This should be the EA from the PDF is I didn't missed something:
      http://fxdreema.com/shared/zlHZzgzXc

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check last closed trade status.

      __Basic example of what I want to try.

      http://fxdreema.com/shared/mk0Uv82mb

      Problem is pending orders don't open at same price as the open buy/sell orders.

      Thank you so much again,
      Ian[/quote:3w1r9vgq]

      Buys normally opens at Ask price, Sells - at Bid. But you can play a little bit with "Open at price" parameter in blocks that puts pending orders.

      Meanwhile, I posted another reply a minute ago... it is located on the previous page in case you missed it.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check last closed trade status.

      Unfortunately, I think that there is no big difference between the EAs above and this PDF strategy 🙂 Well, it is martingale obviously, it's using x2 lot size, not x3, but let's take a deeper look...

      The real problem is written inside the PDF:
      __Continue this sequence until you make a
      profit. Lots: 0.1, 0.3, 0.6, 1.2, 2.4, 4.8, 9.6, 19.2 and 38.4[/quote:knu2daie]

      It's easy to write this - just open 19.2 lots and you will be fine! But can you open such amount of money now?

      Do you know how big is 1 pip when you have opened 0.1 lots in EURUSD? It's $1.
      Let's take a look how many dollars you are "ready" to lose...

      0.1 lots, 60 pips loss -> $1 x 60pips = $60
      0.3 lots, 60 pips loss -> $3 x 60pips = $180
      0.6 lots, 60 pips loss -> $6 x 60pips = $360
      1.2 lots, 60 pips loss -> $12 x 60pips = $720
      2.4 lots, 60 pips loss -> $24 x 60pips = $1440
      4.8 lots, 60 pips loss -> $48 x 60pips = $2880

      $5640 are lost at this moment...

      9.6 lots, 60 pips loss -> $96 x 60pips = $5760

      oops... this one was bigger than all the previous 6 losses!

      There is a HUGE chance of hitting... say 5 stop-losses one after another with such a small SL/TP. Will it hit 6 stop-losses - for sure! Will it hit 7 stop-losses - for sure! What about 10 stop-losses in a row - no problem!

      But you can try martingale with giant SL/TP - more than 300 pips. There will be another problems like the cost of having a trade running for weeks.

      In other words this PDF strategy isn't that "awesome" 🙂 But I truly believe this simple PDF file is AWESOME for the website that is mentioned many times inside. Wow, I should make the same PDF for fxdreema.com 😆

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check last closed trade status.

      I just updated the last post...

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check last closed trade status.

      This (uses history trades loop, constants and two "Formula" blocks sharing the same "Result" variable)
      http://fxdreema.com/shared/GON95kl3b
      or this, which looks simpler
      http://fxdreema.com/shared/Xk6A18zme

      Of course, this EA eventually leads to "Not enough money" 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 364
    • 365
    • 366
    • 367
    • 368
    • 374
    • 375
    • 366 / 375