Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiframe Highs/Lows

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

    Multiframe Highs/Lows

    Actually I have a very simple problem, but I can't work it out.
    I just need to get the High values for 3 different timeframes, so I wrote:

    Add(PeriodType.Minute, 15);
    Add(PeriodType.Minute, 30);
    Add(PeriodType.Minute, 60);

    Add (High);

    Why do I get an error ?

    #2
    Hello Mauripasto,

    Thank you for your post.

    You would not use "Add()" to add the high, you already added the needed data via the 15, 30, and 60 minute series. So you would call the high via Highs. Please visit the following link for more information: http://www.ninjatrader.com/support/h.../nt7/highs.htm

    Please let me know if I may be of further assistance.

    Comment


      #3
      Now it works, thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by elirion, Today, 01:36 AM
      0 responses
      1 view
      0 likes
      Last Post elirion
      by elirion
       
      Started by gentlebenthebear, Today, 01:30 AM
      0 responses
      2 views
      0 likes
      Last Post gentlebenthebear  
      Started by samish18, Yesterday, 08:31 AM
      2 responses
      9 views
      0 likes
      Last Post elirion
      by elirion
       
      Started by Mestor, 03-10-2023, 01:50 AM
      16 responses
      389 views
      0 likes
      Last Post z.franck  
      Started by rtwave, 04-12-2024, 09:30 AM
      4 responses
      31 views
      0 likes
      Last Post rtwave
      by rtwave
       
      Working...
      X