protected override void Initialize()
{
SMA(periodSMA).Plots[0].Pen.Color = Color.Black;
Add(SMA(periodSMA));
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
RC 1 Strategy Analyzer doesn't plot SMA
Collapse
X
-
RC 1 Strategy Analyzer doesn't plot SMA
In Strategy Analyzer Backtest in the Trades tab when I right mouse click on trade and select Chart, SMA indicator on a chart window doesn't appear. But on a Chart tab all alright and SMA indicator is shown. I have added SMA in the strategy code.
PHP Code:Tags: None
-
Similar problem here, except this time the chart does not plot at all when back test is run. The Chart tab in the Strategy Analyzer window only displays the axis. As soon as I remove the Add() statements from Initialize(), chart plots fine. I tried adding several indicators and response was the same each time.
Running v 7.0.0.22
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
168 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
324 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
250 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
180 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment