Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Range Chart Low[] Series Problem

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

    Range Chart Low[] Series Problem

    Hi,

    I'm using a 6 range chart and the plotted values of high and low for the current bar do not match the values I am printing out on the output window using High[0] and Low[0].

    this is my code

    if(CurrentBar==Count-1) {
    double mDir0 = EMA(Close, 15)[0];
    double mDir1 = EMA(Close, 15)[1];
    double mDir2 = EMA(Close, 15)[2];

    Print("ema2="+mDir2.ToString()+"ema1="+mDir0.ToStr ing()+",
    ema0="+mDir1.ToString()+", low="+Low[0].ToString()+", "+(Low[0]+
    (chartRange*TickSize)).ToString()+", high="+High[0].ToString()+", "+(High[0]-
    (chartRange*TickSize)).ToString());
    }

    at different times the printed values of high and low will (seemingly) randomly be equal to what is plotted on the range chart or different, I can't see a pattern, although it seems to be worse just after a new bar is started. I cannot see the pattern.

    Any suggestions?

    Thanks,
    Will.

    #2
    Please ignore this post I found the problem. I had added another data series in Initialise() that I forgot about.

    Comment


      #3
      No worries, thanks for the update Will.
      BertrandNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Shansen, 08-30-2019, 10:18 PM
      24 responses
      938 views
      0 likes
      Last Post spwizard  
      Started by Max238, Today, 01:28 AM
      0 responses
      3 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by rocketman7, Today, 01:00 AM
      0 responses
      2 views
      0 likes
      Last Post rocketman7  
      Started by wzgy0920, 04-20-2024, 06:09 PM
      2 responses
      27 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, 02-22-2024, 01:11 AM
      5 responses
      32 views
      0 likes
      Last Post wzgy0920  
      Working...
      X