Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

sell at the first profitable open - is it possible?

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

    sell at the first profitable open - is it possible?

    Hello,

    I am new in NT. I have been searching the forum for selling in the first profitable opening. I can see that NT does not support Sell at Open type of orders, that's ok.

    Is there any trick to sell at the open (or in the first tick) ONLY if you have a profit in that first tick? The trade must be filled in the current bar, not tommorrow.

    Thanks
    Oscar

    #2
    In real-time you can do this. In backtesting you can only sell on the next bar because the signal bar is already closed.

    In real-time you can try:
    Code:
    if (FirstTickOfBar && Bars.FirstBarOfSession)
    Use that to evaluate your profit then submit your sell order. Remember you will have to run CalculateOnBarClose = false to make any intrabar trades.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    2 responses
    19 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by Stanfillirenfro, Today, 07:23 AM
    0 responses
    2 views
    0 likes
    Last Post Stanfillirenfro  
    Started by olisav57, Yesterday, 07:39 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by cocoescala, 10-12-2018, 11:02 PM
    7 responses
    942 views
    0 likes
    Last Post Jquiroz1975  
    Started by oviejo, Today, 12:28 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X