Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Daily candlestick strategies

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

    Daily candlestick strategies

    Hi NinjaTrader Community,

    I am interested in knowing if you have experience with DAILY CANDLESTICK STRATEGIES, do you just use BARONCLOSE() rather than ever doing BARONUPDATE() with BarsInProgress and else if (State == State.Configure)
    {
    Calculate = Calculate.OnPriceChange;
    IsExitOnSessionCloseStrategy = false;
    // Add a 1-tick series for intra-bar granularity
    AddDataSeries(BarsPeriodType.Tick, 1);​}...?

    I ask because when going about it not BARONCLOSE() it is extremely slow as it is processing a lot more data. SO do you just make strategies that identify the pattern or trade execution based on the triggers and always have trade executed the NEXT TRADE DAY?

    See ideally, I wanted to trade on the market open and buy that day's market open/limit price if it was greater than the day before or whatever... but as I mentioned it is way more time to run thus it is not even practical at all and YOU ALWAYS USE BARONCLOSE() for DAILY CANDLESTICK STRATEGIES.

    Thanks,

    Mathew

    #2
    Hello Mathew,

    This thread will remain open for any community members that would like to provide opinions and experiences.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    558 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X