Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Make "Entries Per Direction" Optimize able

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

    Make "Entries Per Direction" Optimize able

    Im trying to optimize a strategy. How can I make "entries per direction" optimizable?

    #2
    Hello jonbennett.

    Thanks for your question.

    Please consider the following:

    1. Create an integer user defined input for "MaxEntriesPerDirection"
    2. Create a variable to track "EntriesMadeInOneDirection"
    3. In your logic check that your EntriesMadeInOneDirection variable does not exceed MaxEntriesPerDirection in addition to your other entry logic
    4. Then when you enter, increment the EntriesMadeInOneDirection variable.

    You can then set "EntriesPerDirection" to a high value and then you can use your optimizable properties to control EntriesPerDirection.

    Creating User Defined Inputs - https://ninjatrader.com/support/help...d_input_pa.htm

    A publicly available resource on incrementing variables with C# can be found here - https://ninjatrader.com/support/help...d_input_pa.htm

    Another publicly available resource on variable scope can be found here - https://www.tutorialspoint.com/scope...ables-in-chash

    We look forward to assisting.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    87 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    118 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X