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 Ticks_66, Today, 09:50 AM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Aquila_Welokk, 04-29-2024, 01:14 PM
    1 response
    18 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
    3 responses
    21 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by burtoninlondon, Today, 10:13 AM
    0 responses
    12 views
    0 likes
    Last Post burtoninlondon  
    Started by geotrades1, 04-29-2024, 02:11 PM
    1 response
    25 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X