fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. roar
    3. Posts
    • Profile
    • Following 0
    • Followers 184
    • Topics 35
    • Posts 2406
    • Best 422
    • Controversial 6
    • Groups 0

    Posts made by roar

    • RE: Total profit reduces by x % then close everything.

      @miguel-0 Ok, that makes the error. Copying blocks normally works, but it doesn't include variable declarations.. Search the forum to learn those

      posted in Questions & Answers
      roar
      roar
    • RE: Total profit reduces by x % then close everything.

      @miguel-0 Yes it should work on mt5. Do you have the necessary constants and variables

      posted in Questions & Answers
      roar
      roar
    • RE: Can anyone see why this EA only goes short?

      0_1573586576931_c8dc1a98-9ebd-406e-b8b6-0893cb10c715-image.png
      @specialfx I think the "price of the last deal" is actually not what you want. It doesn't refer to your trades, but instead all of the market. Actually it doesn't seem to work at all, at least on demo account - the value is always 0.

      It doesn't open buys, because 0 is never above MA.
      It does open sells, because 0 is always below MA.

      posted in Questions & Answers
      roar
      roar
    • RE: what does this ‘?’ mean ?

      It's just a help-button, click it.
      0_1573581827903_3915239b-afc8-4f41-92af-c2fed310cdcc-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Move the Take Profit on adding lots

      You could just calculate the average entry price:
      https://fxdreema.com/shared/ij7Qn3Mfd

      When you have the average, just add the extra pips

      Sounds like a cooking recipe lol
      0_1573558869809_c40a0420-f3a7-48ff-9ed5-f74ab1016617-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Can someone help turn the EIEO method into an EA?

      @ggtrader Hi!
      https://fxdreema.com/shared/FE3VNtfH
      ^This animal uses two loops, first finds the low and second finds the prior high.
      Download the .mq4 and then import it to your builder to get the constants and variables set up.

      0_1573507911448_ab1b1f6e-d363-48dc-97b6-54936bc73ed5-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Volume indicator creator

      Never 100% sure, but I can't think of a possible reason why it wouldn't be the same.. It's just volume

      posted in Questions & Answers
      roar
      roar
    • RE: Volume indicator creator

      😉
      0_1573492580747_a57fa5f0-0bbe-458c-a38b-f4a8e1430859-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Problem with opening trade when current candle crosses below MA

      @caesarcrypto
      I changed the logic once more, apparently the ELSE-output from cross conditions don't work as expected, better avoid using that.

      https://fxdreema.com/shared/jqvCgqYT
      This build provides that secondary sell signal on eurusd 2013.08.29, although I think it is lagging 1 bar compared to your intended logic...
      0_1573398136045_8be62d87-101d-46b9-a639-b34fb253e605-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Fractal Break

      @sli1-0 You must take into account that the fractal indicator has a value on every candle, even if there are no fractal visible. In that case, the value is just 0. So make a condition: fractal up/dn is NOT 0 before any other condition.

      posted in Questions & Answers
      roar
      roar
    • RE: Problem with opening trade when current candle crosses below MA

      @caesarcrypto Ah, for the two slightly different entry conditions. Anyway, I would use a more conjoined structure, so there is more hierarchy (and less risk of some weird misunderstanding in logic flow)

      https://fxdreema.com/shared/rgZ96qppc

      I can't test this because I don't have those fancy custom indicators. Have you tried replacing your custom indicators with some standard ones, just to check the logic? Does the same problem appear?

      posted in Questions & Answers
      roar
      roar
    • RE: Problem with opening trade when current candle crosses below MA

      @caesarcrypto I don't understand the structure here. Why there are 2 logic flows doing buy trades? Why not combine them to one? You are using same indicators in both flows?

      posted in Questions & Answers
      roar
      roar
    • RE: TypeError: vFormula.replace is not a function

      I mashed my project into atoms and solved the issue - I had a variable called "size" and this apparently has some other meaning in the mql5 as well

      posted in Bug Reports
      roar
      roar
    • RE: Problem with opening trade when current candle crosses below MA

      How do you troubleshoot this? A method:

      • break your structure into smaller pieces, as small as possible
      • test the logical passes piece by piece
      • use visual testing and some visual object to check: "comment"-block or "draw vertical line" are my favourites
      • if you get the visual confirmation from one piece of your project, modify the visual pointing to some other piece, and repeat
        -> at some point you must find what block / combination of blocks makes the error
      posted in Questions & Answers
      roar
      roar
    • RE: Is there anyway to combine all of my stop-loss orders into one big order?

      @dan-2 Yes, copy-paste works. Remember to declare the variables and constants too.
      And I don't know what function you use to make that line - make sure it is named as my constant "allstop"

      Edit: wtf did I think you wrote... well, have you tried just refreshing the page?

      posted in Questions & Answers
      roar
      roar
    • RE: Total profit reduces by x % then close everything.

      @l-andorrà Just to activate the connection.. could as well be a pass-block

      posted in Questions & Answers
      roar
      roar
    • RE: Is there anyway to combine all of my stop-loss orders into one big order?

      This mess of blocks seems working for some reason: https://fxdreema.com/shared/JYbZWfZnd
      A variable to track the horizontal level changes:
      0_1573243345420_de28aed5-b285-43cc-a216-91e67500e72d-image.png
      Object name must be in this constant:
      0_1573243389276_4f7c9dd7-8204-4e90-be36-8f4da0c6babe-image.png

      Note that this works tick-by-tick, so there might be some seconds delay after moving the line, if market is quiet.

      posted in Questions & Answers
      roar
      roar
    • RE: Is there anyway to combine all of my stop-loss orders into one big order?

      @dan-2 Ah, I see! Let me think a minute

      posted in Questions & Answers
      roar
      roar
    • RE: Is there anyway to combine all of my stop-loss orders into one big order?

      @dan-2 How do you define that "quick motion"? A button? Fxdreema can't really alter the metatrader interface, just add-on elements.

      Finding the proper lot amount is easy done with a loop.
      Or, if you want a permanent solution, switch to mt5 netting account..

      posted in Questions & Answers
      roar
      roar
    • RE: Total profit reduces by x % then close everything.

      This should do it: https://fxdreema.com/shared/NBisvtvOd

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 79
    • 80
    • 81
    • 82
    • 83
    • 120
    • 121
    • 81 / 121