PDA

View Full Version : Automatic Trend Line Detection Indicator by NT Ray


SuperDriveGuy
08-27-2009, 03:36 AM
Hi Ray,

I have question regarding this indicator you wrote sometime ago and is posted in the indicators section.

There is a "signal" function in there, 0 for none, 1 for buy and 2 for sell. How do I access this signal? I tried using it in the Strategy wizard, but the "signal" column is not displayed.

Is there a call to it say maybe..

mysignal = AutoTrendLine.Signal[0];

Thanks

NinjaTrader_Bertrand
08-27-2009, 07:17 AM
SuperDriveGuy, you would need code modifications for this to work in the Strategy Wizard...but for a custom strategy your posted call should do it.

SuperDriveGuy
08-27-2009, 07:59 AM
Thanks!!!!