Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can you adjust price and tick data that affects indicators?

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

    Can you adjust price and tick data that affects indicators?

    Is it possible to adjust the incoming datafeed somehow so tick data does not have flat spots? What I mean by this is adjust price so it doesn't look like this...

    Code:
           ____
    \___/       \______             ______
                              \______/
    and make it look like this...

    Code:
    /\/\/\        /\/\/
          \/\/\  /
               \/
    It's kind of hard to explain, I can do so with pictures if necessary but hopefully this makes sense, the difference in the second example is there are no flat spots in the price. My datafeed pushes these flat spots through however I need to filter them out, does NT7 support this even if I have to write an indicator or anything along those lines to do so, I also need to make sure whatever solution in place affects the indicators as well, meaning their calculations are based off of what is actually shown with no flat spots. Thanks.

    #2
    Richard, you can presmooth the data that you then feed to your other indicator or strategy calcs, for example to remove outliers you could consider a median filter before processing the data.

    Comment


      #3
      Thanks for the quick response Bertrand. So to clarify as the indicators I am using are standard ones....I would modify the standard indicator to then pull from the price data array, manipulate that in memory for doing my calculations and that will fix the indicator. In regards to actually affecting the price drawn is there a way to do that without writing another indicator that hides the price and plots my own through the use of this indicator? Does NT7 provide a way to actually manipulate the price data or do I need to do something along the lines of what I mention above? Thanks again!

      Comment


        #4
        You're welcome Richard, you would need to manipulate the data in your indicator calcs - there's unfortunately not programmatic access to actually adjusting / editing the raw data stream. You can for example plot your 'cleaned up' price proxy as new price by just setting the raw data plots to transparent.

        Comment


          #5
          Thanks again Bertrand, that's exactly what I'll do. Have a good week.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          90 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          48 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          31 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          34 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          69 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X