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

Price change strategy

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

    Price change strategy

    Hi, I've looked all over for the answer and have yet to find anything close so I'm hoping someone can help.

    I'm looking to create a strategy that if price increases by 2 ticks (ie. 1000.00 to 1000.50) the system enters a long position. If the price decreases by 2 ticks the system enters a short position.

    It seems simple enough and I hope that I'm able to clearly explain what I'm looking to do. My experience with Ninjatrader strategies is beginner and I do not have any type of programming language background. I would really appreciate any help to get me going. Thanks!

    #2
    Hi, thanks for posting.

    You would need to save a reference price at some point to refer to it later and see if the later price is 2 ticks higher/lower than the reference price. In a script this would look like: if(Close[0] > ReferencPrice+ TickSize*2). If you are starting out with NinjaScript Strategies, please see these tutorials on using the builder:
    https://ninjatrader.com/support/help...on_builder.htm

    Kind regards,
    -ChrisL
    Last edited by NinjaTrader_ChrisL; 09-08-2021, 07:46 AM.
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Tim-c, Today, 10:58 AM
    0 responses
    1 view
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by traderqz, Yesterday, 09:06 AM
    3 responses
    21 views
    0 likes
    Last Post NinjaTrader_ThomasC  
    Started by f.saeidi, Today, 10:19 AM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by kujista, Today, 06:23 AM
    5 responses
    18 views
    0 likes
    Last Post kujista
    by kujista
     
    Started by traderqz, Today, 12:06 AM
    3 responses
    6 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X