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 usazencort, Today, 01:16 AM
    0 responses
    1 view
    0 likes
    Last Post usazencort  
    Started by kaywai, 09-01-2023, 08:44 PM
    5 responses
    603 views
    0 likes
    Last Post NinjaTrader_Jason  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    6 responses
    22 views
    0 likes
    Last Post xiinteractive  
    Started by Pattontje, Yesterday, 02:10 PM
    2 responses
    21 views
    0 likes
    Last Post Pattontje  
    Started by flybuzz, 04-21-2024, 04:07 PM
    17 responses
    230 views
    0 likes
    Last Post TradingLoss  
    Working...
    X