Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Req: Access to number of historical bars processing

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

    Req: Access to number of historical bars processing

    Enhancement Request:

    Allowing access to the number of total bars expected to be processed would be another advanced technique that could be found useful to many programmers. This would allow us to add heavier weighting as we approach the current bar via a simple array.

    ie:

    Code:
    private int totalbars = 0;
    private double weight = 0.0;
    Initialize() {
    
    totalbars = NumBarsToProcess();
    
    }
    
    OnBarUpdate() {
    
    weight =  (totalbars - currentbar ) / .25 ;
    }

    #2
    Please consult the docs: http://www.ninjatrader-support.com/H...eV6/Count.html

    Comment


      #3
      Again - Thanks for helping out.

      This is exactly what I needed. It was missed in another thread as a possiblity, so I opened up an enhancement needlessly.

      Thanks

      Matt

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ScottW, Today, 06:09 PM
      0 responses
      1 view
      0 likes
      Last Post ScottW
      by ScottW
       
      Started by Board game geek, 10-29-2023, 12:00 PM
      14 responses
      244 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Waxavi, 04-19-2024, 02:10 AM
      4 responses
      55 views
      0 likes
      Last Post sonia0101  
      Started by cmtjoancolmenero, Today, 03:58 PM
      0 responses
      9 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by Segwin, 05-07-2018, 02:15 PM
      11 responses
      1,777 views
      0 likes
      Last Post aligator  
      Working...
      X