Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

higher time frame condition, lower time frame entries

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

    higher time frame condition, lower time frame entries

    Hi,
    do you have any examples? For instance if x is true on the 15 minute chart, buy the next 3 5 minute bars?
    thanks,
    David

    #2
    Hello David,

    Thanks for your post.

    Say you are running the strategy on a 15-minute chart. This would be the primary series that the script is running on.

    You could add a 5-minute data series to your script using the AddDataSeries() method. Orders could then be submitted to that added series when your condition on the primary series becomes true.

    The reference sample from our help guide linked below demonstrates submitting orders to an added data series when a condition on the primary series is true: https://ninjatrader.com/support/help...ipt_strate.htm

    It is also important to review this help guide page to gain a full understanding about working with Multi-Timeframe/Mult-Instrument NinjaScripts: https://ninjatrader.com/support/help...nstruments.htm

    Let me know if I may assist you 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, Today, 05:17 AM
    0 responses
    53 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
    70 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