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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        43 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        25 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        163 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        98 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        158 views
        2 likes
        Last Post CaptainJack  
        Working...
        X