Hi,
Could somebody help me please? I'm trying to draw 2lines in PricePanel, see code sample, but only the last one always appear. I don't know what I'm doing wrong?
Many thanks for any idea how to do it.
jaspee
code sample:
Can you help answer these questions from other members on futures io?
because you use identical tag name, you make them diff by giving diff name or the same tag name + some value ex: "tag name"+Currentbar, "tag name"+count, etc....
The following 2 users say Thank You to cory for this post:
Make sure tag is different for separate lines, eg:
"Line1Tag",
"Line2Tag"
If you don't want the lines to be overwritten at every bar and would like to keep every historical line visible you need also to add bar specific info to the tag, eg:
Time[0].ToString + "Line1Tag",
Time[0].ToString + "Line2Tag"
The following 2 users say Thank You to gregid for this post:
to: cory, gregid
wow!! Thank you, ohh.. my eyes I completly non-see it, same Tags names..oops
Now it works ! Looks Great ! even without DrawOnPricePanel = true;
Could I ask one more drawing question please ?
I would like to draw circle with diameter 10pt with central point in same position as is actually mouse CrossCursor over the chart and when mouse cursor move, circle move it together with. Like circle will be drawn arround the cursor and move together as one. Such as gauge.
Many thanks for any idea.
jaspee
Hey guys, I thought many of you would enjoy and benefit from this thread. My intention is to have each poster reply and describe in as much detail as possible an indicator they want created for NinjaTrader.
The programmers on the forum (there are many), …
I believe you need to be elite member to access both.
The following user says Thank You to gregid for this post: