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

why do i get The calculation results in unrenderable values.

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

    why do i get The calculation results in unrenderable values.

    why do I get this error and where and how to fix it?
    Indicator 'PullbackBounce': Error on calling 'CalculateMinMax' method on bar 419: The calculation results in unrenderable values.
    I plot using 5 minute chart on aud.usd
    Attached Files

    #2
    Hello,

    Thank you for the post.

    I took a look at the script and can see you are using double.NaN in various places. I tried tracing where the was being used in the logic, but without debugging I could not say where this is being used in plotting. Replacing the double.NaN with 0 seems to prevent the error so it seems to be related to this logic. This does change the overall logic, so for this you would likely need to trace which specific part of the logic causes the exception to show and check what values are used at that point.

    The error would suggest an invalid value is being passed to a plot or one of the drawing objects being used. If you reduce the code to find the exception line, we could look at that syntax and situation further.



    I look forward to being of further assistance.
    Last edited by NinjaTrader_Jesse; 01-12-2018, 08:18 AM.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ZenCortexCLICK, Today, 04:58 AM
    0 responses
    1 view
    0 likes
    Last Post ZenCortexCLICK  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    172 responses
    2,279 views
    0 likes
    Last Post sidlercom80  
    Started by Irukandji, Yesterday, 02:53 AM
    2 responses
    17 views
    0 likes
    Last Post Irukandji  
    Started by adeelshahzad, Today, 03:54 AM
    0 responses
    4 views
    0 likes
    Last Post adeelshahzad  
    Started by Barry Milan, Yesterday, 10:35 PM
    3 responses
    13 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X