Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Manual trendline break auto entry
Collapse
X
-
Manual trendline break auto entry
Im looking to draw my own trendline for example if price is moving up i want to manually draw a trendline in a downward sloping position using pivot points for my connection and when price moves through and above that trendline it will automatically enter a long trade with the stop and profit targets already pre set to my parameters and do the same thing for a short signal. And also i would like the ability to move the stop and profit targets after trade has triggered if need be. Thank youTags: None
-
Hello born again,
It is possible to draw a trend channel from a NinjaScript Strategy.
Below is a link to the help guide on Draw.TrendChannel().
If you are just wanting to draw a single line this can be done with Draw.Line().
To place a market order this can be done with EnterLong() or EnterShort().
Stop losses and profit targets can be set with SetStopLoss() and SetProfitTarget().
Also, below I am providing a link to a forum post with helpful information about getting started with NinjaScript.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment