Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

displaying calculated variables

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

    displaying calculated variables

    I have some variables calculated in the initialize method part of the indicator.

    I want to display these somehow.

    1) I would prefer to display them in databox. How can I do this?

    2) I would also like to know how to display them in top left or bottom left corner of chart.

    thanks.

    #2
    1) Unfortunately this is beyond what we provide support for.
    2) NT6.5: please check out the new DrawTextFixed method

    Comment


      #3
      1) can you outline the general steps involved? I am really lost how to approach this. And what methods or properties might be useful for me to achieve this one way or another?

      2) And how would I do this in 6? I don't use 6.5 beta anymore... it crashes way too often. 6 is far more stable.

      Comment


        #4
        1) Unfortunately this is beyond what we provide support for.
        2) Unfortunately this feature only is available in NT6.5

        Comment


          #5
          1) ok, I will ask a different question then. Not what I wanted, but I guess this is an easy workaround.

          how do I modify the value of an existing indicator property from within the indicator's initialize section?

          Comment


            #6
            Not sure I follow. You can modify/access any property like:
            MyProperty = myValue;

            Comment


              #7
              I think I tried that yesterday but after running the indicator, I went back into the indicator properties dialog and the old values were still displayed there. Is that normal behaviour?

              although I may have been modifying the underlying variable for the property. I can't remember.

              Comment


                #8
                Likely yes. I suggest trying that only in OnBarUpdate method or the new event handling methods but not in Initialize to avoid confusion.

                Comment


                  #9
                  ok thanks .

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by Hwop38, 05-04-2026, 07:02 PM
                  0 responses
                  161 views
                  0 likes
                  Last Post Hwop38
                  by Hwop38
                   
                  Started by CaptainJack, 04-24-2026, 11:07 PM
                  0 responses
                  311 views
                  0 likes
                  Last Post CaptainJack  
                  Started by Mindset, 04-21-2026, 06:46 AM
                  0 responses
                  245 views
                  0 likes
                  Last Post Mindset
                  by Mindset
                   
                  Started by M4ndoo, 04-20-2026, 05:21 PM
                  0 responses
                  350 views
                  0 likes
                  Last Post M4ndoo
                  by M4ndoo
                   
                  Started by M4ndoo, 04-19-2026, 05:54 PM
                  0 responses
                  179 views
                  0 likes
                  Last Post M4ndoo
                  by M4ndoo
                   
                  Working...
                  X