Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Access to 3d party indicator

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

    Access to 3d party indicator

    Hello.
    How can i access to Acme (for example) indicator values in my strategy?
    I can access to MAMA by this code:
    Code:
    Indicator.MAMA mama = MAMA(1, 2);
    but i can't access to:
    Code:
    Indicator.AcmeVolumeProfileVPOC poc = AcmeVolumeProfileVPOC();
    Why?
    And if i add this indicator on the chart, Indicators.Count return always 0.

    #2
    Hello,

    Thank you for the question.

    I would be unsure of the reason based on what is provided, it could be the way the item is coded or the syntax being used to call the indicator.

    Is this a free item that can be downloaded for testing? If so I could try it on my end to see if It can be used. If this is a paid item from a vendor, it would likely be easiest to ask the vendor if they have any pre made syntax examples for the item or if it can be used this way.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Originally posted by Dzammer View Post
      Hello.
      How can i access to Acme (for example) indicator values in my strategy?
      I can access to MAMA by this code:
      Code:
      Indicator.MAMA mama = MAMA(1, 2);
      but i can't access to:
      Code:
      Indicator.AcmeVolumeProfileVPOC poc = AcmeVolumeProfileVPOC();
      Why?
      And if i add this indicator on the chart, Indicators.Count return always 0.
      Sounds like AcmeVolumeProfile has been placed in yet another nested custom namespace also called Indicator.

      Comment


        #4
        Here you can download indicator "ClasterVolume". It have no source code and i can't access to it from strategy.

        Comment


          #5
          Hello,

          Thank you for the file,

          I have imported the file but I do not see AcmeVolumeProfile, instead I found sbVolumeCluster, is this a different indicator in question now or was the AcmeVolumeProfile intended to be sent?

          I look forward to being of further assistance.
          JesseNinjaTrader Customer Service

          Comment


            #6
            Originally posted by NinjaTrader_Jesse View Post
            Hello,

            Thank you for the file,

            I have imported the file but I do not see AcmeVolumeProfile, instead I found sbVolumeCluster, is this a different indicator in question now or was the AcmeVolumeProfile intended to be sent?

            I look forward to being of further assistance.
            Acme is not free. But sbVolumeCluster yes. You can write example, how i can access to sbClusterVolume.

            Comment


              #7
              Hello,

              Thank you for the reply.

              I will post a short video showing how to access this rather than the actual code as the overload set is extremely long with this item. This would be the process to locate if an indicator can be called by name and used.

              Free online storage and sharing with Screencast.com. 2 GB of storage and 2 GB of bandwidth per month for free. We won't compress, alter or take ownership of your content.



              I look forward to being of further assistance.
              JesseNinjaTrader Customer Service

              Comment


                #8
                Thx!
                It work perfectly. But why it not working in Visual Studio 2015? I'll add link to "ClusterVolume.dll" and in VS see only this.

                Comment


                  #9
                  Hello,

                  Based on the image, I would expect what you see in the Intellesense dropdown in VisualStudio.

                  By typing "sb", VS is looking for available Methods, Events, Properties etc.. that start with the letters sb.

                  Instead to see overloads, you need to type the full name of the method and then (

                  After typing the Open Parenthesis, you should see any available overloads, although Intellesense is not perfect so some items may not show up. This is where you would generally just type the code out as you normally would for a method that is understood on how to use it.

                  In general it is not recommended to use visual studio unless you are already very experienced with designing applications using Visual Studio as it adds another layer of complexity to development. It can be a useful tool but is not needed at all in most cases, a majority of the same programming can be done using the built in Intelleprompt which is found in the NInjaScript editor.

                  I look forward to being of further assistance.
                  JesseNinjaTrader Customer Service

                  Comment


                    #10
                    Hello, NinjaTrader_Jesse.
                    Thank you!!!

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by judysamnt7, 03-13-2023, 09:11 AM
                    4 responses
                    59 views
                    0 likes
                    Last Post DynamicTest  
                    Started by ScottWalsh, Today, 06:52 PM
                    4 responses
                    36 views
                    0 likes
                    Last Post ScottWalsh  
                    Started by olisav57, Today, 07:39 PM
                    0 responses
                    7 views
                    0 likes
                    Last Post olisav57  
                    Started by trilliantrader, Today, 03:01 PM
                    2 responses
                    22 views
                    0 likes
                    Last Post helpwanted  
                    Started by cre8able, Today, 07:24 PM
                    0 responses
                    10 views
                    0 likes
                    Last Post cre8able  
                    Working...
                    X