fxDreema

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

    EA not registering RSI crossover

    Questions & Answers
    8
    10
    2000
    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.
    • K
      kobbi last edited by

      Hi, I added my project below.

      It is a simple RSI EA that should open a buy order when the RSI is crossing the value 30 (which works) but then it should close the order again when it is crossing the 70 (which doesn't work).
      I am not really sure where my problem is and I hope you could help me.

      Thanks a lot.

      link text

      A 1 Reply Last reply Reply Quote 0
      • D
        digitalb23 last edited by

        Wondering the same thing, I tried using the same values adding a trailing stop loss. Works fine in backtest but in live charts can't get it to make a single purchase

        1 Reply Last reply Reply Quote 0
        • A
          ambrogio @kobbi last edited by

          @kobbi hi, set candle ID 1

          0_1556384435275_eeeeee.JPG

          S 1 Reply Last reply Reply Quote 0
          • S
            Setsuna @ambrogio last edited by

            @ambrogio
            Hello ambrogio very intresting picture. Im also very curious about the exit. how do end the trade when crossline is x< 70.

            1 Reply Last reply Reply Quote 0
            • M
              Miano last edited by

              hey guys. i created the EA to sell when the RSI period 4 crosses above 70 and to close the sell when it crosses below 10. However it only opens one trade that does not close even after the RSI period crosses below 10. Please help.....this is how i did it0_1587657958566_Screenshot (7).png

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

                Can you please share your project? That screenshot is not clear enough?

                (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.

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

                  @l-andorrà
                  https://fxdreema.com/shared/H8x10Mbae

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    Jim5129 @Miano last edited by

                    @miano
                    You need to be more defined, more conditions, what is to close when cross below 10 bull candle or bear candle, if the program doesn't know what you want it can't perform what you want, when you string your blocks together, think on how the the computer see it , you have a lot of blocks that are per-programmed for you to link together.

                    1. Start off with (no order block) then 1st condition RSI X< 70, the current Candle would be 0, if you use 1 would be past time the candle before the current one.
                      then Sell order Block, set T-P and ST-L
                      Don't use connect no blocks to sell order.
                    2. Use (if trade Block) sell only
                      then (condition block) under (if trade block)
                      condition would be RSI X< 10
                      the add (Close Trade )Block- Sells only.

                    you can do the same for buy, just copy and past and reverse direction. hope this helps....

                    1 Reply Last reply Reply Quote 0
                    • roar
                      roar @Miano last edited by roar

                      @miano everything in one tree, from "no position" all the way to "close positions" here will always happen together, in one second, or in one tick in this case (see the "on Tick" up there?).

                      You probably dont want to close your sell immediately after opening it - if that's the case, cut the link between "sell now" and "condition", so they can be 2 different processes.

                      Need small help? Tag me in your post
                      Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                      1 Reply Last reply Reply Quote 0
                      • M
                        Miano last edited by

                        thanks so much. let me try it out

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

                        Online Users

                        S
                        S
                        S
                        A

                        16
                        Online

                        146.7k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors