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

Buy/Sell Volume for Swing Indicatror

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

    Buy/Sell Volume for Swing Indicatror

    Hello,

    help with the code, please. How to make a Buy/Sell volume oscillator based on the Swing indicator?
    Buy and Sell volume ( BuySellVolume Indicator) is accumulated for each leg of Swing indicator. Accordingly, the oscillator is likely to be inverse.


    regards,

    #2
    Hello zhiga,

    Below is a link to a forum post with helpful information about getting started with NinjaScript.


    Also, below is a link to the help guide on calling the BuySellVolume() indicator.



    Where are you currently in developing the script?
    Are you stuck at a specific point?

    You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_ChelseaB View Post
      Hello zhiga,

      Below is a link to a forum post with helpful information about getting started with NinjaScript.


      Also, below is a link to the help guide on calling the BuySellVolume() indicator.



      Where are you currently in developing the script?
      Are you stuck at a specific point?

      You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.
      Hello,
      Thank you.
      How can I make the BuySellVolume indicator with 5-minute interval settings on a non-time chart (tick, volumes, etc.) ?

      Comment


        #4
        Hello zhiga,

        It is possible to add a series with AddDataSeries() and use the added series as the input series for an indicator call (the Input series overload parameter in the help guide linked from my previous post).

        You would need to call the indicator and copy the plot value to a plot in the host indicator (including while the primary series is updating if the plot is not set).

        Below is a link to the reference sample in the Help Guide that demonstrates calling an indicator with a secondary series.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by andrewtrades, Today, 04:57 PM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        3 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        436 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        7 views
        0 likes
        Last Post FAQtrader  
        Started by rocketman7, Today, 09:41 AM
        5 responses
        19 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X