Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Backtesting My Strategy
Collapse
X
-
Backtesting My Strategy
I have written and compiled my strategy with no issues. However, when I try to add the strategy to the Strategies tab or Strategy Analyzer it does not work properly. The properties do not change when I select my new strategy, and it will run whichever strategy was selected before I selected my strategy. Anyone know what would cause this?Tags: None
-
Hello,
Thank you for your post.
Just to review, you are going to: File>New>Strategy Analyzer>click on an instrument>click on the "b" icon on the tool bar? After that you should select the strategy you want to run from the drop-down menu at the very top of the Backtest window (or the New Strategy window) where you can enter your parameters.DenNinjaTrader Customer Service
-
Thanks for the quick response. I found the problem.
Non working code....
Add("GBPUSD", PeriodType.Minute, 1 );
Working code...
Add("$GBPUSD", PeriodType.Minute, 1 );
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
68 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
39 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
62 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment