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 NullPointStrategies, Today, 05:17 AM
    0 responses
    52 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    43 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    47 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X