fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. rfaust
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    rfaust

    @rfaust

    0
    Reputation
    178
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rfaust Unfollow Follow

    Latest posts made by rfaust

    • RE: highest / lowest close of a period of n candles

      @jstap
      Many thanks! This seems to do what I need.
      When I want to compare the close of the latest candle[1] to the highest or lowest close of the previous candles (starting from candle[2], is the following calculation correct?

      int copied = CopyClose(_Symbol, _Period, 2, Count, closes);

      posted in General Discussions
      R
      rfaust
    • RE: highest / lowest close of a period of n candles

      @jstap
      Many thanks !!!
      I will test this.

      posted in General Discussions
      R
      rfaust
    • RE: highest / lowest close of a period of n candles

      @l-andorrà
      Thanks!
      I don't know how to do that. how is a custom loop integrated?
      I think the iHighest function could deliver the highes close.
      but I don't know how to integrate it either.

      posted in General Discussions
      R
      rfaust
    • RE: Multiple positions opened - bug ?

      @skingston
      There may be an error in this block?
      Screenshot 2026-01-05 224157.jpg
      The description seems to be mixed up.
      You choose symbol mode "specified" but didn't specify a symbol.
      Have you tried “any symbol” instead?

      posted in Questions & Answers
      R
      rfaust
    • highest / lowest close of a period of n candles

      Re: Last highest/lowest close

      How can I use a condition like
      close[1] > highest CLOSE of the last n candles, starting with candle [2] ?

      Similar to highest / lowest price of n candles, but based on the candles close.

      Many thanks!

      posted in General Discussions highest close lowest close
      R
      rfaust
    • RE: sum of profits in one day

      thank you!

      posted in Questions & Answers
      R
      rfaust
    • sum of profits in one day

      how can i check the sum of profits in one day? i would like to stop trading for the rest of the day as soon as a certain daily target is met. thank you!

      posted in Questions & Answers
      R
      rfaust
    • RE: maximum value of indicator

      @miro1360 thank you! to find overbought and oversold conditions i now use the range between 0 to 80 or 20 to 100 with the condition block that the indicator does NOT stay within these limits. this works.

      posted in Questions & Answers
      R
      rfaust
    • maximum value of indicator

      How can I use the maximum or minimum value of an indicator (e.g. stochastic) over a period of 10 candles in a condition-block?

      I try to do this: buy only if the stochastic over 10 candles has been 25 or below, sell only if the stochastic over 10 candles has been 75 or above...)

      Thank you !

      posted in Questions & Answers
      R
      rfaust
    • RE: custom indicator in ea

      i try to use the kaufman adaptive moving average in an ea. i could load this indicator but i couldn't use all of the output buffers.
      the indicator shows one line and (depending on trend conditions) 2 different colored dots. i found the information about the indicator value (line) in buffer 0.
      how can i find out if the indicator dots appear or disappear?
      when i use the indicator tester the buffers 1 and 2 seem to deliver only "0".

      posted in Questions & Answers
      R
      rfaust