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 Rapine Heihei, Today, 07:51 PM
    0 responses
    3 views
    0 likes
    Last Post Rapine Heihei  
    Started by frslvr, 04-11-2024, 07:26 AM
    5 responses
    96 views
    1 like
    Last Post caryc123  
    Started by algospoke, 04-17-2024, 06:40 PM
    6 responses
    49 views
    0 likes
    Last Post algospoke  
    Started by arvidvanstaey, Today, 02:19 PM
    4 responses
    11 views
    0 likes
    Last Post arvidvanstaey  
    Started by samish18, 04-17-2024, 08:57 AM
    16 responses
    61 views
    0 likes
    Last Post samish18  
    Working...
    X