Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can't Get Alerts for Multiple Timeframes

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

    Can't Get Alerts for Multiple Timeframes

    Hello. I created a custom Indicator and a Strategy, and when I attach either of them to a Chart that has 3 different Timeframes. 5min/10min/15min, and I attach one indicator to each timeframe. When I get alerts, in the Alerts window it doesn't Specify the Timeframe. It only shows the Instrument.

    And I know I'm new to this stuff, but I have other indicators that all alert me to each time frame I attach them to. Am I missing something.

    Thank You!!

    #2
    ginx10k, per default that would be expected unless the source timeframe info would be for example included in your custom Alert message. To get to know the bars type and timeframe via coding please use the BarsPeriod provided properties - http://www.ninjatrader.com/support/h...barsperiod.htm

    Comment


      #3
      How to implement Timeframe Alerts in Custom Indicator!!

      I appreciate that info. But I'm still very new to coding Ninjascript. can you give a Sample code of what I would put in my indicator to give an Alert for each chart regardless of the timeframe.

      I found this online, and I tried it but I still don't get a Timeframe for my Chart alert.

      Alert("MyAlert0", Priority.Medium, "Scalp Trading Emerging: " +BarsPeriod.Value.ToString() +" "+ BarsPeriod.Id.ToString()+" Chart", @"C:\Program Files (x86)\NinjaTrader 7\sounds\OrderPending.wav", 0, Color.White, Color.Black);

      I thought it would print out Scalp Trading Emerging on 5 min. or something. But it doesn't. Can you help me out please.
      Last edited by ginx10k; 12-31-2013, 12:51 PM.

      Comment


        #4
        Got IT

        That last sample that posted, worked, it was my mistake.

        Thx anyways.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        571 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        331 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
        549 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        549 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X