Right now ONLY plots 1 arrow up on the latest MA cross above and the latest arrow on MA cross bellow. I want to be able to see all of the crosses based on criteria on the entire chart and not just the latest.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Arrow only plots the latest MA cross above and the latest cross bellow
Collapse
X
-
Arrow only plots the latest MA cross above and the latest cross bellow
How can I plot arrows in my strategy since the beginning of the chart data... What parameter do I need to change to do so?
Right now ONLY plots 1 arrow up on the latest MA cross above and the latest arrow on MA cross bellow. I want to be able to see all of the crosses based on criteria on the entire chart and not just the latest.
1 PhotoTags: None
-
Hello CROforce,
Thank you for writing in.
You will need to make each instance of your draw object unique, the Tag Name should be different for each arrow.
So for the Tag parameter you could write, "tag1"+CurrentBar.ToString(),
Then each time you call your draw.arrow method, the name of that arrow will be named tag1 plus whatever bar number is current.
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
167 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
88 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
128 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
208 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment