Announcement

Collapse
No announcement yet.

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.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X