Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Consectutive Bar Counter

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

    Consectutive Bar Counter

    Would anyone be able to help me with a trigger that would enter based upon a number of consecutive green or red bars?

    #2
    Hello Rogue_Two,

    If you are creating this in the Strategy Builder you would need to create multiple conditions in the condition set using bars ago indexes.

    Compare the Price -> Close with 0 bars ago to be greater than the Price -> Open with 0 bars ago for the first condition.
    Compare the Price -> Close with 1 bars ago to be greater than the Price -> Open with 1 bars ago for the first condition.
    etc. continuing for the number of bars you would like to check on each update.

    Below is a public link to a forum post with helpful information about getting started with NinjaScript. Please take a look at the Strategy Builder 301 training video linked in this post.


    If you wanted to be able to choose the number of bars from an input this would require unlocking the script and using a loop.

    Below is a public link to a 3rd party education site that demonstrates how to use a for loop.
    Iterate over numbers with for. Increment or decrement an index int from a start to an end value.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by f.saeidi, Today, 08:01 PM
    0 responses
    1 view
    0 likes
    Last Post f.saeidi  
    Started by Rapine Heihei, Today, 07:51 PM
    0 responses
    3 views
    0 likes
    Last Post Rapine Heihei  
    Started by frslvr, 04-11-2024, 07:26 AM
    5 responses
    96 views
    1 like
    Last Post caryc123  
    Started by algospoke, 04-17-2024, 06:40 PM
    6 responses
    49 views
    0 likes
    Last Post algospoke  
    Started by arvidvanstaey, Today, 02:19 PM
    4 responses
    11 views
    0 likes
    Last Post arvidvanstaey  
    Working...
    X