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 cls71, Today, 04:45 AM
    0 responses
    1 view
    0 likes
    Last Post cls71
    by cls71
     
    Started by mjairg, 07-20-2023, 11:57 PM
    3 responses
    213 views
    1 like
    Last Post PaulMohn  
    Started by TheWhiteDragon, 01-21-2019, 12:44 PM
    4 responses
    544 views
    0 likes
    Last Post PaulMohn  
    Started by GLFX005, Today, 03:23 AM
    0 responses
    3 views
    0 likes
    Last Post GLFX005
    by GLFX005
     
    Started by XXtrader, Yesterday, 11:30 PM
    2 responses
    12 views
    0 likes
    Last Post XXtrader  
    Working...
    X