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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        164 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        319 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        246 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