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: How to use martingale

      This is not Martingale on the picture. This is when you add volume on loss, like here: https://fxdreema.com/demo/mt4-loop-add-to-volume-on-loss In "add to volume" the lot size can be fixed or it can depend on the last trade. Otherwise in "Buy now" and "Sell now", when Martingale is used, the lot size always depends on the last trade - last closed trade, or if there are running trades, the last running trade.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Bollinger Bands Distance to Take Profit

      Where you want to use this value? In many blocks you can select Custom (price fraction) that accepts this kind of value

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Integrate with Line Notification

      There is a block to send web request

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: how to insert M.A on Real Screen

      What do you mean by real screen?

      Market is closed = the broker doesn't accept the trade. For some symbols there are times in the day when they are closed. For GBPJPY it doesn't look normal, maybe the broker has some issues. And after all, if the market is closed there should be no ticks and the EA should not try to open a new trade. But the error is returned from the broker, it's the broker who rejected it.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA Missing Crosses and Trades

      I tried one Arron indicator and I actually see more signals, which is most probably because they were detected in the middle of the bar and until the end of the same bar the indicator repainted. But I can't find missing signals like yours. Take a look at the error messages first. Then, put the EA on visual test and make it work slowly at the places where the signals are missing... I think you will be able to see whatever is happening at these moments.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Why does EA work on strategy tester but not on live acc.?

      Error messages?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: how can i skip do trade for condition?

      Do you really want to do it with the bars, or you need to have certain time distance between both trades? Because it's easier to check the age of the last trade before going to create the new:
      0_1556392994562_49aaaaa4-6de0-453f-a790-068484b0dfe2-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Open more than one trade for each conditions loop

      This looks to me like you want to add on loss: https://fxdreema.com/demo/mt4-loop-add-to-volume-on-loss

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to use martingale

      Something is going on with Martingale in the past 1-2 weeks. Suddenly many people are trying to do the same thing with Martingale, which is not exactly Martingale. Here is an example I made for someone, then I showed to someone else, and now I'm posting it here:

      https://fxdreema.com/shared/XczKBpe5

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: can I Add Save Any Number In Memory EA ?

      @moon said in can I Add Save Any Number In Memory EA ?:

      you understand me

      I don't understand. I'm not sure if you understand how variables work. Or you understand them, but you don't know how to do something with them. Here I post a video that I like, that explains variables in a good way:

      https://www.youtube.com/watch?v=aeoGGabJhAQ

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: is it right

      Doesn't look right. When you are using this pink block, above it you should use let's say "For each Trade". Without "For each Trade" this "check..." block could also check some profit, but you don't really know from which trade.

      What is the idea, what do you want to do? I think you want to do something in "on Trade"

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Daily Pip goal

      There is also another block Check profit (period of time) that also depends on the time

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to active trades after drawing fabo levels?

      Are we talking for Fibonacci object or some horizontal lines printed by an indicator with "fibonacci" in its name? Someone was asking such question these days (could be you) and he had indicator that printed lines, not Fibonacci object. It's very different if we can use the indicator buffers or we have to work with objects.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Encrypted EA

      @vnpython-0 Yea, I'm sitting all day and testing people's strategies :))) I really don't care, but I was thinking many times that it's a good idea if the results from the tests can somehow be uploaded to the server, so for each project we can see whether it was profitable or not. I personally name all my projects ".fxDreema", but I have few named ".fxDreema-profitable" from the time when I was playing with some tests and I had good results.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Add Volume

      using "modify stops"?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA - Plz Help me How to make the EA with this indicator

      0_1556390585608_2a82a64d-2cca-4138-a9b6-bc1d0be2b7c5-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: If call exist Bid=0 close trade please help

      If you don't want to use the normal SL:

      0_1556390216618_f7b3b90e-7d7d-4e39-b5ed-23aa9b9278c1-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Help with this counter, dont work properly

      Here is my simple test for the counter blocks: https://fxdreema.com/shared/gD1k3Y8db
      If there is no Pass once, there will be one arrow for each candle. If blocks 4 and 5 are not there, there will be only one arrow in the beginning. But since I reset the counter every 5 bars, I got this expected result:
      0_1556386699744_d5e43e9d-dfd7-4a8c-b740-af1ae1adaaa3-image.png

      Your problem is logical. You have a Condition for cross between two MAs, but at that time the distance between them is probably very small.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How do I build this EA

      I can see your EA and I can tell you what doesn't look good with it.

      First, take a look at this, because some of your blocks have no chance to run and they need to be disconnected from the Buy blocks: https://fxdreema.com/tutorial/builder/things-not-to-do#2

      I see you have "No trade" at the top, which would pass if there is no trade from the current symbol. But since you either have 0 or 2 trades at a time, this is not a problem... but could be a problem if you plan to be able to have only 1 trade from symbol that is not the current. So take a look at this:
      0_1556386002242_dedb6aa3-598a-4acb-9b73-8654140bf2b7-image.png

      Bucket blocks can work... but better connect them one after another and disconnect them from the Buy blocks. I don't think that what you ask for in "Condition" is good. The chance is that in all times the profits from both trades are different, even with one cent, so basically the block will always pass and is useless. I think you want to add something like "+10" in the Adjust field of one of both sides, so you can check if the profit of one trade is bigger that the other with 10 (dollars). And another similar Condition for the opposite case.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Maximum and Minimum candles

      I'm not sure whether you are talking about pending orders or running orders, but the max/min can be get from here: 0_1556380162165_91ff8015-cba4-4502-9d1e-28e691b9834c-image.png

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 374
    • 375
    • 17 / 375