Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Call values from a custom indicator I purchased

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

    Call values from a custom indicator I purchased

    I purchased some custom indicators and would like to use the output in a custom indicator that I want to write.

    These indicator can be used in Bloodhound and I can see the values in the data window, so I am assuming the outputs are public. But as an example, I thought that if I did the following I could pull IT_SpeedTick into my indicator.

    if(IT_SpeedTick().Threshold1[0] > 0)
    BackBrush = Brushes.White;

    I thought that would get me the output of the Threshold1 variable.

    But I get an error that says "The name 'IT_SpeedTick' does not exist in the current context.


    Click image for larger version

Name:	image.png
Views:	161
Size:	11.0 KB
ID:	1236363


    Also, the IT_PullBackAlert doesn't show any output in the data window. It prints an icon on the bar where it's true. Does that mean its a boolean? And how would I read that value into my custom indicator?

    any help is appreciated​

    #2
    Intelli-prompt does find IT_SpeedTick, if that help


    Click image for larger version

Name:	image.png
Views:	137
Size:	109.8 KB
ID:	1236369
    Attached Files

    Comment


      #3
      Do I have to pass all the parameters to the indicator that I am calling to get it to work?

      Comment


        #4
        When I pass the parameters that I see in the data box, I get a message that I'm missing an argument. Is that the instrument and period? If so, how do I pass them in the parameter list?


        Click image for larger version

Name:	image.png
Views:	143
Size:	83.0 KB
ID:	1236372

        Comment


          #5
          Hello cre8able,

          I first suggest that you contact the vendor or author that distributes this software for instructions on how to use their software in a NinjaScript Strategy or Indicator.

          That said, type the method name and add parenthesis, place the cursor between the parenthesis and press Ctrl + Shift + Spacebar to open the intelliprompt.


          What overload signatures are you seeing in the intelliprompt?
          Chelsea B.NinjaTrader Customer Service

          Comment


            #6
            Hey Chelsea

            I get the yellow frame but no signatures when I Ctrl + Shift + Spacebar

            any sugestions?


            Click image for larger version

Name:	image.png
Views:	129
Size:	5.3 KB
ID:	1236505

            Comment


              #7
              Hello cre8able,

              The vendor should just be able to tell you what the overload signatures are.

              However, you might try the same using Visual Studio if you have it installed. (Click the Visual Studio icon on the NinjaScript Editor toolbar)
              Chelsea B.NinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by cmoran13, 04-16-2026, 01:02 PM
              0 responses
              51 views
              0 likes
              Last Post cmoran13  
              Started by PaulMohn, 04-10-2026, 11:11 AM
              0 responses
              31 views
              0 likes
              Last Post PaulMohn  
              Started by CarlTrading, 03-31-2026, 09:41 PM
              1 response
              165 views
              1 like
              Last Post NinjaTrader_ChelseaB  
              Started by CarlTrading, 04-01-2026, 02:41 AM
              0 responses
              100 views
              1 like
              Last Post CarlTrading  
              Started by CaptainJack, 03-31-2026, 11:44 PM
              0 responses
              160 views
              2 likes
              Last Post CaptainJack  
              Working...
              X