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