Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how to change EMA from [dash style]->solid . . . to . . . [dash style]->DashDotDot?

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

    how to change EMA from [dash style]->solid . . . to . . . [dash style]->DashDotDot?

    . . . . . . DashStyleHelper.DashDotDot ? ? ?

    found customer indicator for changing color of EMA line when slope changes . . . any way to also change [dash styel]->solid . . . to . . . [dash style]->DashDotDot also depending on up-slope vs dn-slope ? ? ?

    Attached Files

    #2
    Hello slingonce,

    Thanks for your post.

    No, a plot can only have one dashstyle, just like it can only have one plotstyle and one width for the entire plot.

    If an alternating pattern is needed/desired, an alternative would be to use two separate plots and only plot one or the other at any point to achieve the effect you are looking for. For example:

    if (some condition for dots)
    {
    PlotDots[0] = some value; // where PlotDots would created as a plot with dashstyle dots
    }
    else
    {
    PlotSolid[0] = some value; // where PlotSolid was created as a plot with a dashstyle of solid
    }

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    43 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    27 views
    0 likes
    Last Post PaulMohn  
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    163 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    98 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    158 views
    2 likes
    Last Post CaptainJack  
    Working...
    X