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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
77 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
27 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
63 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment