Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Market Activity Indicator / Buy Pressure Formula needed

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

    Market Activity Indicator / Buy Pressure Formula needed

    I have a list of the buy volume size and the involved order count. Now i'd like to calculate an index for the current buy pressure for each row to reflect the increase or decrease of the activity.

    The list itself will be updated with additional rows on each tick.

    Code:
    Volume;Count
    51;141
    49;146
    50;154
    52;158
    50;158
    52;168
    54;172
    55;178
    56;181
    58;197
    57;202
    58;216
    54;216
    51;223
    50;225
    49;232
    72;236
    70;239
    71;258
    70;274
    65;288
    61;291
    63;295
    60;309
    61;311
    62;315
    63;321
    62;322
    63;325
    64;327
    68;337
    67;357
    68;358
    110;357
    115;361
    114;361
    113;383
    111;383
    110;383
    95;359
    91;359
    80;354
    79;356
    80;360

    #2
    Hello endeffects,

    Thank you for your post.

    You can find an example of calculating Buy and Sell Pressure under the Control Center > New > NinjaScript Editor > Indicators list with the BuySellPressure.

    Please let me know if you have any questions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    4 views
    0 likes
    Last Post Javierw.ok  
    Started by timmbbo, Today, 08:59 AM
    2 responses
    10 views
    0 likes
    Last Post bltdavid  
    Started by alifarahani, Today, 09:40 AM
    6 responses
    40 views
    0 likes
    Last Post alifarahani  
    Started by Waxavi, Today, 02:10 AM
    1 response
    18 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Kaledus, Today, 01:29 PM
    5 responses
    15 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X