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:	138
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 SalmaTrader, 07-07-2026, 10:26 PM
          0 responses
          35 views
          0 likes
          Last Post SalmaTrader  
          Started by CarlTrading, 07-05-2026, 01:16 PM
          0 responses
          20 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 06-17-2026, 10:32 AM
          0 responses
          12 views
          0 likes
          Last Post CaptainJack  
          Started by kinfxhk, 06-17-2026, 04:15 AM
          0 responses
          18 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Started by kinfxhk, 06-17-2026, 04:06 AM
          0 responses
          20 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Working...
          X