Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Volume Buy Sell Momentum Indicator Question

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

    Volume Buy Sell Momentum Indicator Question

    12/7/2023
    Long time reader of the forums, but this is my first contribution. I found this indicator on the B4 forum months ago and loved it. By far one of my favorite. Unfortunetly there was an XML coding error that prevented it from saving in workspaces. At the time I tried to contact the contributor, but […]


    04/27/2024


    This indicator was shared in the Ecosystem and again later in the forum

    When added to a chart there are 3 inputs Parameters, there are for ROC MA, Delta MA, and Avg Delta MA

    But on use in a strategy only the ROC MA parameter appears, the code looks correct and I cannot figure out why the other parameters are not show in the strategy

    Thanks for any help
    DTS

    #2
    Hello DTSSTS,

    Are you asking about using the indicator in the strategy builder? In general none of the indicators parameters will automatically appear in your strategies settings, you would have to make a user input for any settings you wanted to pass to the indicator.

    Comment


      #3
      Yes I did that part as well. The actually indicator did not allow input for the Delta MA and Avg Delta MA

      [NinjaScriptProperty] << was missing from the script below. This fixed the issue.

      The Code now is


      [NinjaScriptProperty]
      [Range(1, int.MaxValue)]
      [Display(Name="Delta MA Length", Order=2, GroupName="Parameters")]
      public int Delta_MA
      { get; set; }

      [NinjaScriptProperty]
      [Range(1, int.MaxValue)]
      [Display(Name="Avg Delta MA Length", Order=3, GroupName="Parameters")]
      public int Avg_Delta_MA
      { get; set; }

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      577 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 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