Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add ability to specify opacity during creation of drawn objects from script

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

    Add ability to specify opacity during creation of drawn objects from script

    Currently you can not set the opacity for drawn objects when you create it from a script. But once it is created you can click on the properties of the object and change the opacity.

    #2
    Hi cutzpr, thanks for your post.

    You can create a custom Brush object when creating a draw object e.g.

    Code:
    Draw.Triangle(this, "TRI", Time[5], Low[5], Time[3], High[3] + TickSize*10, Time[0], Low[0], new SolidColorBrush(Color.FromArgb(155, 0, 0, 255)));
    You could also do custom rendering in the OnRender method. In OnRender you use SharpDX for high performance and very customizable renders. We have a guide on using SharpDX here:



    There is also an example indicator in the platform called "SampleCustomRender" for a functional reference.

    Please let me know if I can assist any further.

    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by FrancisMorro, Today, 03:24 AM
    0 responses
    2 views
    0 likes
    Last Post FrancisMorro  
    Started by Segwin, 05-07-2018, 02:15 PM
    10 responses
    1,770 views
    0 likes
    Last Post Leafcutter  
    Started by Rapine Heihei, 04-23-2024, 07:51 PM
    2 responses
    31 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by Shansen, 08-30-2019, 10:18 PM
    24 responses
    945 views
    0 likes
    Last Post spwizard  
    Started by Max238, Today, 01:28 AM
    0 responses
    11 views
    0 likes
    Last Post Max238
    by Max238
     
    Working...
    X