Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Too many inputs!
Collapse
X
-
Too many inputs!
Say I have an indicator that plots 10 horizontal lines and I have to enter new figures for every plot every morning. Now multiply that by three or four charts of different time frames using the same indicator. Is there an easier way to input the data without entering the same data into all three or four charts individually? Same numbers, same indicator, different charts!Tags: None
-
I think what MrLogik is saying is that instead of inputting the variables into each chart individually, if you view the NinjaScript Indicator, and change the variables at the top of the indicator code every morning and recompile it, then all the charts that use the indicator will get the new inputs.
That way you are just updating once per morning.
If you send me your indicator code, I can put comments in there of where you need to change the variables.
Matt
Comment
-
Guess I don't see a way around, since even coding something in NinjaScript would not make a difference: the values applied to the indicators instances on chart will remain active, since they are copied as you e.g. go right click->reload NinjaScript in order to activate the recompiled indicator.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
160 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
307 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
348 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
178 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment