Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Custom moving average w/ Opacity setting

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

    Custom moving average w/ Opacity setting

    Is it possible to define "Opacity" for a moving average? If so, what's basic syntax or link to the code in the manual?

    #2
    Hello thuff,

    Yes, you can assign a brush with transparency to the plot brushes.

    Brush newBrush = Brushes.Green.Clone();
    newBrush.Opacity = .5;
    newBrush.Freeze();

    AddPlot(newBrush, "myPlot");

    Below is a public link to the help guide on working with brushes.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by rocketman7, Today, 09:41 AM
    2 responses
    4 views
    0 likes
    Last Post rocketman7  
    Started by traderqz, Today, 09:44 AM
    1 response
    2 views
    0 likes
    Last Post traderqz  
    Started by rocketman7, Today, 02:12 AM
    7 responses
    31 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by guillembm, Yesterday, 11:25 AM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by junkone, 04-21-2024, 07:17 AM
    10 responses
    149 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X