Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

I want to modify bollinger indicator. Are these instructions valid?

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

    I want to modify bollinger indicator. Are these instructions valid?


    Hello,
    I want to do basically the same thing as it is written in this thread. https://ninjatrader.com/support/foru...-based-on-vwma
    Creating a bollinger band using VWMA, as opposed to SMA, basically a rolling VWAP and std dev bands.

    I've checked, that new NT8 Bollinger script has much more code lines. Are there aditional modifications that need to be done? Also, would prefer to have 2 indicators, one original bollinger and the other modified. Is it possible to get help there?
    Last edited by NinjaTrader_ChelseaB; 10-03-2021, 04:59 PM.

    #2
    Hello mangustas,

    Welcome to the NinjaTrader forums!

    The modification would be different.
    In the copy indicator, on line 57 change:
    sma = SMA(Period);
    to
    sma = VWMA(Period);

    You can also add other indicator calls if you would like.


    Below I am providing a link to a forum post with helpful information about getting started with NinjaScript and C#.

    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello Chelsea,

      Thank you for replying so fast!

      Now the trouble is that I dont have access to ninjascript editor. I've tried changing the line mentioned via notepad++, but got "You have Custom Ninjascript Files on your PC that have programming errors. These Errors must be resolved before you can import a Ninjascript Archive File new indicator"

      Is there a way to I could modify/copy and modify without ninjascript?

      Comment


        #4
        Hello mangustas,

        The NinjaScript Editor can be found at the bottom of the New menu when using a Simulation only, Lease, or Lifetime live licenses but cannot be used with the Free live license. Contact platformsupport [at] ninjatrader [dot] if you would like to obtain the Simulation Only license.

        You will need to make the copy of the script in the NinjaScript Editor and then modify the copy.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        574 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        332 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        553 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X