I have bars objects created and set equal to the Swing indicator high and low, so I've got swinghi[x] and swinglo[x] returning the right values.
I've tried using Draw but realized that wasn't intended for this (I think) and tried adding a Plot, a Line, different things in Initialize and it won't let me.
Am I missing something in the declarations perhaps? Here are mine:
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Xml.Serialization;
using System.Collections;
using NinjaTrader.Cbi;
using NinjaTrader.Data;
using NinjaTrader.Indicator;
using NinjaTrader.Gui.Chart;
using NinjaTrader.Strategy;
Thanks!

Comment