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

Simple Strategy Question

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

    Simple Strategy Question

    This is probably a dumb question... I have a simple SMA cross strategy that will execute a market order when the Median price crosses the SMA line.

    Using strategy builder.. how can I have the strategy enter a trade immediately when the price crosses the SMA line? I tried changing "On Bar Close" to "Price Change" or "Each Tick", but the trades still seem to be executed after the previous bar has already closed. Hopefully that makes sense.

    Any Ideas?


    #2
    Hello Tartagliagroup,

    Thank you for your post.

    If you are using CrossAbove and CrossBelow conditions in your script with a lookback period of 1, the strategy would look to see if the previously closed bar's Median price crossed above or below the SMA followed by placing an order if the condition was true.

    If you would like to have an order submitted immediately when the Median price of the current bar is above/below the SMA, you would need to use Calculate OnEachTick or OnPriceChange and check in your condition if the Median price is greater than/less than the SMA. This would cause the strategy to submit an order the moment the Median price of the current bar is above/below the SMA.

    Let us know if we may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, Yesterday, 09:53 PM
    2 responses
    49 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    191 views
    0 likes
    Last Post Hasadafa  
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,230 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X