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 Christopher_R, Today, 12:29 AM
    0 responses
    7 views
    0 likes
    Last Post Christopher_R  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    166 responses
    2,235 views
    0 likes
    Last Post sidlercom80  
    Started by thread, Yesterday, 11:58 PM
    0 responses
    3 views
    0 likes
    Last Post thread
    by thread
     
    Started by jclose, Yesterday, 09:37 PM
    0 responses
    7 views
    0 likes
    Last Post jclose
    by jclose
     
    Started by WeyldFalcon, 08-07-2020, 06:13 AM
    10 responses
    1,415 views
    0 likes
    Last Post Traderontheroad  
    Working...
    X