fxDreema

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

    William %R cross EMA 13

    Questions & Answers
    2
    6
    906
    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.
    • L
      LHNPhuon last edited by

      Hi everyone,
      I am trying a strategy in which the buy/sell signal is when William %R cross EMA 13 (this indicator is William %R on Trading View)
      Is there any way we can do this on fxdreema ? As I check on mt5, William %R does not have EMA line. Can we draw an EMA line overlap with William %R and check if they cross ?
      Thanks and best regards

      jstap 1 Reply Last reply Reply Quote 0
      • jstap
        jstap @LHNPhuon last edited by

        @lhnphuon The only way I know is to get a custom indicator created.

        Learn fxDreema Without the Wait!

        My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

        The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

        Don’t miss out

        Click here➡️ https://mybook.to/fxDreema to get your copy today!

        Enjoy! 😊

        1 Reply Last reply Reply Quote 0
        • L
          LHNPhuon last edited by

          Hello @jstap ,
          I can find "pine script code" from tradingview
          study(title="Williams %R", shorttitle="The Willy")

          // Williams %R
          length = input(defval=21, minval=1)
          upper = highest(length)
          lower = lowest(length)

          output = 100 * (close - upper) / (upper - lower)
          ema = ema(output, input(defval=13, title="EMA"))

          // Plot
          h1 = hline(-20, title="Upper Band")
          h2 = hline(-80, title="Lower Band")
          fill(h1, h2, title="Background")

          plot(output, title="%R", color=yellow, linewidth=2)
          plot(ema, title="EMA", color=aqua, linewidth=2)

          Can we import it to fxdreema ?
          Thanks and best regards

          jstap 1 Reply Last reply Reply Quote 0
          • jstap
            jstap @LHNPhuon last edited by

            @lhnphuon I can't help with this, the code is similar but not the same, a coder possibly can but not sure who. If you can find what what this indicator does you can likely find a MT indicator that does the same, if you find what it does and add information here I'll have a look.

            Learn fxDreema Without the Wait!

            My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

            The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

            Don’t miss out

            Click here➡️ https://mybook.to/fxDreema to get your copy today!

            Enjoy! 😊

            1 Reply Last reply Reply Quote 0
            • L
              LHNPhuon last edited by

              Hello jstap,
              Thank you for your reply
              I mangage to find this indicator "WPR_EMA" in mql4
              I have successfully import it into fxdreema indicator. However, my EA on fxdreema is for mt5. Can I use that indicator "WPR_EMA" or I have to write EA code for mt5 ?

              jstap 1 Reply Last reply Reply Quote 0
              • jstap
                jstap @LHNPhuon last edited by

                @lhnphuon Again it's finding a coder, someone that can convert MT4 to MT5.

                Learn fxDreema Without the Wait!

                My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                Don’t miss out

                Click here➡️ https://mybook.to/fxDreema to get your copy today!

                Enjoy! 😊

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

                Online Users

                P
                E
                D
                H

                9
                Online

                147.0k
                Users

                22.4k
                Topics

                122.6k
                Posts

                Powered by NodeBB Forums | Contributors