Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

add plot error

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

    add plot error

    Hello there, having issues ploting a historgram.

    Very simply i would like to plot a histogram. Using the example on the wiki

    AddPlot(Brushes.Blue, PlotStyle.Bar,"mybar");

    results in errors
    The best overloaded method match for 'NinjaTrader.NinjaScript.NinjaScriptBase.AddPlot(N injaTrader.Gui.Stroke, NinjaTrader.NinjaScript.PlotStyle, string)' has some invalid arguments
    Argument 1: cannot convert from 'System.Windows.Media.SolidColorBrush' to 'NinjaTrader.Gui.Stroke'

    I have tried searching for a solution online but i cannot find one. any help would be appreciated!

    Thanks!

    #2
    Hello, thanks for your post.

    The constructor would look like so when you need a bar style plot:

    AddPlot(new Stroke(Brushes.Blue), PlotStyle.Bar, "myPlot");

    Please let me know if I can assist any further.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, Yesterday, 10:06 AM
    0 responses
    17 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    16 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    14 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    9 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    38 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X