Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy: Plotting from within a NinjaScript Strategy

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

    Strategy: Plotting from within a NinjaScript Strategy

    When running a strategy on a chart you may find the need to plot values onto a chart. If these values are internal strategy calculations that are difficult to migrate to an indicator, you can use the following technique to achieve a plot.

    NinjaTrader 8

    With NinjaTrader 8 we introduced strategy plots which provide the ability for a strategy to render its own plots. These plots must be specific to a single panel just like indicators. If you need to have strategy plots on more then a single panel then please use the technique seen in the attached sample. You can find documentation on the standard methods for plotting in the Indicator help guide section, although the documents are for indicators the plotting items are shared between indicators and strategies.

    You can still use the same technique as NT7 for expanded plotting options or multi panel plotting, the attached sample is a duplication of the original NT7 sample.

    Important related documentation:


    NinjaTrader 7

    The technique involves the use of a custom indicator, StrategyPlot(), that is included in the import.

    Note: This technique has limited functionality. It will NOT work for charts in the Strategy Analyzer during backtesting, but it will work on real-time charts.

    Key concepts in this example:
    • Set values to a blank indicator from a strategy
    • Plot multi-time/instrument values
    • Value.Set()
    • Pen.Width
    • Pen.DashStyle


    Important related documentation:

    Import instructions:

    NinjaTrader 8
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu Tools > Import > NinjaScript
    3. Select the downloaded file


    NinjaTrader 7
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu File > Utilities > Import NinjaScript
    3. Select the downloaded file and click Import.
    Attached Files
    Last edited by NinjaTrader_Jim; 07-02-2020, 07:36 AM.
    Josh P.NinjaTrader Customer Service

Latest Posts

Collapse

Topics Statistics Last Post
Started by aa731, Today, 02:54 AM
0 responses
4 views
0 likes
Last Post aa731
by aa731
 
Started by thanajo, 05-04-2021, 02:11 AM
3 responses
470 views
0 likes
Last Post tradingnasdaqprueba  
Started by Christopher_R, Today, 12:29 AM
0 responses
10 views
0 likes
Last Post Christopher_R  
Started by sidlercom80, 10-28-2023, 08:49 AM
166 responses
2,237 views
0 likes
Last Post sidlercom80  
Started by thread, Yesterday, 11:58 PM
0 responses
4 views
0 likes
Last Post thread
by thread
 
Working...
X