Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Draw lines above and below ATR Trailing Stop indicator
Collapse
X
-
Tags: None
-
-
Hello kempotrader,
Thank you for your post.
I recommend reading this guide on Getting Started with NinjaScript:
https://support.ninjatrader.com/s/article/Developer-Guide-Getting-Started-with-NinjaScript
Please note that a basic understanding of C# and programming in general is necessary for development in NinjaScript.
You can use Draw.Line() or Draw.HorizontalLine() to draw the lines above and below.
You could supply the y value the current value of the ATR minus 2 ticks to set it 2 ticks below, ex: myATR[0] - 2 * TickSize.
You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services.
Please let me know if you would like a list of affiliate consultants who would be happy to create this script or any others at your request or provide one on one educational services.
Comment
-
Thanks, Gaby.
This is just an idea for a visual cue on my charts. So, maybe I'll break down and learn some of this. I have zip programming experience
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
52 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
24 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
16 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment