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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
55 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment