Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing Ellipse Around Candle

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

    Drawing Ellipse Around Candle

    I am trying to draw an ellipse around a renko bar, but the issue is drawing on a tick by tick close. I can draw the ellipse, but to the left. Since the bar hasn't closed and started a new candle, is there a way to draw around the candle?

    #2
    Hello ballboy11,

    Thanks for your post.

    You could draw to the future bar using -1 which would get it on the right side.

    Example: Draw.Ellipse(this, "test", 1, Low[0], -1, High[0], Brushes.Brown); // draw from previous bar to future bar using current bar high/low

    Comment


      #3
      Thanks That must be an update. I think before one couldn't do that before.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      36 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
      14 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      19 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      22 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X