fxDreema

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

    I Want To Create A EA With Custom Indicator

    Questions & Answers
    2
    98
    16797
    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.
    • T
      TalalKhan last edited by TalalKhan

      Hey Guys,
      I want to create a EA with custom indicator named (Real Woodie CCI), I have mq4 file,
      I am just testing is it working or not but its not working, I want to buy when CCI above 130 and vice varsa for sell, After successfully tested this thing i will further modify my EA, Please see my project is there something wrong? I can give indicator if needed
      https://fxdreema.com/shared/ulWAqHlYd
      Screenshot of buffer 5
      0_1634655423341_Screenshot_184.jpg
      @l-andorrà sir please check as you previously help me regarding custom indicator. @jstap you also check my post

      T 1 Reply Last reply Reply Quote 0
      • T
        TalalKhan @TalalKhan last edited by

        Someone Please Help 😞

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

          @talalkhan This indicator has a lot of buffers, place them into a comment block so you can visually check which one if any contain the number you want, if it is the one you have arrowed then your set up should work.

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

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

            @jstap arrowed buffer is same buffer which i am using in EA, You can see buffer numbers are same in colora and in EA, don't know why it is not working, it's because of candle ID or something else. Don't know what's the problem 😞
            I can send you mq4 file of indicator if you are intrested to check what's wrong

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

              @talalkhan Put the value into a comment so yyou can visually check.

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

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

                @jstap what should i put in comments??

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

                  @talalkhan Do like I have here, different indicator but you'll see what to do, draw a line to verify to levels.

                  0_1634670304101_90ac1742-3723-404b-ba2d-1d893619aca4-image.png

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

                  T 2 Replies Last reply Reply Quote 0
                  • T
                    TalalKhan @jstap last edited by TalalKhan

                    @jstap After putting the values on comments what i found that indicator value is stucking after 1,2 candles
                    0_1634671192051_Screenshot_185.jpg

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

                      @talalkhan This is likely because some buffers have a value that occasionally changes, normally when an indicator appears, this causes the value change. This will show you how to count occurrences when this happens, you will have to test all buffers with both ways until you see which one is what you need.

                      0_1634672018021_d73dfa09-4b06-4474-8e6e-5ffbd533369a-image.png

                      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
                      • T
                        TalalKhan @jstap last edited by

                        @jstap I found the problem, problem is with indicator because indicator is restricted with count bars command, that's why on next candle indicator stop working 😞

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

                          @talalkhan Interesting

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

                          T 2 Replies Last reply Reply Quote 0
                          • T
                            TalalKhan @jstap last edited by

                            @jstap its a sad news for me boss 😞

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

                              @jstap Available?
                              I have facing a new problem regarding buy conditions
                              I want to buy on every time when indicator value crosses above 120, Previous trade is open or close whatever, don't follow trade 1 (See Picture below)
                              How can i do this? I tried with 2nd groups for buy 2 but EA is opening position with buy 1. it means both tree are working together
                              Project: https://fxdreema.com/shared/BBlxg5HO
                              0_1634742438265_Screenshot_187.jpg

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

                                @talalkhan For a start you need an if trade 1 above no trade 2, this will make sure 2 only happens if 1 is active. You need to use variables/flags so once trade 1 is active and indicator is below a set number it will allow group 2 to trade.

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

                                T 1 Reply Last reply Reply Quote 1
                                • T
                                  TalalKhan @jstap last edited by

                                  @jstap sir please give me live example so it will be easy to understand, as you know i hate variables 😛 Just set tree 2 as you are saying. Please
                                  https://fxdreema.com/shared/BBlxg5HO

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

                                    @talalkhan Somthing like this, when condition is right set variable to true, when condition is wrong set to false. Use the true/false condition block to allow/disallow trade.

                                    0_1634745380629_41afd0bd-b614-4787-9918-40b2776de10e-image.png

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

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

                                      @jstap
                                      You are saying like this?
                                      Block 1: Condition block
                                      Block 2: Variable true
                                      Custom indicator is above 100
                                      Variable false
                                      Custom indicator below 100
                                      I am still confused 😞

                                      And this variable don't need any constant (input) right?

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

                                        @talalkhan When your indicator ie in right place group 1 trade will open, once the indicater is below trade 1 will be running, at this point you can allow trade 2 so once the indicator is in the right place the 2nd trade will open.

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

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

                                          @jstap how can i restrict my indicator after trade one opend? Means which block i put for false variable after trade one?

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

                                            @talalkhan You set the variable true/false when needed to allow/stop trade.

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

                                            T 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 1 / 5
                                            • First post
                                              Last post

                                            Online Users

                                            K
                                            M
                                            B
                                            A
                                            C
                                            A

                                            20
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors