> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ninjatrader.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ninjatrader.com/_mcp/server.

# Multi-Colored Plots

With multi-colored plots it becomes easy to pick out changes in value of your indicator from a quick glance.

## Key concepts in this example

* Adding plots for each color used
* Plotting a **SMA** line with three different colors depending on the rising, falling, or neutral nature of the line

## Important related documentation

* [AddPlot](/developer/desktop-sdk/references/indicator/addplot)
* [IsFalling](/developer/desktop-sdk/references/common/analytical/isfalling)
* [IsRising](/developer/desktop-sdk/references/common/analytical/isrising)
* [PlotBrushes](/developer/desktop-sdk/references/indicator/addplot/plotbrushes)

### Import instructions

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

[SampleMultiColoredPlot\_NT8.zip](https://ninjatrader.com/support/helpGuides/nt8/samples/SampleMultiColoredPlot_NT8.zip)