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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    156 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    90 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    140 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    130 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    107 views
    0 likes
    Last Post CarlTrading  
    Working...
    X