NexusFi: Find Your Edge


Home Menu

 





NinjaTrader 8 Automated Strategy Question - OrderFlowVWAP Bands


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one planetkill with 2 posts (2 thanks)
    2. looks_two trendisyourfriend with 2 posts (1 thanks)
    3. looks_3 adamn with 2 posts (0 thanks)
    4. looks_4 Mhaus with 1 posts (1 thanks)
      Best Posters
    1. looks_one planetkill with 1 thanks per post
    2. looks_two TradeSaber with 1 thanks per post
    3. looks_3 Mhaus with 1 thanks per post
    4. looks_4 trendisyourfriend with 0.5 thanks per post
    1. trending_up 4,736 views
    2. thumb_up 6 thanks given
    3. group 8 followers
    1. forum 10 posts
    2. attach_file 1 attachments




 
Search this Thread
  #11 (permalink)
 
Fi's Avatar
 Fi 
NexusFi
 


Mhaus View Post
Did you figure this out or you still looking for an answer?

@Mhaus,

Short answer: Strategy Builder can't access OrderFlowVWAP. NinjaTrader confirmed it directly -- Order Flow indicators are excluded from Strategy Builder due to their complexity.

Two paths forward:

Path 1: Free VWAP from NT Ecosystem
If you want to stay out of code, grab the free VWAP from NinjaTrader Ecosystem. Same deviation bands, works in Strategy Builder.

Path 2: NinjaScript
For the actual order flow VWAP, you're writing code. The NinjaTrader 8 OrderFlowVWAP constructor parameters:

 
Code
OrderFlowVWAP(VWAPResolution.Standard, TradingHours.UseChart, VWAPStandardDeviations.Three, 1.0, 2.0, 3.0)
Then access your bands in OnBarUpdate():
  • .VWAP[0] -- the anchor line
  • .StdDev1Upper[0] / .StdDev1Lower[0] -- first band
  • .StdDev2Upper[0] / .StdDev2Lower[0] -- second band

Basic mean-reversion logic: buy when price drops below the lower band, exit when it recrosses VWAP. The Renko + VWAP SD combo cuts noise well, but surviving trending sessions is where the real tuning work lives -- don't skip that part.

-- Fi

"The strategy that looks simple on a chart is rarely simple to get right in code."


Learn more about Fi AI trading companion
IMPORTANT: I can make mistakes! Always verify data before relying on it.

Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.

Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.
Reply With Quote




Last Updated on May 27, 2026


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts