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: EAs removed by themselves

      If there are errors, you should see them somewhere. What are the errors?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: I thoght it was correct, instead...what's wrong??

      Can you make an EA that shows the problem easily in the Tester? I would first display the values with "Trace" block to see if they are correct. Also, I'm not sure why are you using the Ask price, but remember that the candles are based on the Bid price.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: open only 1 or 2 orders a day

      If it's only 1 order a day, you can simply use "Once a day" somewhere above the Buy/Sell block. Also, the "Once per bar" block can be used with the timeframe set to Daily in it. This block also has the ability to set how many times it can pass... although its name contains the word "once".

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: A same (modify) TP (from first trade) for mutiple Trade opened in on symbol

      So basically when you create a new trade, you want to set its TP to the same level as in the previous trade.

      I tried this: https://fxdreema.com/shared/GrDsZCwLd
      And this is what it does:
      0_1527274383416_7b8093c5-a15c-49bf-8f40-5c32e04427f8-image.png

      In the left "Buy now" the initial trade is created, the first one. The right "Buy now" runs only when there is at least 1 trade, so with "For each Trade" (with "Not more..." set to 1) we select the last trade and then in "Buy now" I use its SL and TP.

      This can be made in other ways, it depends. I think this was is easy to understand.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Quick question about 'Send email' block

      It depends when do you want to run that block. Every time it runs, it sends an email, so what can you do to make it run only when needed... I don't know. You may want to do it once every hour or after a trade is created or something else. You know better.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Virtual stops disappear ??

      When I create 2 pending orders and I manually delete 1 of them, everything is fine. When I delete the other one, its lines remain. I see the opposite problem :))

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA of management of another EA

      You don't care about the magic numbers of the trades? Because as you probably know, each EA is supposed to create trades with certain magic number, so that the EA knows its own trades and does not touch the trades of other EAs. Of course, each EA can do anything with any trade anyway, so you can close all existing trades if you want, regardless of the magic number. But of course, the blocks of fxDreema are set by default to work with particular magic number. So you may need to change some settings. If I take the above screenshot for example, open "Filters" and there you will see some Group settings. Change the Group mode to "All..." for all blocks.

      That Group numbers is just an extension to the magic number, see this: https://fxdreema.com/tutorial/builder/groups-and-magic-numbers

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Multi-Candle patterns

      Isn't there a custom indicator to do that already? I know that in the past every time I searched for an indicator to do something as basic as this, I only found crap, but this was years ago.

      I found this topic meanwhile: https://www.fxdayjob.com/candlestick-pattern-indicator-mt4

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: On Trade issue

      I wrote this before, but can you make a simple project for me? A separate project that contains only the required minimum of blocks to show the problem immediately. I'm pretty sure that by doing this you will also learn one more way to detect problems, because this is basically what I do when I want to detect a problem - I try to remove all the stuff that is not needed and leave only the problem. By doing this I can find one of 2 things - a bug or something stupid that I did 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How do you swing trading positions when the market changes direction

      To change sudden changes? This sounds interesting 🙂 Maybe you mean to detect sudden changes or something else?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to make EA martigale

      The simplest way is to do something like this:
      0_1527271451792_fc6380eb-3df4-4454-bc87-bc1e833fcc57-image.png

      When "Buy now" runs, the lot size of the new trade is decided by the lot size and the profit of the last trade. It doubles the lot size if the last trade was a loss, otherwise it uses the initial lot size (volume). This is what this Martingale option does.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EMA crosses the opening price and closes the trades

      If I understand correctly, you want something like this: https://fxdreema.com/shared/Rm3OIFX6e
      The backtest results:
      0_1527271358317_0a555326-b104-4379-a9f2-472f89a5aad8-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Use of Group # in these blocks

      0_1527270901863_5587d7cd-57ee-4f3e-b0f7-8d936fcff5e4-image.png

      .. or use another block instead of Condition, depending on what you need to do with the value

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Is there server problem?

      So, for that blocks move problem, I see it happens on that project on the main page and also in each project in /Examples. But I wonder if anyone sees this problem in his own personal projects?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Combine variables

      Yes, something doesn't work and I will check it. But you can better do it that way in this case:
      0_1526900090341_56544a4b-9362-41f8-a0ae-ee1d9db82fa1-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Condition for loosing trades...

      In "Buy now" and "Sell now" you also have few Money Management methods. Basically this is the way to decide the next lot size based on the lot sizes and the profits of the previous trade/s. One of the methods is "Betting: Custom sequence" where you can select what lot sizes to use when the previous trades were losses or profits. I don't know whether this helps, but you can try it 🙂 Also the Martingale itself is customizable.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Custom Stochastic Inputs...

      Do you actually have a custom indicator that draws some extra arrows along with the lines?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Set pending orders based on chart objects

      But in this case you don't really have pending orders. Why don't you place bunch of pending orders with let's say "Buy pending orders in grid"?

      Otherwise it can be made, but it depends a little bit. Who draws those lines?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Hello

      There is a block "Check distance"

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How can I create a delay in seconds?

      There is a Delay block. Note that this block stops the whole EA for a while and I think that MetaTrader itself may become unresponsive... but 3 seconds is not a big amount of time and if you don't have other EAs it could work.

      But maybe it's better to try this block "Skip Ticks"

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 54
    • 55
    • 56
    • 57
    • 58
    • 374
    • 375
    • 56 / 375