Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Size Filter

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

    Size Filter

    How do I create a size filter? For example I can use the default buysellvolume indicator but add code to only show volume that goes through between x-xx.

    #2
    Hello wavestrader,

    Thank you for the question.

    The easiest way to generate syntax for inputs would be to first create a dummy indicator and have the wizard create the inputs for you so that you can copy and paste the code to the other script.

    To do that, you can open the NinjaScript editor and generate a new indicator. When the wizard comes up, give it any name and then go to the "Input Parameters" tab. Click Add and then a window will bring up the possible options for inputs. Likely an int would work for this purpose.

    After making all the inputs you want such as high and low volume inputs, click generate to see the code. Near the bottom of the file there is a Properties region where the new properties code will be. You can remove the dummy indicator after doing this and getting the needed syntax.

    This would give you the inputs, as for how those are used in the logic you would just use the inputs name:

    Code:
    if(Volume[0] > MyInputName)
    We have further reading on this topic here: https://ninjatrader.com/support/help...d_input_pa.htm



    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    160 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    307 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    244 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    348 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    178 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X