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 funk10101, Today, 12:02 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by GLFX005, Today, 03:23 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by nandhumca, Yesterday, 03:41 PM
    1 response
    13 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by The_Sec, Yesterday, 03:37 PM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by vecnopus, Today, 06:15 AM
    0 responses
    1 view
    0 likes
    Last Post vecnopus  
    Working...
    X