Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Make this reverse work...

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

    Make this reverse work...

    I've attached 4 tabs of the Control Center.

    I'm using NinjaScript to automate a strategy.

    To paraphase my code:

    OnBarUpdate()

    Upon a long signal
    ExitShort()
    EnterLong(1)

    Upon a short signal
    ExitLong()
    EnterShort(1)

    Problem: If the current trade is long 1 contract, then upon a short signal, I end up being short 2 contracts, instead of being short 1 contract. Why? I've attached various tabs from my Control Center.

    I simply want to reverse my position upon each signal.
    Attached Files

    #2
    No need to exit the current position explicitly. Just issue the Enter... method to enter the opposite position and NT internally will close any pending position.

    See SampleMACrossOver strategy

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    86 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    92 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    70 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    87 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    64 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X