> 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.

# Advanced - Custom Drawing

## Custom Drawing Overview

In this advanced tutorial, we are going to build a custom indicator which is a variation on the CCI, to show different drawing options for bar color, line color, and background color.

* [Set Up](/developer/desktop-sdk/guides/educational-resources/developing-indicators/advanced-custom-drawing/set-up9)
* [Entering Calculation Logic](/developer/desktop-sdk/guides/educational-resources/developing-indicators/advanced-custom-drawing/entering-calculation-logic6)
* [Compiling](/developer/desktop-sdk/guides/educational-resources/developing-indicators/advanced-custom-drawing/compiling6)
* [Using](/developer/desktop-sdk/guides/educational-resources/developing-indicators/advanced-custom-drawing/using6)

Please note that the JavaScript code and HTML artifacts have been removed as per the instructions.