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 claxxical, 05-30-2017, 12:30 PM
      37 responses
      4,452 views
      0 likes
      Last Post Padan
      by Padan
       
      Started by SugarDefwebsite, Today, 02:18 AM
      0 responses
      3 views
      0 likes
      Last Post SugarDefwebsite  
      Started by usglucofreeze, Today, 01:19 AM
      0 responses
      7 views
      0 likes
      Last Post usglucofreeze  
      Started by f.saeidi, Today, 01:12 AM
      0 responses
      11 views
      0 likes
      Last Post f.saeidi  
      Started by NinjaTrader_ChelseaB, 03-14-2017, 10:17 AM
      227 responses
      34,319 views
      7 likes
      Last Post rare312
      by rare312
       
      Working...
      X