Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Close a position at a certain time of the day

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

    Close a position at a certain time of the day

    Hi

    I would like to know syntax of the action that closes a position.
    My current syntax is the following:

    if ((Position.MarketPosition == MarketPosition.Long)
    && Times[0][0].TimeOfDay >= DateTime.Parse("07:30", System.Globalization.CultureInfo.InvariantCulture) )

    If the text above is true I want the order to be closed.

    Thanks in advance


    #2
    Hello henryd333,

    Thank you for the post.

    To close a position you would need to submit an order which brings you back to flat. If you are long you could submit an ExitLong order to become flat.



    Please let me know if I may be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    173 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    90 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    129 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    208 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    186 views
    0 likes
    Last Post CarlTrading  
    Working...
    X