Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
lineas automaticas a mi plantilla
Collapse
X
-
Hola cathev,
Gracias por escribirnos hoy.
Tenemos capacidad limitada para proporcionar soporte de plataforma en español; sin embargo, hemos encontrado que este sitio https://www.deepl.com/es/translator puede traducir el inglés al español con buena calidad. Por favor copie nuestra respuesta y luego navegue al sitio que le colocamos para pegar la respuesta en el cuadro hacia la izquierda.
I've translated your query into English below:
This will need some clarification - are you referring to adding lines to a script, doing something with an Ninjascript strategy/indicator's template or settings, or doing something with an ATM template?hello, how can I insert these automatic lines to my template?
Thanks in advance; I look forward to assisting you further.
-
Hola cathev,
Gracias por escribirnos hoy.
Tenemos capacidad limitada para proporcionar soporte de plataforma en español; sin embargo, hemos encontrado que este sitio https://www.deepl.com/es/translator puede traducir el inglés al español con buena calidad. Por favor copie nuestra respuesta y luego navegue al sitio que le colocamos para pegar la respuesta en el cuadro hacia la izquierda.
I've translated your reply below:
You have several different options available to draw plots, lines and other objects from within a NinjaScript strategy. Plots may be added using AddPlot():good day is to set up a strategy, thank you very much
Plots would need to be assigned a value for each bar and work the same way they would in an indicator.
AddLine() would add a horizontal line at any price level specified:
You also can use Drawing Tools like Draw.Line() from a Strategy to draw on a chart:
Drawing objects have a Tag parameter. If you make these unique tags, a new drawing object will be drawn each time it is called. If you call the same drawing object with the same tag, this will update the existing drawing object.
If you're simply wanting to add lines created by an existing indicator to a strategy, you can have the strategy automatically display the indicator on the chart when the strategy is added by using AddChartIndicator():
If you can be more specific about your goal, I'm happy to provide simple examples.
Thanks in advance; I look forward to assisting you further.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 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
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment