Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Bars.Period.Id

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

    Bars.Period.Id

    Hi,
    I'm trying to store the value of Bars.Period.Id in a variable.

    When I print it I get MInute, Tick, or whatever the current value is, but I can't store it.

    for example:

    Type = Bars.Period.Id (Type is a string varible) or
    Tppe = (string)Bars.Period.Id

    I get "Cannot convert type 'NInja Trader.Data.PeriodType" to 'string'

    ANy thoughts?

    #2
    Use the .ToString() method.
    Type = Bars.Period.Id.ToString()
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks Josh.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by knowmad, Today, 03:52 AM
      0 responses
      17 views
      0 likes
      Last Post knowmad
      by knowmad
       
      Started by tradingnasdaqprueba, Today, 03:42 AM
      0 responses
      12 views
      0 likes
      Last Post tradingnasdaqprueba  
      Started by Haiasi, 04-25-2024, 06:53 PM
      4 responses
      63 views
      0 likes
      Last Post effraenk  
      Started by ccbiasi, 11-23-2017, 06:06 AM
      5 responses
      2,213 views
      0 likes
      Last Post leodavis  
      Started by kujista, Yesterday, 12:39 AM
      2 responses
      14 views
      0 likes
      Last Post kujista
      by kujista
       
      Working...
      X