Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bollinger bands based on VWMA

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

    Bollinger bands based on VWMA

    this must be simple to build, but I dont know how. Just a bollinger band using VWMA, as opposed to SMA.

    Basically a rolling VWAP.

    Any help would be great, new at coding here.

    #2
    Hello,

    Thanks for the forum post and welcome to the NinjaTrader support forum.

    Simply edit the bollinger band indicator. Control Center->Tools->Edit NinjaScript->Indicator.

    Then right click on the test and select Save As. Give it your new name.

    THen change line 48

    double smaValue = SMA(Period)[0];

    To

    double smaValue = VWMA(Period)[0];

    Let me know if I can be of further assistance.

    BrettNinjaTrader Product Management

    Comment


      #3
      Thank you very much sir.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      55 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      142 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      160 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      96 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      276 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X