I’m working on developing a custom indicator for NinjaTrader that calculates the percentage of stocks trading above the VWAP (Volume Weighted Average Price) for various indices (DJIA, NASDAQ, AXRC, NYSE). I’ve encountered a problem related to the symbols and data series required for this indicator.
- USI:PCTABOVEVWAP.DJ for DJIA
Here is the script I’ve created so far: https://docs.google.com/document/d/1bR-8m69-pTtoFowr383oqyJEDcm5Vmd_f8IqzTsrbDA/edit?usp=sharing
Could anyone provide guidance on how I can address this issue?
For reference, here is a TradingView script: TradingView Script for Percentage Above VWAP

Comment