i need my strategy just to give me a signal not to execute orders and also set a stop limit on the trade .
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
how do i link my strategy to my chart
Collapse
X
-
saeed,
You need to change the code yourself. If you don't want it to trade, remove all the Enter() lines and replace them with something else. You can do things like drawing dots or painting the chart background.
Please find the help guide articles for DrawDot() or BackColor.
Not following you on your stop loss order issue. If you are doing a manual trade, then continue placing manual stop losses. The NinjaScript strategy will not do anything with manual trades. It effectively does not even know you did it.Josh P.NinjaTrader Customer Service
Comment
-
ok i am using strategy at this moment it took a trade for me now i am in the trade i see the trade is going against my profit i like to put stop loss on the trade but it wont recognise the stop loss ,it gives me an error message , i guess what i want to know is can i turn this execution mode into manual so if i want to enter i enter or if i want to get out of a trade because going against me and strategy is not taking me out of the trade ?
thanx
Comment
-
I am not sure what you mean by drag and drop a stop loss. If you are talking about the ATM strategies, please see the video library here on making ATM strategies to use with your SuperDOM: http://www.ninjatrader-support.com/H...eoLibrary.htmlJosh P.NinjaTrader Customer Service
Comment
-
ok i appreciate all your help it looks to me i am not explaining right to you guys what my problem is .
i make it simple i want to you the simple moving average strategy manualy , is that possible ? i want the strategy just to give me the signal to buy or sell not executing a trade.
thank you
Comment
-
saeed,
Yes, it is possible, but you need to modify the strategy. You need to remove the Enter() lines so it doesn't trade and replace them with some visual notification so you know where the strategy would have traded.
Just use something like BackColor = Color.Green; or something like that.Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
639 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
572 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment