Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

need help with simple strategy

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

    need help with simple strategy

    I want to program simple strategy,
    for example Close[0]=1,

    i need to have long order if the price goes below 0.75
    and short order if the price go above 1.25 (for the next bar)

    I would enter
    EnterLongLimit(1, 0.75)
    EnterShortLimit(1, 1.25)

    Because NT unable to handle these orders alltogether is there another way to achieve the same functionality?
    Last edited by mike8943; 07-17-2008, 08:22 AM.

    #2
    Two separate strategies or simulate your own orders where if the price == 0.75 call EnterLong().
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    633 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X