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 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