Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get the chart's period from the chart's dataseries in NT8

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

    Get the chart's period from the chart's dataseries in NT8

    I am converting this indicator from NT7 to NT8. In NT7 I was using

    Bars.Period.Id
    PeriodType.Minute
    Bars.Period.Value

    But now NT8 it gives me error that there is no definitoin for Period.

    What should I use to yeild the same information in NT8 code?

    Thanks

    -Stearno

    #2
    Bars.Period.Id = Bars.BarsPeriod.BarsPeriodType
    PeriodType.Minute = BarsPeriodType.Minute
    Bars.Period.Value = Bars.BarsPeriod.Value


    Originally posted by stearno View Post
    I am converting this indicator from NT7 to NT8. In NT7 I was using

    Bars.Period.Id
    PeriodType.Minute
    Bars.Period.Value

    But now NT8 it gives me error that there is no definitoin for Period.

    What should I use to yeild the same information in NT8 code?

    Thanks

    -Stearno

    Comment


      #3
      Originally posted by Serialcoder View Post
      Bars.Period.Id = Bars.BarsPeriod.BarsPeriodType
      PeriodType.Minute = BarsPeriodType.Minute
      Bars.Period.Value = Bars.BarsPeriod.Value
      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ETFVoyageur, Yesterday, 07:05 PM
      4 responses
      30 views
      0 likes
      Last Post ETFVoyageur  
      Started by JGriff5646, Yesterday, 10:02 PM
      2 responses
      21 views
      0 likes
      Last Post JGriff5646  
      Started by DawnTreader, Today, 05:58 PM
      0 responses
      5 views
      0 likes
      Last Post DawnTreader  
      Started by ntram, Today, 05:39 PM
      0 responses
      5 views
      0 likes
      Last Post ntram
      by ntram
       
      Started by giulyko00, Today, 11:49 AM
      2 responses
      12 views
      0 likes
      Last Post giulyko00  
      Working...
      X