fxDreema

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

    RSI signal

    Questions & Answers
    3
    15
    1305
    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.
    • D
      drankman last edited by drankman

      Hello,
      I'm new in Fxdreema, I have questions regarding RSI signal. I want to build EA, where RSI gives only a signal (or a trigger) to allow another condition to run, for example MACD.

      For example, if the RSI goes below 30 level --> then open a trade once the MACD Main/Signal crosses each other. This means, RSI does not need to be below 30 level all the time. (If RSI goes above 30 again, it won't matter)

      It needs to be adjustable on how many candlesticks should be counted where RSI below 30. Lets say 2. This mean after 2 candlesticks (where RSI are below 30), then the trigger is now triggered. So, after that, once MACD Main/signal crosses, trade can be opened.

      Any helps would be appreciated or redirect me to already open forum would be helpful..
      Thanks!

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

        @andrewfrank You need 2 condition blocks, 1 RSI below value 30, 2 MACD main X> signal (or whatever conditions for the cross you would like), this will work for when the cross happens at the time the RSI is below 30. To add condition for how many candles when below you will have to learn about how logic can be used to affect a trade, and how to use variables..

        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! 😊

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

          @jstap Thanks for the reply. Sorry I was not clear about my question. I understood what you mentioned, trade will be opened when MACD cross between main x> signal at the time RSI is below 30.
          However, what I am still looking is: the RSI works only a trigger, so if the RSI goes below 30 and once MACD main/signal crosses then open a trade. This means, even though MACD main/signal crosses while RSI is already going back to above level 30, a trade can still be opened.
          I attached a picture below, number 1 is the trigger of RSI and number 2 is where MACD main/signal crosses and can still open a trade even though RSI is already going back to above level 30.

          Hope this is more clearer than previous explanation.

          0_1633982459175_Capture.JPG

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

            @andrewfrank Yo need to do something like THIS, put your macd etc in the buy sell tree. (not sure if these rsi conditions are what you need but you'll get the idea)

            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! 😊

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

              @jstap I already put macd in the buy sell tree. but I am still looking how to put RSI conditions.
              Thanks anyway..

              If anyone have another input, would be appreciated.. 🙂

              l'andorrà 1 Reply Last reply Reply Quote 0
              • l'andorrà
                l'andorrà @drankman last edited by

                @andrewfrank Can you please share the link to your current project?

                (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

                (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

                (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

                D 2 Replies Last reply Reply Quote 0
                • D
                  drankman @l'andorrà last edited by

                  @l-andorrà yes, I'll share it

                  1 Reply Last reply Reply Quote 0
                  • D
                    drankman @l'andorrà last edited by

                    @l-andorrà
                    here is the project: https://fxdreema.com/shared/HnMKt2Fee

                    l'andorrà 1 Reply Last reply Reply Quote 0
                    • l'andorrà
                      l'andorrà @drankman last edited by

                      @andrewfrank My suggestions:

                      1. Use just one 'Break even' block for both buys and sells and separate it into a different block tree.
                      2. Create dwo boolean variables as jstap suggested. RSI up and RSI down. Remove both RSI blocks from its current position an create a separate block tree for them so that when RSI is up or down then its variable will be modified accordingly. Finally use two condition blocks on the main block tree requiring the corresponding RSI boolean variable be true.

                      That should work.

                      (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

                      (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

                      (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        drankman @l'andorrà last edited by drankman

                        @l-andorrà Ok. Thanks for the reply. I have several questions

                        1. ok. got it.
                          2a. if I use RSI variables true which RSI is down, would this work only as a signal then?
                          I mean,
                          if after sometime, RSI is is going back to above 30 level, then can a trade be opened after once MACD signal/line crosses?

                        2b. https://fxdreema.com/shared/adiRzk6Kc As this suggestion, should RSI variables be created separated first and not connected to the conditions block?

                        Thanks for the helps!
                        here is my project if you could look up again: https://fxdreema.com/shared/E5Ymf1v1e

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          drankman @drankman last edited by

                          @l-andorrà @jstap

                          I was using your suggestion regarding the RSI trigger as mentioned above.
                          However, somehow it didn't work.
                          If you see picture below. number 1 is where RSI "touched" above level 70 first and then the trade supposed to open where MACD and signal crossed (number 2)
                          However the trade was opened without considering the RSI. (number 3)

                          Is it possible for you to see my project and let me know if there's something wrong with my setting?https://fxdreema.com/shared/E5Ymf1v1e

                          Thanks!

                          0_1634938075330_9f3ea6cc-a5a6-4dec-8049-5189ecaeced2-image.png

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

                            @andrewfrank In HERE is how I would do it, couldent understand what you meant for 3 but, you should see enough to use.

                            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! 😊

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

                              @jstap Thanks!!

                              is this what I did wrong? I put the "==true", where your setting did not put "==true" in the RSI condition.
                              This is mine:
                              0_1634941446770_586b0a59-8e27-4281-91d1-48a141d40b7a-image.png

                              and this is yours:
                              0_1634941638627_1e6e429f-5455-4ca3-ac06-7ac71f19f9d3-image.png

                              to your question:
                              Number 3 is where the trade is opened on my demo account. If you see above, the trade is opened where MACD and signal crossed BUT no RSI trigger.

                              Number 1&2 are where I am expecting to do, RSI trigger first and the MACD and signal crosses

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

                                @andrewfrank ==true isn't needed, never used in this block as works without, probably would cause true/false to be incorrect, it may cause the variable to be modified to true, put the variable into a comment block so you can see what is or isn't working.

                                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! 😊

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

                                  @jstap Ok. Thank you for the help as usual! 🙂

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

                                  Online Users

                                  F
                                  A

                                  8
                                  Online

                                  146.7k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors