Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to count the H1 period of a specified date?

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

    How to count the H1 period of a specified date?

    I want to ask: How to count the H1 period of a specified date?

    My approach is:
    local A=core.dateToTable(core.now());--Today's date
    local B=A.year+1;--Date one year ago,year value
    --Count the number between B and A of H1 period,I won't write the next

    Can you teach me?thank you!

    jiofi.local.html
    192.168.8.1
    internal ips range
    Last edited by aadesh16; 01-14-2021, 01:40 AM.

    #2
    Hello aadesh16,

    Thank you for your post.

    Please see the attached example script that demonstrates how to calculate the number of hourly bars that have occurred between two time periods.

    In the example script, we add a 60-minute data series using AddDataSeries. We check if the script is processing the added data series by checking if BarsInProgress == 1. Then, we use BarsArray[1].GetBar() to get a value that represents an absolute bar index value for a specified date and save it to an int variable called barsAgo. Finally, we subtract the CurrentBar from our barsAgo variable to count the number of hourly bars that have occurred since the date that was specified.

    See the help guide documentation below for more information.
    AddDataSeries - https://ninjatrader.com/support/help...dataseries.htm
    BarsInProgress - https://ninjatrader.com/support/help...inprogress.htm
    BarsArray - https://ninjatrader.com/support/help.../barsarray.htm
    GetBar - https://ninjatrader.com/support/help...nt8/getbar.htm

    Let us know if we may assist further.
    Attached Files
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    585 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    340 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X