Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ShareServices.StockTwits.Sentiment.Bearish

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

    ShareServices.StockTwits.Sentiment.Bearish

    How would you create a enum for Stocktwits bullish or bearish
    ShareServices.StockTwits.Sentiment.Bullish
    ShareServices.StockTwits.Sentiment.Bearish

    #2
    Hello ballboy11,

    Are these two different stocktwits addresses?

    Below is a link to an example of using enums.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Yes those are 2 addresses for stocktwits for some reason I was getting compiling errors.
      I removed the object for the time being

      Comment


        #4
        Hello ballboy11,

        If you are getting errors, please let us know what the errors are.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          I cannot compile using this line of code

          if(bBearish == false)
          Share("StockTwits", "Test", Core.Globals.UserDataDir+ "MyScreenshot.png", new object[]{ ShareServices.StockTwits.Sentiment.Bearish });
          else
          Share("StockTwits", "Test, Core.Globals.UserDataDir+ "MyScreenshot.png", new object[]{ ShareServices.StockTwits.Sentiment.Bullish });

          BUT

          /if(bBearish== false)
          Share("StockTwits", sReportName, Core.Globals.UserDataDir+ "MyScreenshot.png");
          /else
          Share("StockTwits", sReportName, Core.Globals.UserDataDir+ "MyScreenshot.png");

          Will worked Compiled
          Attached Files

          Comment


            #6
            Hello ballboy11,

            Try opening the NinjaScript Editor from the New menu and compiling this script.

            Compile errors will appear in orange at the bottom of the window.
            Chelsea B.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            670 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            379 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            111 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            575 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            582 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X