Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiframe Highs/Lows

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

  • Mauripasto
    replied
    Now it works, thank you.

    Leave a comment:


  • NinjaTrader_PatrickH
    replied
    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.

    Leave a comment:


  • Mauripasto
    started a topic Multiframe Highs/Lows

    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 ?

Latest Posts

Collapse

Topics Statistics Last Post
Started by haimcn, 03-21-2025, 05:16 PM
2 responses
17 views
0 likes
Last Post haimcn
by haimcn
 
Started by TraderTimmy71, Today, 09:19 AM
1 response
2 views
0 likes
Last Post bltdavid  
Started by celtey, 03-21-2025, 09:46 AM
2 responses
59 views
0 likes
Last Post NinjaTrader_Clayton  
Started by ntcoder256, Today, 07:56 AM
1 response
9 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by Johnny, Yesterday, 12:39 PM
2 responses
18 views
0 likes
Last Post Johnny
by Johnny
 
Working...
X