fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Indicator moves within limits

    Questions & Answers
    2
    3
    856
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Ancient_Warrior last edited by

      Completely new to this program.. All I need to know if a stochastic * is overbought or oversold. Looking at the code it looks like Indicator moves within limits only returns true false where true can be returned if stochastic is either OB or OS when I need to know which one it is.

      Help?

      1 Reply Last reply Reply Quote 0
      • fxDreema
        fxDreema last edited by

        This block is to check if the indicator is above/below some limits for more than one candle. To check the current indicator value or it's value for older candle, use Condition. Blocks does not return something, they just pass if what they are supposed to do is true. By "pass" I mean that the orange output is active and next block(s) is executed right after this one, which in MQL language means that the function of one block calls the function of the next block 🙂

        1 Reply Last reply Reply Quote 0
        • A
          Ancient_Warrior last edited by

          Ok think I get it now.. I needed condition block for stochastic and change right side to value for comparison it looks like.

          Thanks!

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          Online Users

          Y
          A
          F
          S
          D
          B
          Y
          E

          15
          Online

          146.8k
          Users

          22.4k
          Topics

          122.6k
          Posts

          Powered by NodeBB Forums | Contributors