Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to plot Downtrend or Uptrend Lines in Supertrend indicator for current Bar?

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

    How to plot Downtrend or Uptrend Lines in Supertrend indicator for current Bar?

    Hello,
    I am new to ninja trader script. I found supertrend indicator on ninja forum.My question is how to plot Uptrend or Downtrend Signal lines for Current Ongoing plot?
    Suppose I am using 5 min bar chart,for every current streaming bar , trend lines shows upto previous closed bar not for the current bar.
    I found in the script written as "plot below by replacing 'Close[0]' with your own formula".
    So should i Change Close[0] with Open[0],so that trend lines will appear for current bar?
    Also script is attached below.
    Attached Files

    #2
    Hello smith1309,

    Thanks for writing in.

    Changing the Price series from Close to Open would not be the same as calculating the current bar. The bar used for the indicator calculation will still be created upon the close of a bar, and Open[0] will always be the Open of the bar that just closed when calculating with CalculateOnBarClose=true.

    Have you tried enabling the script with CalulateOnBarClose=false? This will allow the indicator to calculate the plot for the current developing bar with each in coming tick. The indicator would have to be developed with this functionality in mind, however.

    I've included publicly available documentation on CalculateOnBarClose.

    CalculateOnBarClose - https://ninjatrader.com/support/help...onbarclose.htm

    For setting up plots in a NinjaTrader 7 indicator, I recommend following the tutorial found here: https://ninjatrader.com/support/help...ot_colors_.htm

    Please let me know if you have any additional questions.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by AveryFlynn, Today, 04:57 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Max238, Today, 01:28 AM
    4 responses
    37 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by r68cervera, Today, 05:29 AM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Today, 05:20 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by timko, Today, 06:45 AM
    2 responses
    14 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Working...
    X