Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
image
Collapse
X
-
When I run the indicator above, it works fine. When I add this code to my strategy, I get this error message on the compile: "'NinjaTrader.Gui.Chart.ChartControl' does not contain a definition for 'GetScreenshot' and no extension method 'GetScreenshot' accepting a first argument of type 'NinjaTrader.Gui.Chart.ChartControl' could be found (are you missing a using directive or an assembly reference?)" Not sure what's causing this to happen. I seem to have all of the same declarations as the indicator above.
Comment
-
Hello pman777,
I wanted to check, do you have the same using statements at the top of the script as the indicator? Have you also identically copied the logic from the indicator?
The error you are reporting indicates that the extension method cannot be found which may happen if you are trying to use the wrong object such as ChartControl which is not the Chart object. In the indicator sample, the Chart is being used, not the ChartControl.
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
628 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment