Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Skip bars on chat drawing

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

    Skip bars on chat drawing

    Some times with Google or Yahoo data free provider, NinjaTrader gets invalid day data with volume value in 0. How I can skip that bar and avoid bar draw on chart by code. I know that I can mark data on historical windows as exclude, but I need do this using code.

    #2
    Hello,

    Generally rather than trying to handle this in code it would be best to not get the zero at all as data. This can be accomplished using the bad tick filter in the Tools -> Options -> Market Data tab. The option is called "Filter bad ticks" and has a property below it for the % off market to look for.

    In code a zero bar would be reported as zero and could be handled by checking if the bars price is zero. This would still result in having the zero bar though.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Thanks, but in those market data price is not spike as this function looking for. On those data wrong value is value equal 0. So is there another way to filter this readings?

      Comment


        #4
        Hello,

        Thanks for posting.

        The Filter Bad Ticks feature should also apply to Volume. Since 0 would be far away from an expected value, the filter should still work as expected. What setting was entered for Filter Bad Ticks when you see this behavior?
        Drew O.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by algospoke, Yesterday, 06:40 PM
        2 responses
        19 views
        0 likes
        Last Post algospoke  
        Started by ghoul, Today, 06:02 PM
        3 responses
        14 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by jeronymite, 04-12-2024, 04:26 PM
        3 responses
        45 views
        0 likes
        Last Post jeronymite  
        Started by Barry Milan, Yesterday, 10:35 PM
        7 responses
        21 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by AttiM, 02-14-2024, 05:20 PM
        10 responses
        181 views
        0 likes
        Last Post jeronymite  
        Working...
        X