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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
60 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
145 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
161 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
283 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment