Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8 - Override Chart Drawing Text - Close Trade

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

    NT8 - Override Chart Drawing Text - Close Trade

    I would like to remove from chart the default text witch is drown on Close Position

    Option 1 - I want to suppress it all together

    Option 2. - I want to add to that the closing trade text, the profit in ticks of the last trade
    Note - I do not want to create new drawing text, I want to add to the text drawn by ninja

    when drawing my own extra text I can access trade information, but can not reference the last trade

    lastTrade = SystemPerformance.AllTrades[SystemPerformance.AllTrades.Count -1];

    but that accesses previous trade (-2) , not last closed trade, and removal of -1 causes problems - out of range

    #2
    Hello,
    There is not a way to override the text used for plotting the executions. You can remove the text by going to the Data Series options for the chart and select MarkerOnly or DoNotPlot of the plotting of executions setting.
    Cody B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by judysamnt7, 03-13-2023, 09:11 AM
    4 responses
    57 views
    0 likes
    Last Post DynamicTest  
    Started by ScottWalsh, Today, 06:52 PM
    4 responses
    36 views
    0 likes
    Last Post ScottWalsh  
    Started by olisav57, Today, 07:39 PM
    0 responses
    7 views
    0 likes
    Last Post olisav57  
    Started by trilliantrader, Today, 03:01 PM
    2 responses
    20 views
    0 likes
    Last Post helpwanted  
    Started by cre8able, Today, 07:24 PM
    0 responses
    9 views
    0 likes
    Last Post cre8able  
    Working...
    X