Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

padding

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

    padding

    good morning sir can you help me please
    I created this indicator that paints red and green on the chart when the conditions are met
    But the colors appear in the lower part of the graph within the other indicators
    How do I plot the colors only on the top chart only?
    Please help me and thanks

    Click image for larger version

Name:	1.png
Views:	114
Size:	10.0 KB
ID:	1228752 ​​
    Attached Files
    Last edited by jimmy12; 12-23-2022, 04:48 AM.

    #2
    Are you using BackBrushesAll - "A collection of historical brushes used for the background colors for all chart panels."?

    Comment


      #3
      Originally posted by Borgen View Post
      Are you using BackBrushesAll - "A collection of historical brushes used for the background colors for all chart panels."?
      Yes I use BackBrushesAll

      Comment


        #4
        Well, then that's your problem then. It says "for the background colors for all panels".

        Use BackBrushes instead:
        // Sets the color of the background on the current bar as blue
        BackBrushes[0] = Brushes.Blue;​

        Comment


          #5
          Originally posted by Borgen View Post
          Well, then that's your problem then. It says "for the background colors for all panels".

          Use BackBrushes instead:
          // Sets the color of the background on the current bar as blue
          BackBrushes[0] = Brushes.Blue;​
          Thank you very much, the problem has been resolved

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          663 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          376 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          110 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          575 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          580 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X