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 jerrod.davenport, Today, 06:02 PM
      0 responses
      5 views
      0 likes
      Last Post jerrod.davenport  
      Started by Playdc, Today, 05:34 PM
      0 responses
      6 views
      0 likes
      Last Post Playdc
      by Playdc
       
      Started by Playdc, Today, 05:25 PM
      0 responses
      6 views
      0 likes
      Last Post Playdc
      by Playdc
       
      Started by bicou, Today, 03:24 PM
      2 responses
      8 views
      0 likes
      Last Post bicou
      by bicou
       
      Started by tyogi, Today, 03:26 PM
      1 response
      11 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Working...
      X