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 JoMoon2024, Today, 06:56 AM
      0 responses
      2 views
      0 likes
      Last Post JoMoon2024  
      Started by Haiasi, 04-25-2024, 06:53 PM
      2 responses
      17 views
      0 likes
      Last Post Massinisa  
      Started by Creamers, Today, 05:32 AM
      0 responses
      5 views
      0 likes
      Last Post Creamers  
      Started by Segwin, 05-07-2018, 02:15 PM
      12 responses
      1,786 views
      0 likes
      Last Post Leafcutter  
      Started by poplagelu, Today, 05:00 AM
      0 responses
      3 views
      0 likes
      Last Post poplagelu  
      Working...
      X