Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Variable rounded

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

    Variable rounded

    I coded the attached indicator which has two inputs, Upper and Lower, each set to .03. When applied to a chart, the indicator window shows them at that value.

    But the indicator doesn't work. To debug, I print the values to the Output Window which shows that both upper and lower or Upper and Lower are rounded to 1 -- which throws everything out of range.

    I'm pretty sure that the double data type allows for the .03.

    What's changing this?

    ALSO: My square now print in the price window. Is there a way to make them print in the MACD window?

    Thanks.
    Attached Files

    #2
    Two things:

    1. Your public variables in the properties section are ints not doubles.

    2. You have "Math.Max(1, value)" in the properties section which will always round the number up to at least 1.

    The other problem:

    All draw objects will output to the price window unless you specify 'DrawOnPricePanel' to false in Initialize() (as I mentioned earlier).
    Last edited by Gumphrie; 08-02-2007, 04:52 PM.

    Comment


      #3
      Thanks. The Math.Max setting was done automatically by the NinjaTrader code generator. But I changed the settings of those and the function works fine.

      Thanks also for the panel info. I must have missed it in your posts to others.

      Thanks so much.

      Comment


        #4
        The wizard does allow you to set a "double" type input instead of integer.
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        559 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        546 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X