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

TimeConversion via TimeZoneInfo

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

    TimeConversion via TimeZoneInfo

    I tried - without success -to access TimeZoneInfo class via Using System.Core to retrieve TimeZones that I would need to convert LocalTime to EasternTime, CentralTime etc. (also taking into account different starting dates for Daylight Saving Time)

    Would you have any hint how to tackle time conversion?

    #2
    Unfortunately this is beyond the level we can support. Have you checked out the MSDN article on the TimeZoneInfo class? http://msdn2.microsoft.com/en-us/lib...ezoneinfo.aspx
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Accessible form NinjaScript?

      Yes, I have read it.

      My main question is, whether access of System.Core is possible from NinjaScript, because TimeZoneInfo was not recognized.....

      Comment


        #4
        TimeZoneInfo class is on .NET 3.5. NinjaTrader is on .NET 2.0 so you will need to use the TimeZone class instead. You may also find some things you like within the System.Globalization namespace
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Thanks Josh, that answers my question.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by cls71, Today, 04:45 AM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by TradeForge, Today, 02:09 AM
          1 response
          22 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by elirion, Today, 01:36 AM
          2 responses
          13 views
          0 likes
          Last Post elirion
          by elirion
           
          Started by DJ888, 04-16-2024, 06:09 PM
          5 responses
          14 views
          0 likes
          Last Post NinjaTrader_Erick  
          Started by samish18, Yesterday, 08:31 AM
          4 responses
          14 views
          0 likes
          Last Post elirion
          by elirion
           
          Working...
          X