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 ageeholdings, 05-01-2024, 05:22 AM
        5 responses
        33 views
        0 likes
        Last Post ageeholdings  
        Started by reynoldsn, Today, 02:34 PM
        0 responses
        6 views
        0 likes
        Last Post reynoldsn  
        Started by nightstalker, Today, 02:05 PM
        0 responses
        10 views
        0 likes
        Last Post nightstalker  
        Started by llanqui, Yesterday, 09:59 AM
        8 responses
        29 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by quicksandatl, Today, 01:39 PM
        1 response
        6 views
        0 likes
        Last Post quicksandatl  
        Working...
        X