Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Close position - Multiple events

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

    Close position - Multiple events

    Please excuse a newbie question: I am trying to close a position based on one of either of two events occurring. How do I code this?


    // Condition set 2
    if (CrossBelow(LinRegSlope(8).LRSlope, MyInput0, 1))

    {
    ExitLong(
    "", "");
    }


    2nd event to possibly occur would be:

    if (CrossBelow(Typical, CalculateValueArea(false, 8, 30, 0.7, "VWTPO", 6.75).VAt, 1)



    If either event occurs, I would like the long position to be closed. No further orders should be placed other than to close the position. Should this be in the same condition set or a new condition? A little confused right now. If someone could show how to do the code, it would be greatly appreciated. Thanks in advance!

    #2
    Two separate sets. The code will evaluate the first one first. Then it will evaluate the second.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Shansen, 08-30-2019, 10:18 PM
    24 responses
    938 views
    0 likes
    Last Post spwizard  
    Started by Max238, Today, 01:28 AM
    0 responses
    3 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by rocketman7, Today, 01:00 AM
    0 responses
    2 views
    0 likes
    Last Post rocketman7  
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    27 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Working...
    X