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 pechtri, 06-22-2023, 02:31 AM
      10 responses
      124 views
      0 likes
      Last Post Leeroy_Jenkins  
      Started by judysamnt7, 03-13-2023, 09:11 AM
      4 responses
      59 views
      0 likes
      Last Post DynamicTest  
      Started by ScottWalsh, Yesterday, 06:52 PM
      4 responses
      36 views
      0 likes
      Last Post ScottWalsh  
      Started by olisav57, Yesterday, 07:39 PM
      0 responses
      7 views
      0 likes
      Last Post olisav57  
      Started by trilliantrader, Yesterday, 03:01 PM
      2 responses
      22 views
      0 likes
      Last Post helpwanted  
      Working...
      X