Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Changing timeframe loses buy/sells

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

    Changing timeframe loses buy/sells

    Hi,

    For my strategy, I am using historical data in 1m format, but the strategy uses 10m bars, so I have:

    protected override void Initialize() {
    Add(PeriodType.Minute, 10);
    }

    protected override void OnBarUpdate() {
    if (BarsInProgress == 1) {
    // Do my thing
    }
    }

    When the strategy runs, the chart shows the orders in a 1m timeframe. Obviously it would be more helpful to see it in a 10m timeframe, but when I change the timeframe to 10m, the orders disappear.

    Is it possible to see the orders in different timeframes?

    Thanks,
    Nick

    #2
    Nick,

    This is currently not possible.
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    77 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    45 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    27 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    32 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    63 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X