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

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 timmbbo, 07-05-2023, 10:21 PM
    3 responses
    150 views
    0 likes
    Last Post grayfrog  
    Started by Lumbeezl, 01-11-2022, 06:50 PM
    30 responses
    804 views
    1 like
    Last Post grayfrog  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Johnny Santiago, 10-11-2019, 09:21 AM
    95 responses
    6,193 views
    0 likes
    Last Post xiinteractive  
    Started by Irukandji, Today, 09:34 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Working...
    X