Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Opposite Trade

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

    Opposite Trade

    Dear NT,

    I've designed a relatively easy strategy.
    Let's say:

    Close0 >Close1, Enter Long
    Close0 < Close1, Enter Short

    If I enter long it will auto close out my short (if exists).

    How can I do the opposite to this?

    I've reverse engineered this strategy (below) and I get different execution times, which doesn't make sense as to me that is the complete inverse of the first strategy.

    Close0 >Close1, Enter Short
    Close0 < Close1, Enter Long

    If I wanted to do the complete opposite trade, is there a function in NT where it allows me to do so?

    Cheers,

    Z

    #2
    Hello Zhorny,

    With the logic here, your script would exit any long position and enter a short position if the close of the current bar is less than the close of the previous bar. It would also exit any short position and enter a long position if the close of the current bar is greater than the close of the previous bar.

    The script would likely flip back and forth from a short position to a long position repeatedly.

    I am not quite sure what you are asking when you say "If I wanted to do the complete opposite trade".

    Are you wanting a long position if the close of the current bar is less than the close of the previous bar?
    If so, just change the greater than and less than symbols in your logic.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    333 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    211 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    196 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    287 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    244 views
    0 likes
    Last Post CarlTrading  
    Working...
    X