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 CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    52 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    31 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    194 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    355 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    274 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X