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 CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        256 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        166 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        170 views
        1 like
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        253 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        203 views
        0 likes
        Last Post CarlTrading  
        Working...
        X