TIA
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Moving Strategies
Collapse
X
-
Hello dmking,
In the NinjaScript Editor in the Explorer pane to the right, right-click in the Strategies folder > select New Folder > give the new folder a name.
Then drag and drop any unlocked strategies you would like into this folder in the NinjaScript Editor.Chelsea B.NinjaTrader Customer Service
-
Hello dmking,
Be sure to close the script before moving it and be sure to click and drag on the filename.
Below is a link to a video that demonstrates.
If you are experiencing different behavior I'd like to take a look with you.
Please send an email to platformsupport [at] ninjatrader [dot] com. Please include a link to this forum thread in the email.Chelsea B.NinjaTrader Customer Service
Comment
-
I have a question about this matter.
When i move an indicator into a folder as shown in the video, the line that begins with 'namespace' will show the folder name at the end.
Ex. if my folder is named 'TrendIsYourFriend'
//This namespace holds Indicators in this folder and is required. Do not change it.
namespace NinjaTrader.NinjaScript.Indicators.TrendIsYourFrie nd // <-- folder name added at the end of this line
But when i apply the same steps to a strategy it is not the case.
Before moving the strategy into the folder named 'TrendIsYourFriend'
//This namespace holds Strategies in this folder and is required. Do not change it.
namespace NinjaTrader.NinjaScript.Strategies
After moving the strategy iinto the folder named 'TrendIsYourFriend'
//This namespace holds Strategies in this folder and is required. Do not change it.
namespace NinjaTrader.NinjaScript.Strategies // <-- no change
How is that? Do i need to manually add my folder name at the end like this ?
namespace NinjaTrader.NinjaScript.Strategies.TrendIsYourFrie nd
If i do, will that cause problems and put some restrictions to the scope of some of my Variables, Extentions etc. which are public?
ThanksLast edited by trendisyourfriend; 04-08-2022, 10:12 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
40 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
27 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
44 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
37 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment