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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    54 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    72 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X