Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TriangleLeft / TriangleRight plots

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

    TriangleLeft / TriangleRight plots

    Can someone explain me how to get the TriangleLeft/TriangleRight plots about twice the size? :-) I'd like such clearly visible ones like in Genesis TN.

    Perhaps I can override any plot method for doing that?

    Thanks in advance,

    Cody

    #2
    Cody, unfortunately you can't change the size directly - I would suggest either drawing two above / below eachother or for example custom coding it by using a symbol font like Windings in the DrawText.

    Comment


      #3
      Ok, seems to be a good alternative. Thanks!

      Besides, I noticed that I couldn't change the PlotStyle from TriangleRight / TriangleLeft to another style:

      protected override void Initialize() {
      Add(new Plot(Color.FromKnownColor(KnownColor.Green), PlotStyle.Cross, "LongEntry"));
      }
      This change had no effect, I still see triangles in the chart. I tried recompiling several times, searched the whole strategy code for occurencies of "triangle", but couldn't find any solution. Perhaps this is a known bug..?

      Regards,

      Cody

      Comment


        #4
        Great - I'm not aware of a bug in this area - to make sure - did you reload the indicator fresh on the chart after compiling in this change?

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        597 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
        555 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X