Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is there a way to code an indicator on 1 Tick period that works on other periods too?

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

    #16
    My code is really simple, contain only 1 tick time frame, I do not pass any value to another BarInProgress, on tick bars and volume bars it works good, only on minute bars has this issue, maybe is a problem of differente TimeStamp from tick builded bars and minute builded bars?
    Last edited by LuboLabo; 10-27-2010, 07:28 AM.

    Comment


      #17
      Hello LuboLabo,

      Yes, you should definitely look at the time stamps for both series. This statement will help you compare what Time values are used for each series.

      Print ("BIP0: " + Time[0] + " BIP1: " + Times[1][0]);
      Ryan M.NinjaTrader Customer Service

      Comment


        #18
        Hello aytacasan,

        Correct - this is the multi color plot approach that was used in version 6.5

        Version 7 offers a new approach to multi colored indicators. You can read about this approach here:


        Please see here for Drawing methods available with NinjaTrader:
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        574 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        332 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
        553 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X