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 cmoran13, Yesterday, 01:02 PM
|
0 responses
29 views
0 likes
|
Last Post
by cmoran13
Yesterday, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
21 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
160 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
95 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
148 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment