Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add Custom Indicator to D3SpotterV1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #76
    out of interest what is 'DO' under the indicators list, that it can look for for divergences??
    Not sure what that stands for?? Its in the same list as RSI, MACD, CCI etc...

    Comment


      #77
      No CCI plot

      Originally posted by winJR View Post
      ............when I use the CCI the CCI line does not plot below the zero line, it just disappears below zero. The divergence lines still plot but the indicator itself only shows above the zero line. Can anyone help? thanks.
      Has anyone been able to resolve this ?
      CCI not plotting below zero
      Momentum not plotting below zero
      SMI histogram not plotting above zero.

      Thx

      Comment


        #78
        D3Spotter V3

        Greetings all...

        1st of all, thank you for your interest in D3Spotter. I am posting version 3.1. I have had problems with the initialize portion of the code so I have broken the code up into multiple indicators. So now you will have D3SpotterMACD, D3SpotterCCi, D3SpotterRSI, etc. If there is another indicator you would like integerated, just let me know. Also there were problems saving its configuration which I also fixed.

        Another gentleman mentioned to me that the indicator would not find hidden divergence, well, after this past weekend I think it might now, do check it out.

        All comments (good or bad) are welcome!

        Cheers - David

        P.S. I also think it will work with NT7 (beta 8, newer ones has problems)
        Attached Files

        Comment


          #79
          Originally posted by dadof3and3 View Post
          Greetings all...

          1st of all, thank you for your interest in D3Spotter. I am posting version 3.1. I have had problems with the initialize portion of the code so I have broken the code up into multiple indicators. So now you will have D3SpotterMACD, D3SpotterCCi, D3SpotterRSI, etc. If there is another indicator you would like integerated, just let me know. Also there were problems saving its configuration which I also fixed.

          Another gentleman mentioned to me that the indicator would not find hidden divergence, well, after this past weekend I think it might now, do check it out.

          All comments (good or bad) are welcome!

          Cheers - David

          P.S. I also think it will work with NT7 (beta 8, newer ones has problems)
          On looking at other code where the instantiation of an indicator was done in the Initialize() section, it appears it must now be done in the OnBarUpdate() section. So a boolean true/false to do that only on the 1st execution on OnBarUpdate() - then flipping the flag - seems to fix the problems of some things I looked at. This is just a change in instantiation.

          Comment


            #80
            Originally posted by dadof3and3 View Post
            Greetings all...

            1st of all, thank you for your interest in D3Spotter. I am posting version 3.1. I have had problems with the initialize portion of the code so I have broken the code up into multiple indicators. So now you will have D3SpotterMACD, D3SpotterCCi, D3SpotterRSI, etc. If there is another indicator you would like integerated, just let me know. Also there were problems saving its configuration which I also fixed.

            Another gentleman mentioned to me that the indicator would not find hidden divergence, well, after this past weekend I think it might now, do check it out.

            All comments (good or bad) are welcome!

            Cheers - David

            P.S. I also think it will work with NT7 (beta 8, newer ones has problems)
            Nice of you to post a newer version, and like you mentioned, it will only work on beta 8, as after that for obscure reason it doesn't work, maybe someone good at debugging will be able to fix it so it can work on latest beta version.

            Comment


              #81
              D3Spotter32 - compatiable with NT7 beta 12

              Originally posted by Tarkus11 View Post
              On looking at other code where the instantiation of an indicator was done in the Initialize() section, it appears it must now be done in the OnBarUpdate() section. So a boolean true/false to do that only on the 1st execution on OnBarUpdate() - then flipping the flag - seems to fix the problems of some things I looked at. This is just a change in instantiation.
              Many thanks Tarkus that was it..

              But instead of using a boolean I'm just checking when CurrentBar == 0
              (your comments appreciated)

              Now the V31 is now V32 that should work with NT6.5 as well as NT7

              D3SpotterV32 attached!
              Attached Files

              Comment


                #82
                Thank you Tarkus 11 and dadof3and3 for providing this new version that now works on both Ninja version.

                I really appreciate the effort you have all put up for finding the solution. It now works like a charm.

                Comment


                  #83
                  Originally posted by Larry22 View Post
                  Thank you Tarkus 11 and dadof3and3 for providing this new version that now works on both Ninja version.

                  I really appreciate the effort you have all put up for finding the solution. It now works like a charm.
                  I ditto the thx but just tried to import V32 and says not compatible with current (6.5) version of NT.

                  Prior to that V31 did import but no arrows (just dots) displayed.

                  Help..
                  ??

                  Comment


                    #84
                    dj22522,
                    delete the "info"-file from the zip + try to import again.
                    that should help - because it contains the info : "NT7" somehow

                    Comment


                      #85
                      Originally posted by max-td View Post
                      dj22522,
                      delete the "info"-file from the zip + try to import again.
                      that should help - because it contains the info : "NT7" somehow
                      max-td, I don't know how to do that ?
                      Appreciate any help thx

                      Comment


                        #86
                        -double klick on the zip to open it
                        -klick on / mark the "info.xml"-file
                        -press delete + confirm with YES
                        -close the zip -- done

                        then import the zip.

                        Comment


                          #87
                          Originally posted by max-td View Post
                          -double klick on the zip to open it
                          -klick on / mark the "info.xml"-file
                          -press delete + confirm with YES
                          -close the zip -- done

                          then import the zip.
                          max- td, thx for reply.
                          I had to unzip to delete the "info.xml file"
                          and then re-zip. All fine I guess.
                          This gets saved in an "unzip" folder so I dragged the zip file into the NT6.5\bin\Custom folder where all the NT zips are, from which to import.

                          Then when I try to import, after clicking yes to all the "...already exits..",
                          I get this error .

                          "Import Failed: Could not decompress the NinaScript Archive File:
                          could not find a part of the path
                          C\Documents\Administrator\My Documents\Ninjatrader 6.5\bin\Custom\Tmp\Import|indicator\:"

                          Appreciate your help, sorry for the hassle, don't know what I'm doing wrong ?...

                          thx
                          Last edited by dj22522; 03-31-2010, 07:19 AM.

                          Comment


                            #88
                            error says it was made with a newer version of ninjatrader and so cant be imported?
                            im on 6.5

                            Comment


                              #89
                              yw.

                              Originally posted by dadof3and3 View Post
                              I'm just checking when CurrentBar == 0
                              That's a better way - thx!

                              Comment


                                #90
                                so you have to wait for a fix from the author i think - sorry.

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by kulwinder73, Today, 10:31 AM
                                1 response
                                8 views
                                0 likes
                                Last Post NinjaTrader_Erick  
                                Started by RookieTrader, Today, 09:37 AM
                                3 responses
                                15 views
                                0 likes
                                Last Post NinjaTrader_ChelseaB  
                                Started by terofs, Yesterday, 04:18 PM
                                1 response
                                24 views
                                0 likes
                                Last Post terofs
                                by terofs
                                 
                                Started by CommonWhale, Today, 09:55 AM
                                1 response
                                6 views
                                0 likes
                                Last Post NinjaTrader_Erick  
                                Started by Gerik, Today, 09:40 AM
                                2 responses
                                8 views
                                0 likes
                                Last Post Gerik
                                by Gerik
                                 
                                Working...
                                X