fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. MT4Nutzer
    M
    • Profile
    • Following 0
    • Followers 3
    • Topics 35
    • Posts 110
    • Best 4
    • Controversial 0
    • Groups 0

    MT4Nutzer

    @MT4Nutzer

    4
    Reputation
    45
    Profile views
    110
    Posts
    3
    Followers
    0
    Following
    Joined Last Online

    MT4Nutzer Unfollow Follow

    Best posts made by MT4Nutzer

    • check profit of the last trade in percent

      Hello community,

      I want to check the profit of the youngest running trade.
      After x% of equity I want to make the next trade.
      The problem:
      With "chek profit" it is possible to use a value in percent but it is not possible to choose the youngest trade.
      With the other check profit-possibillitiies I can choose the youngest trade but it is not possible to work with % (only with absolute numbers of pips or money).
      Does anybody knows a solution for that?

      Thanks in forward.
      Greetings
      Tommi
      cpp.PNG

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: check profit of the last trade in percent

      @Hiten7405 said in check profit of the last trade in percent:

      @MT4Nutzer

      use For each Position -- Bucket of Trades

      This works very well @Hiten7405 ! Thank you for the great advise!

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: Find the highest (or lowest) close of x bars

      @sktsec said in Find the highest (or lowest) close of x bars:

      @MT4Nutzer
      Initiate then use the loop block and a condition block.

      Support x is the result

      Initiate x (such as close the start candle)
      Loop x time for the candles
      Use condition block to compare x and close
      save any new value to x

      Thank you @sktsec . I want to try it.

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: Condition: if friday

      I have the solution:
      https://fxdreema.com/forum/topic/6841/ignore-sunday-data

      posted in Questions & Answers
      M
      MT4Nutzer

    Latest posts made by MT4Nutzer

    • RE: highest and lowest price between two time stamps

      Thank you!

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: My connection to fxdreema.com has been very unreliable lately

      In this moment it is very frustrating.

      posted in Questions & Answers
      M
      MT4Nutzer
    • highest and lowest price between two time stamps

      Hello community,

      does anybody know a solution to find the highest and lowest price between two dates. The dates are defined in seconds code not as string.

      Have a nice day!
      Greetings
      Tommi

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: Lot size limit.

      With volume upper limit (buy/sell block).

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: counting bars

      @nogoingback said in counting bars:

      Is there anything in fxdreema that can find the position of open trades by counting the bars? thanks

      counting bars.PNG

      posted in Questions & Answers
      M
      MT4Nutzer
    • Ident current timeframe (MT5)

      Hello community,

      does anybody know a way to ident the current timeframe (for MT5) to put it into a variable?
      I need the current timeframe in seconds (or minutes) as a variable. It works well for MT4 (market properties/timeframe) but in mql5 it only works for timeframes <H1. In H1 timeframe I get an output of "16385".
      Does anybody know an other reliable way to do this?

      Thanks in forward and have a good day!

      Tommi

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: price value of horizontal line into a variable

      @jstap said in price value of horizontal line into a variable:

      when you click on the object does it daw the line? Look in your object list, probably adding a number to the end, so object on chart won't fine it.

      The object draws the line. This works. But I want to get the price value of the line as variable. This works not. And when I move the line the value stays the same.

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: price value of horizontal line into a variable

      https://fxdreema.com/shared/VFSMQXTod

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: price value of horizontal line into a variable

      @jstap said in price value of horizontal line into a variable:

      use the name - modify variables with line name using object on chart

      Unfortunately it doesnt work. I think the block settings are wrong.

      sll.PNG

      posted in Questions & Answers
      M
      MT4Nutzer
    • RE: price value of horizontal line into a variable

      Thank you for the fast answer @jstap ! I will try it.

      posted in Questions & Answers
      M
      MT4Nutzer