Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Remove all trades from Chart except last trade

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

    Remove all trades from Chart except last trade

    I have a scalping strategy that places multiple entries and makes it hard to visualize the trades. Is there a way I can programmatically hide all the previous trade history and only display the most recent trade on the chart.

    #2
    Hello cutzpr,

    Thank you for your post.

    You may toggle the plotting of executions from the Data Series window with the following steps:
    • Right-click your chart and select Data Series
    • Scroll down to the bottom and expand the Plot executions dropdown menu
      • Choose between Do not plot, Markers only, or Text and marker
    • Click OK to save your changes
    What I suggest based on your description is to set the "Plot executions" dropdown to "Do not plot." Then, you may add logic to your strategy that adds drawing/text as desired. If you want to see only the most recent trade, you could use the same "tag" property for your drawing objects as this will update the object each time the Draw method is called rather than drawing a new object each time. For example, you could use Draw.ArrowUp() or Draw.ArrowDown() to mark the most recent trade, and you could also Draw.Text() if you'd like to include info about the trade.

    Please let us know if we may be of further assistance.
    Emily C.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

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