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 NullPointStrategies, Today, 05:17 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
66 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment