Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Copy Paste from Indicator
Collapse
X
-
Copy Paste from Indicator
Hello, I was wondering if there was a way to Copy-Paste a drawing but being called from an indicator. Talking about the actual process of Ctrl-C Ctrl-V as if I did manually.Tags: None
-
Hello Unsuitable,
There is no specific documented way to do that from NinjaScript, one way would be to gather the first objects values using the DrawObjects collection and then re draw it.
You could invoke keyboard commands in the chart the same as you would when you do it manually. That still assumes that a manual mouse selection of a chart object happens before that is called. There is a sample of that using keyboard events to target a control in the rollover indications indicator on the public user app share: https://ninjatraderecosystem.com/use...indications-2/
I look forward to being of further assistance.
-
I see. The reason I ask this is when an indicator draws an object, that object is attached and locked to that script. There's no way of attaching it to the chart. When refreshing the indicator, the drawings are erased. This is a limitation of NT7 but NT8 allows it.
However, when copy-pasting the objects drawn by the script, the attached to properties is unlocked, and by default, it's attached to the chart (where the drawings can be saved). I thought by copy-pasting an indicator object straight after it's drawn (done through a script), that could be a workaround. The solution mentioned is still drawn by the indicator making it incapable of saving the object.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
560 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
325 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment