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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
30 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
17 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
9 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
16 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment