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

VWAP with Std Deviations

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

    VWAP with Std Deviations

    I am looking for a way to display the VWAP with 2 standard deviations lines above and below. Much like Bollinger Bands. Any ideas?
    .

    #2
    Hello Joseph Connors,

    Thanks for your post.

    You could call the AddPlot() method in a custom NinjaScript indicator to add plots to the script.

    Then, you would assign the Order Flow VWAP values you want to plot to the plots that you added in the script.

    Note that the OrderFlowVWAP() numStandardDeviations argument determines the number of standard deviations of the VWAP.

    See the help guide documentations below for more information and sample code.

    AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
    OrderFlowVWAP: https://ninjatrader.com/support/help...flow_vwap2.htm
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_BrandonH View Post
      Hello Joseph Connors,

      Thanks for your post.

      You could call the AddPlot() method in a custom NinjaScript indicator to add plots to the script.

      Then, you would assign the Order Flow VWAP values you want to plot to the plots that you added in the script.

      Note that the OrderFlowVWAP() numStandardDeviations argument determines the number of standard deviations of the VWAP.

      See the help guide documentations below for more information and sample code.

      AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
      OrderFlowVWAP: https://ninjatrader.com/support/help...flow_vwap2.htm

      Thanks for your help, but I do not do programming. I was just thinking there was an indicator that would work. There used to exist a large listing of user supplied scripts
      but I can't find it any more. Does that still exist?

      Comment


        #4
        Hello Joseph Connors,

        Thanks for your notes.

        You could consider using the Order Flow VWAP indicator that comes with the purchase of a Lifetime Account Plan or subscription to the Order Flow Tools package in the NinjaTrader Account Dashboard.

        The Order Flow VWAP indicator that NinjaTrader provides as part of the premium Order Flow Tools package could be set to plot 2 standard deviation plots.

        See this NinjaTrader article for more information: https://ninjatrader.com/trading-plat...-flow-trading/

        And, see this help guide page: https://ninjatrader.com/support/help..._flow_vwap.htm
        Brandon H.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_BrandonH View Post
          Hello Joseph Connors,

          Thanks for your notes.

          You could consider using the Order Flow VWAP indicator that comes with the purchase of a Lifetime Account Plan or subscription to the Order Flow Tools package in the NinjaTrader Account Dashboard.

          The Order Flow VWAP indicator that NinjaTrader provides as part of the premium Order Flow Tools package could be set to plot 2 standard deviation plots.

          See this NinjaTrader article for more information: https://ninjatrader.com/trading-plat...-flow-trading/

          And, see this help guide page: https://ninjatrader.com/support/help..._flow_vwap.htm
          Thanks I just found it on a Google search and it is exeactly what I needed! Thank you!

          Comment


            #6
            Originally posted by Joseph Connors View Post

            Thanks I just found it on a Google search and it is exeactly what I needed! Thank you!
            Hi Joseph. Are you stating that you found a third party indicator for VWAP with standard deviations? If so, would you mind informing me how to find that? Thanks.

            Comment


              #7
              Here you have a VWAP indicator
              Attached Files

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by samish18, Today, 11:26 AM
              0 responses
              1 view
              0 likes
              Last Post samish18  
              Started by Trader146, 03-29-2024, 01:22 PM
              2 responses
              14 views
              0 likes
              Last Post Trader146  
              Started by tsantospinto, 04-12-2024, 07:04 PM
              7 responses
              127 views
              0 likes
              Last Post aligator  
              Started by futtrader, 04-21-2024, 01:50 AM
              5 responses
              56 views
              0 likes
              Last Post NinjaTrader_Eduardo  
              Started by PeakTry, Today, 10:49 AM
              0 responses
              2 views
              0 likes
              Last Post PeakTry
              by PeakTry
               
              Working...
              X