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 DannyP96, 05-18-2026, 02:38 PM
    1 response
    89 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    144 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    83 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    257 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    335 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X