Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

close > open = EnterLong

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

    close > open = EnterLong

    Hello,


    Who can help me please.

    Where can I find the strategy for a bar chart,
    for the following rule.

    close > open = EnterLong next bar at high

    close < open = EnterShort next bar at low



    Thanks

    #2
    Hello daxtrader,

    I am not aware of an existing strategy with this logic.

    However, I would encourage you to attempt to create this using the Strategy Wizard in NinjaTrader.

    In the Conditions and Actions add a new condition.
    On the left select Price data -> Close, on the right select Price data -> Open, in the center, as the operator, select greater than '>'.
    Click OK.
    Add a new Action.
    Select Order management -> Enter long position.
    Click OK.

    Select Set 2.
    Add a new condition.
    On the left select Price data -> Close, on the right select Price data -> Open, in the center select less than '<'.
    Click OK.
    Add a new Action.
    Select Order management -> Enter short position.
    Click OK.

    Below is a link to a training video that demonstrates using the Strategy Wizard with NinjaTrader 7.


    Also a link to general information about getting started making scripts.


    You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    52 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    142 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    276 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X