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 zstheorist, Today, 07:52 PM
    0 responses
    3 views
    0 likes
    Last Post zstheorist  
    Started by pmachiraju, 11-01-2023, 04:46 AM
    8 responses
    149 views
    0 likes
    Last Post rehmans
    by rehmans
     
    Started by mattbsea, Today, 05:44 PM
    0 responses
    5 views
    0 likes
    Last Post mattbsea  
    Started by RideMe, 04-07-2024, 04:54 PM
    6 responses
    33 views
    0 likes
    Last Post RideMe
    by RideMe
     
    Started by tkaboris, Today, 05:13 PM
    0 responses
    5 views
    0 likes
    Last Post tkaboris  
    Working...
    X