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

Heiken Ashi

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

  • NinjaTrader_ChelseaB
    replied
    Hello trader14,

    if (CrossAbove(Close, 0, 1))
    {
    // execute code
    }

    No zero plot is needed for a series crossing 0.

    Leave a comment:


  • trader14
    replied
    Originally posted by NinjaTrader_ChelseaB View Post
    Hello trader14,

    If the value is always 0, you can compare with 0 in the strategy conditions.

    If you want the value (in case the user changes the value of the line) and the strategy is an unlocked strategy, the indicator.Lines[0].Value will be the value of that line.


    If the strategy is in the strategy builder, only Plots are available in the strategy builder. So the line would need to be added with AddPlot(new Stroke(Brushes.Blue), PlotStyle.HLine, 1) and on each bar you would need to set the Value of the plot. (You could set this to a user input value)
    https://ninjatrader.com/support/help...us/addplot.htm
    I'm trying to use this as a cross over in my strategy, when xyz crosses above or below the zeroline... etc.

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello trader14,

    If the value is always 0, you can compare with 0 in the strategy conditions.

    If you want the value (in case the user changes the value of the line) and the strategy is an unlocked strategy, the indicator.Lines[0].Value will be the value of that line.


    If the strategy is in the strategy builder, only Plots are available in the strategy builder. So the line would need to be added with AddPlot(new Stroke(Brushes.Blue), PlotStyle.HLine, 1) and on each bar you would need to set the Value of the plot. (You could set this to a user input value)

    Leave a comment:


  • trader14
    replied
    Originally posted by NinjaTrader_ChelseaB View Post
    Hello trader14,

    Line plots can be added with AddLine().

    Below is a link to the help guide.
    https://ninjatrader.com/support/help...us/addline.htm
    This will enable me to use the zeroline as a value plot when building a strategy?

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello trader14,

    Line plots can be added with AddLine().

    Below is a link to the help guide.

    Leave a comment:


  • trader14
    started a topic Heiken Ashi

    Heiken Ashi

    Hey guys

    I'm currently using a Heiken Ashi lower indicator but it's missing the ability to add a zero line as a value plot. Any ideas on adding the zero line as a value plot in the indicator? Thanks!

Latest Posts

Collapse

Topics Statistics Last Post
Started by Tim-c, Today, 02:10 PM
1 response
7 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by Taddypole, Today, 02:47 PM
0 responses
2 views
0 likes
Last Post Taddypole  
Started by chbruno, 04-24-2024, 04:10 PM
4 responses
50 views
0 likes
Last Post chbruno
by chbruno
 
Started by TraderG23, 12-08-2023, 07:56 AM
10 responses
399 views
1 like
Last Post beobast
by beobast
 
Started by lorem, Yesterday, 09:18 AM
5 responses
25 views
0 likes
Last Post NinjaTrader_ChelseaB  
Working...
X