i can't find
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
DrawTriangleUp/Down Missing
Collapse
X
-
but in programming it give error
DrawArrowUp("abclong" + CurrentBar, 0, Low[0]-2*TickSize - toffset, Color.Transparent);
DrawTriangleUp("abclong" + CurrentBar, 0, Low[0]-2*TickSize - toffset, Color.Transparent);
i use the same code but if i use Arrow it work but not Triangle
Error : No overload for mathod "DrawTriangleUp" takes "4" arguments
Comment
-
Comment
-
Baruch,
In 6.5 there were extra signatures that could have been used outside of what was outlined in the Help Guide. Some of those have been deprecated and as such can cause compile issues as you try to bring those signatures over into 7. Quickly addressing it to methods available in 7 resolves the issue.Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
53 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
34 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
100 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
180 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment