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 jclose, Today, 09:37 PM
    0 responses
    4 views
    0 likes
    Last Post jclose
    by jclose
     
    Started by WeyldFalcon, 08-07-2020, 06:13 AM
    10 responses
    1,413 views
    0 likes
    Last Post Traderontheroad  
    Started by firefoxforum12, Today, 08:53 PM
    0 responses
    9 views
    0 likes
    Last Post firefoxforum12  
    Started by stafe, Today, 08:34 PM
    0 responses
    10 views
    0 likes
    Last Post stafe
    by stafe
     
    Started by sastrades, 01-31-2024, 10:19 PM
    11 responses
    169 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X