THanks in Advance.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Using ZIgZaq Points in Strategy
Collapse
X
-
Using ZIgZaq Points in Strategy
Is it possible for me to know what are the current Zig Zag Points, while executing a Strategy? I tried using the Debug window to print them, but it comes up blank. How can I know what are the current ZigZig points on the Chart, and whether they are up or down.
THanks in Advance.Tags: None
-
ZigZag Indicator customisation
Ok. Can I modify the existing ZigZag indicator to have an object that can be referenced?
IF not, then can I allow for the Zig Zag to Print the points to an external file, and then import that file into my strategy?
Can I scan the current chart to determine painted objects and filter out the the one that is ZigZag
There has go to be a way for me while in a strategy to be able to know where the last ZIGzag points are. Right. I do mainly Visual basic programming, so I should be able to code over in C#.
Comment
-
I was wondering if this is able to be done now? ie. ZigZag Top == (1), ZigZag Bottom == (-1) ?
Originally posted by NinjaTrader_Dierk View PostYou may consider coding your own version of the ZigZag indicator by using the existing version as a template. Other than that there is no resolution at this time.
Comment
-
What I mean is. Can you use ZigZag within a strategy and based on the high point ie. ZigZag.High == True draw Down arrow and on the low point: ZigZag.Low == True draw up arrowOriginally posted by NinjaTrader_Josh View PostWhat do you mean by "top = 1 and bottom = -1"?
I'm a little green with the wizard and wish to use the resulting High and Low of the ZigZag to draw arrows pointing out possible trades..
I hope this question is a little clearer.
Cheers
chris
Comment
-
Unfortunately this would need to be custom coded in the NinjaScript editor Chris, you may also like to check this custom ZigZag version from our sharing - http://www.ninjatrader-support2.com/...id=142&catid=1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
52 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
142 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
160 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
96 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
276 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment