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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    72 views
    0 likes
    Last Post PaulMohn  
    Working...
    X