Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Scaling some data

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

    Scaling some data

    What is the easiest way to scale data? For example I want to have volume data divided by 10 and be displayed that way by different indicators.

    #2
    Hello mat1i,

    I think you would need to create an indicator that calls the volume, divides this by ten, and then sets the value to a plot that can be used as the input series in other indicators or used in strategies.

    Below is a link to a post with helpful information about getting started with NinjaScript.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      I thought about some easiest and fastest solution. It should be something. Even in Level II properties is a option "Size divided by 100 (stocks only)". I am looking something like that on volume on chart.

      Comment


        #4
        Hello mat1i,

        This would be possible to create.

        You can use the OnMarketDepth method in an indicator and for each volume amount divide this by 100 and then plot this in a plot.

        Below is a publicly available link to the help guide on OnMarketDepth.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        169 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        88 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        128 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        208 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        185 views
        0 likes
        Last Post CarlTrading  
        Working...
        X