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 bortz, 11-06-2023, 08:04 AM
      47 responses
      1,605 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      8 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      18 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      4 views
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      13 views
      0 likes
      Last Post Javierw.ok  
      Working...
      X