PDA

View Full Version : ATR Stop


ATI user
09-27-2008, 06:01 AM
I would like to be able to access the variables of ATR Stop from my strategy however find that ATR Stop is not accessible from the Editor....although ATR is accessible.

Can ATR Stop be made accessible?

Thanks.

NinjaTrader_Ben
09-27-2008, 09:41 AM
Hello,

As far as I know there is no ATR stop available. You will need to build it using logic and SetStopLoss().

ATI user
09-27-2008, 09:50 AM
Strange

ATR Stop is available in the Indicator list and plots fine on the chart. It just does not show up in Editor.

Is ATR Stop not a standard NT indicator? If not, why is it in the list? I do not believe that I imported it.

NinjaTrader_Ben
09-27-2008, 10:07 AM
Hello,

You are referring to the ATR indicator. Yes here is a link to it for coding in the editor:
http://www.ninjatrader-support.com/HelpGuideV6/ATR.html

ATI user
09-27-2008, 11:01 AM
I am referring to "ATR Stop"...see pic

I assume from your replies that I must have imported it from somewhere.

NinjaTrader_Ben
09-28-2008, 08:37 AM
Hello,


You are correct. This is a custom indicator so I can't really help you with how to use it properly.

I suggest looking at the code to see if the author included contact information: Tools>Edit>Indicator.

max-td
09-29-2008, 02:51 AM
Hi ATI user
is it possible to export + post the ATR Stop you have ?
Would be nice :-)
Thanks max-td

ATI user
09-29-2008, 08:11 AM
Hi max-td

I am using ATRtrailing by PrTester from this post
http://www.ninjatrader-support.com/vb/showthread.php?t=3660

Works great

max-td
09-29-2008, 10:12 AM
Thanks ATI,
i work with this one too and thought you have another different one -
wanted to compare the functions .....