Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom market analyzer column alert

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

    #16
    Hello JAtrades,

    Thank you for the replies.

    Can you provide an image of one of the conditions you made in the alert panel? I would like to make sure I have this setup the same on my end for testing.

    I look forward to being of further assistance.

    Comment


      #17

      Comment


        #18
        here is the column

        Comment


          #19
          so the column will change to "1" and turn green and an alert "inside2min" should hit alert log.
          Last edited by JAtrades; 09-05-2019, 11:49 AM.

          Comment


            #20
            Hello JAtrades,

            Thank you for the reply.

            I will need to test the condition you provided further, once I have more details I will reply back with further information.

            I look forward to being of further assistance.

            Comment


              #21
              Hello JAtrades,

              I just wanted to provide an update, I was able to see some instances where the alert is not being triggered with the settings you pictured. I am currently reviewing this further to see what can be done about that. Once I have more details I will post here again.

              I look forward to being of further assistance.

              Comment


                #22
                Hi Jesse,

                Thanks a bunch for checking it out. So nothing obvious about the column code being a problem? you can see it might not make sense (I haven't figured out how to do the basics yet). I tried several different things in my code (still some commented out) that didn't work.

                Comment


                  #23
                  I was wondering if maybe I had an obvious error in the code - I'm watching it now to see if it stops when any symbol has it's next inside bar...

                  Comment


                    #24
                    and yes - that might be it...it only alerts to the first inside bar, so my code isn't "resetting"(even though the column switches from "1" to "0")- I haven't figured out what needs to be in the code for that - I tried some things that didn't work.

                    Comment


                      #25
                      What code could I add to my column to get it to reset after the bar closes?

                      Comment


                        #26
                        Hello JAtrades,

                        At this point it is nothing obvious from the provided code, I still need to research this further so please have patience while this is in review. Once I have details or an update I will reply back at that time.

                        I look forward to being of further assistance.

                        Comment


                          #27
                          Hey Jesse,
                          I stuck this code in there and it seems to work now:

                          if (IsFirstTickOfBar || Calculate == Calculate.OnBarClose)
                          {

                          IsInsideBar = false;
                          CurrentValue = 0;
                          }

                          Comment


                            #28
                            Hello JAtrades,

                            I just wanted to provide a quick update. The original situation you had described is not working as I would expect in my tests so I have passed this to development for further review. They have provided a tracking id for the issue of: 14010.


                            I look forward to being of further assistance.
                            Last edited by NinjaTrader_Jesse; 09-11-2019, 07:06 AM.

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                            0 responses
                            596 views
                            0 likes
                            Last Post Geovanny Suaza  
                            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                            0 responses
                            343 views
                            1 like
                            Last Post Geovanny Suaza  
                            Started by Mindset, 02-09-2026, 11:44 AM
                            0 responses
                            103 views
                            0 likes
                            Last Post Mindset
                            by Mindset
                             
                            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                            0 responses
                            556 views
                            1 like
                            Last Post Geovanny Suaza  
                            Started by RFrosty, 01-28-2026, 06:49 PM
                            0 responses
                            554 views
                            1 like
                            Last Post RFrosty
                            by RFrosty
                             
                            Working...
                            X