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 2394
    • Best 420
    • Controversial 6
    • Groups 0

    Posts made by roar

    • RE: Repeat blocks until one gives true

      I would make it simple as this:
      https://fxdreema.com/shared/uMSCVTa6c
      dunno if it works 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Block for custom optimization parameter?

      Agreed. In mt5 tester there is optimization by the recovery factor - that has served me pretty well.

      posted in Questions & Answers
      roar
      roar
    • RE: Restart ea

      haha, I agree on that 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Restart ea

      hmm... how about using the trade group number, set it as a variable - when you need to "restart", increase that variable by +1, so the group number will be different from there on

      posted in Questions & Answers
      roar
      roar
    • RE: condition for unknown candle!

      looks good

      posted in Questions & Answers
      roar
      roar
    • RE: close trades with object not work!

      why can't it be like
      above upper line -> close
      below lower line -> close

      in that case the trades will close also when the price is suddenly 0.0001 pips above the upper line - the current project would leave the trades open, because it is not exactly there (==)

      posted in Questions & Answers
      roar
      roar
    • RE: close trades with object not work!

      I'm no expert on objects, but its not usually good to use the == sign when comparing price. The price rarely is exactly something - use the > and the < instead

      posted in Questions & Answers
      roar
      roar
    • RE: Automatically add lot volume when trade goes wrong..similar to martingale but not exactly.

      check the tab - we are OnTrade, not OnTick

      posted in Questions & Answers
      roar
      roar
    • RE: It Wont Close Trades

      orange = True (when there is no trade, thats where the flow continues in block #6)
      yellow = False (when there is trade, the condition at block #6 is false, so continue to yellow)

      the fxdreema project works on every tick, the whole process is repeated on every tick from top to bottom. if the process stops at the top, bottom blocks will never matter anything

      posted in Questions & Answers
      roar
      roar
    • RE: It Wont Close Trades

      For each Trade -block executes once for each trade, as the name says. So each individual trade needs to be 10 profit.

      Your logic has some mistake in it. Because of the top block (no trade), the system can check the profit only immediately after buy, and never else - there is never 10 profit immediately after opening 😄

      Put the looping block (For each trade) to the "no trade" block's yellow output, so it is active when there is a trade

      posted in Questions & Answers
      roar
      roar
    • RE: Closing 2 trades when they they have cumulative profit

      this shouldn't be that hard, given your information... if you measure the profit by equity-balance, it always combines the profits from all trades

      posted in General Discussions
      roar
      roar
    • forum bug

      when you click some name in the shoutbox, it doesn't go to the user profile - the link is broken, i think

      posted in Bug Reports
      roar
      roar
    • RE: Trailing Money Loss (Group of Trades) block

      I guess the money loss uses entirely different mechanism than chart-based stops. With money loss you don't have to use any charts, but just calculate your equity values around - maybe thats why you cant put a visible line to your chart

      posted in Questions & Answers
      roar
      roar
    • RE: Automatically add lot volume when trade goes wrong..similar to martingale but not exactly.

      Here. It's just a guess, I haven't actually done that..

      0_1502353460659_upload-fb9e9fd7-b749-4606-8813-471e7c2c91a8

      posted in Questions & Answers
      roar
      roar
    • RE: Automatically add lot volume when trade goes wrong..similar to martingale but not exactly.

      sure there is plenty of way to do that. try something like this
      OnTrade -> position closed -> delete pending orders

      posted in Questions & Answers
      roar
      roar
    • RE: condition for unknown candle!

      https://fxdreema.com/shared/GEUH4hBoe
      Maybe this helps.
      I didn't really understand your example, but I think I know what youre meaning 😄

      In your example, connecting that AND block back to the "once per bar" creates a loop which never changes - thats bad

      posted in Questions & Answers
      roar
      roar
    • RE: condition for unknown candle!

      Create some variable which "remembers" that the first condition passed.
      Example: bear bar -> modify variable bigbear to value 1

      condition: bigbear = 1
      -> proceed to 2nd condition
      (reset bigbear back to 0 so it signals only once per time)

      posted in Questions & Answers
      roar
      roar
    • RE: Set order with out SL and TP and only close with candle close

      How about this
      once per bar (M15) ->
      close all trades ->
      your condition -> buy/sell

      posted in Questions & Answers
      roar
      roar
    • RE: Two money managemeant rules in buy/sell block

      Seems you have set the CustomVolume variable as value 0,1 - use 0.1 instead

      You can troubleshoot the code errors by opening and compiling the .mq4 with metaeditor, it makes it quite easy to guess what's wrong, even if you dont have particular coding knowledge (like I dont)

      posted in Questions & Answers
      roar
      roar
    • RE: Automatically add lot volume when trade goes wrong..similar to martingale but not exactly.

      If your volumes and tp follow some linear, simple logic, the grid block should work.
      Test this
      https://fxdreema.com/shared/S86qs94dd

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 109
    • 110
    • 111
    • 112
    • 113
    • 119
    • 120
    • 111 / 120