Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

% Change Add-On / Indicator?

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

    % Change Add-On / Indicator?

    Hello,

    I'm trying to find in the forums but can't find any indicator or add-on for NT8 that can show me in the chart or in the top menu bar about the % change for the day of any particular market that i have loaded onto it.

    Maybe a code that I can show also volume or any other metric that I would like to?

    If anyone has anything similar to this and are willing to share with me and the comunity I'll really appreciate it.

    Regards

    Jean

    #2
    Hello jeanconsole,

    Thank you for your note.

    I put together a sample indicator which will display the days net change as a percent, and the daily volume in the upper right portion of the chart.

    You could modify the script with whatever you'd like through creating another string, ex s3 in the code and passing this to the Draw.TextFixed method, so it would look like,

    string s3 = //Something To Display;

    Draw.TextFixed(this, "This", s1+"\r\n"+s2+s3, TextPosition.TopRight);

    To Import a NinjaScript into NinjaTrader 8 do the following:
    From the Control Center window select Tools -> Import-> NinjaScript...
    Find the file location.

    Please let us know if you need further assistance.
    Attached Files
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    11 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    10 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    12 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,982 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Yesterday, 06:48 PM
    0 responses
    10 views
    0 likes
    Last Post rbeckmann05  
    Working...
    X