fxDreema

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

    Using custom SnD indicator

    Questions & Answers
    4
    54
    9191
    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.
    • slimmz
      slimmz last edited by slimmz

      Ello

      So i have a strat i want to test
      Im using this custom indicator that can draw Support and Resistance level on every timeframe (no repaint)

      Now i want to utilize it to the EA

      Logic:
      If candle break above the resistance line, buy
      If canlde break below the support, sell

      This is the basic project https://fxdreema.com/shared/8Xp1ow3Qb

      I have imported the custom indcator there for the first test, but im not sure how to get it working, because if i run the EA, it does wait for the first breakout, but after that happen once, the ea is just doing BUY trade, idk why, no sell, and no wait, just keep buying till hit tp/sl, then buy again without waiting for another breakout

      If this is working for the basic, i have another indicator which will be adding the second rule of the trade

      But for now, i need help with the SnD indicator first to get it working

      This is how the indicator in action
      0_1640228213759_52360c63-17b8-4de0-b7f5-5f94e53c1b76-image.png

      Data Window (the indicator is the fractals)
      0_1640228200251_8a767855-5285-497d-9d4f-c544d0e7bc60-image.png

      Colors:
      0_1640228183349_c902df42-3934-48ae-aa03-ffbcaed24e25-image.png

      Variable:
      0_1640228438728_b6673cd2-afda-4123-82ea-089494a9c56a-image.png

      1 Reply Last reply Reply Quote 0
      • U
        Uriel 0 last edited by

        Would you mind to share the indicator?

        You need to start with "Once per bar" block and asign the buffer that you want to use

        I cannot see the buffer beause I don't have the indicator, just appears me buffer 0 and on black color. As I see, Buffers are the colors crimson and lime, then to your condition use them and not the buffer 0. Furthermore, the candle to trade I guess that must be 0 and no 1, because you are looking the break to trade, aren't you?

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

          @Uriel-0

          Yes im trying to implement the breakout trading strategy here

          Here is the indicator: https://1drv.ms/u/s!AkiKVSiT_YUIhtYb7oRyI6PPrJ3_dw?e=OmwVgN

          2 indicators, the fractal if for the SnD, and SW indicator is for the confirmation later after the SnD breakout work

          I'm also a bit new with the buffer and stuff

          If you can make a project solving this problem and share it, I'll be very thankfull

          U OntradingX 2 Replies Last reply Reply Quote 0
          • U
            Uriel 0 @slimmz last edited by

            @slimmz Well, I can see that the indicator doesn't have source code and to work with it, is necessary that you adjust it on fxdreema, you can check these tutorials that people experienced made:

            https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
            https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file

            Second, you indicated to me that there are another indicator that is for confirmations, I didn't see it, but I can imagine that them are a type of MA (by the pic that you sent before)

            I let you the project with MA condition E.G

            https://fxdreema.com/shared/ZDEBFDUKc

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

              Okay, i will to follow along the links, thanks

              About the confirmation indicator, it's actually not MA. It look like this 0_1640232829143_d68ea397-f10f-4e13-b453-f3e69549d5a4-image.png
              the confirmation will be, if the breakout has happened, check if the momentum is also there (as you can see there is 2 lines and bars between them) if breakout happen upward, check if the bars also breaking up the line of SW indicator, then buy, vice versa

              But that will be used later, i will see if the breakout work first

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

                @uriel-0 said in Using custom SnD indicator:

                h MA condition E.G
                https://fxdreema.com/shared/ZDEBFDUKc

                i tested your shared, but it also only take BUY trade. Why?

                U 1 Reply Last reply Reply Quote 0
                • U
                  Uriel 0 @slimmz last edited by

                  @slimmz because fxdreema don't recognize indicators buffers... You need to adjust them

                  slimmz 1 Reply Last reply Reply Quote 0
                  • slimmz
                    slimmz @Uriel 0 last edited by

                    @uriel-0
                    Okay, just found out the my indicator on chart i screeshot was modified, i reinsert them on my chart and this is the data

                    0_1640234965355_ef11ceae-29d7-4ce6-b8cc-327408da3703-image.png

                    i did import the indicator and put the buffer
                    0_1640234892345_671aee7d-db8c-448b-bef1-58901361b94e-image.png

                    And use it like this
                    fxdreema.com/shared/ktUtcA5Md

                    But still, only buy (I tested it on GBPUSD 15 min)

                    Im missing something?

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

                      Sorry to mention but, anyone up for solution? @jstap @l-andorrĂ 

                      1 Reply Last reply Reply Quote 0
                      • B
                        biztet last edited by

                        or maybe you should backtest the ea and watch closely everytime it opens a trade.

                        slimmz 1 Reply Last reply Reply Quote 0
                        • slimmz
                          slimmz @biztet last edited by

                          @biztet Yes i did, I've been watching its behavior.

                          It only wait for the first breakout, after that happen, the EA will start to trade (BUY) and keep buying and buying and buying after hit tp/sl.

                          It wont go back and wait for another breakout, or even to sell

                          1 Reply Last reply Reply Quote 0
                          • B
                            biztet last edited by

                            Does the candle have a chance to be below the Buffer1?

                            slimmz 1 Reply Last reply Reply Quote 0
                            • B
                              biztet last edited by biztet

                              One other thing you can try is make buy and sell a different group. Buy group 1, Sell group 2.
                              Just to create a chance to open both buy and sell trade.

                              slimmz 1 Reply Last reply Reply Quote 0
                              • slimmz
                                slimmz @biztet last edited by

                                @biztet Yes it does, it could breakout both buffer

                                1 Reply Last reply Reply Quote 0
                                • slimmz
                                  slimmz @biztet last edited by slimmz

                                  "One other thing you can try is make buy and sell a different group. Buy group 1, Sell group 2.
                                  Just to create a chance to open both buy and sell trade."

                                  @biztet How can i achieve this?

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    biztet last edited by biztet

                                    The "check trades count", "Buy now", "Sell now" blocks, on top of it there's a Group option.
                                    Put 1 for buy and 2 for sell. Let see if this helps.

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

                                      Is this what you mean? it would be easier to spot with screenshot haha
                                      0_1640334130982_50e5b557-b498-46e1-949a-5d380637741e-image.png

                                      Im also making some changes to the indicator and the project. Here is the update

                                      Project: https://fxdreema.com/shared/Ldy2BIYJb

                                      Indicator: 0_1640334206503_d4dfadcf-5a7c-417f-8028-8aa70432a92e-image.png

                                      After the changes, now it only taking SELL order even when he EA just start and wont wait for breakout

                                      1 Reply Last reply Reply Quote 0
                                      • slimmz
                                        slimmz @biztet last edited by slimmz

                                        @biztet If this is correct about the Group you mentioned

                                        1 for BUY
                                        0_1640334924348_5fe9471f-9a2d-42d1-8f8a-fdf09bce8658-image.png

                                        2 for SELL
                                        0_1640334946243_249dd084-35cf-46d4-86a6-942f7c39a40f-image.png

                                        And each related check trades count is marked the same
                                        BUY
                                        0_1640334992341_4701717a-bc8e-45ce-b1eb-9ed0a58c7c2f-image.png

                                        SELL
                                        0_1640335009426_1b03e396-51c1-4566-a27a-d8cfc36e3aef-image.png

                                        I set it, but still the EA is just selling directly after start and keep selling

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          biztet last edited by

                                          And now you get only sell trades. Hmm...
                                          Do you think there's a value that should be include with the buffer condition?

                                          slimmz 1 Reply Last reply Reply Quote 0
                                          • slimmz
                                            slimmz @biztet last edited by

                                            @biztet hmmm,
                                            I don't think there is since the buffer is actually a standalone value from the indicator

                                            It is actually a fractal that has been moded. The value changed to 4 bars to the left and 4 bars to the right, the fractal itself actually only paint 1 arrow by default, but this indicator is set to drag the arrow to the right as the candle is not breaking the rule of the key level.

                                            But in the data window, the buffer seems to always have value, so it's not temp

                                            Hmmm

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

                                            Online Users

                                            A
                                            F

                                            8
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors