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

simple delta indicator

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

    simple delta indicator

    Is there a indicator, which is calculated as follows:

    Delta = ask volume - bid volume

    (no cumulate)

    Thanks

    #2
    patus1986,

    I am not sure if one has already been created, but you can for sure make this indicator through custom programming. You can try searching in the File Sharing section first. Otherwise it is just a matter of doing the math you want.

    Code:
    double Delta = GetCurrentAskVolume() - GetCurrentBidVolume();
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by FishTrade, Today, 03:42 PM
    0 responses
    1 view
    0 likes
    Last Post FishTrade  
    Started by Richozzy38, Today, 01:06 PM
    3 responses
    14 views
    0 likes
    Last Post Richozzy38  
    Started by ttrader23, Today, 09:04 AM
    2 responses
    10 views
    0 likes
    Last Post ttrader23  
    Started by geotrades1, Today, 07:54 AM
    10 responses
    26 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by ninza33, Yesterday, 12:31 PM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Working...
    X