Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

LowestBar

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

    LowestBar

    my chart has 1000 volume bars and a 1 tick series in the background.

    How can I find the LowestBar in a Volume 1000 series while processing a 1 tick series.

    I found this https://forum.ninjatrader.com/forum/...ick#post582336 but is there a better way?

    Last edited by dibDab; 03-08-2023, 07:46 AM.

    #2
    Hello, thanks for writing in. The LowestBar method can be used for this:

    if(BarsInProgress == 0) //primary 1000 Volume series
    int lowestBar = LowestBar(Lows[0], Bars.BarsSinceNewTradingDay);

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    336 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    211 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    196 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    288 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    245 views
    0 likes
    Last Post CarlTrading  
    Working...
    X